All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and tries to follow the Keep a CHANGELOG convention.
vNext - Unreleased
- ...
vNext - 2016-08-07
- 🎨 Full-width is the new standard for the status-bar This restores bottom border for vertical tool-bars with the One theme. Closes #157
- 🐛 Fixed wrong calculation for gutter shadow. Fixes #156
v1.0.0 - 2016-07-03
- Convert to ES6 (by @zertosh)
- 🔥 Removed space-pen dependency. Closes #135 (by @zertosh)
- 🐛 Fixed priority calculation
- 🎨 Add transparency fadeout to spacers (by @phoenixenero)
- Update Material Design Icons (by @unluisco)
- 🎨 Some theme fixes.
- 🔥 Removed deprecated code. Fixes #133
v0.4.0 - 2016-03-18
- ✨ Full width header & footer tool bar. Closes #91
v0.3.0 - 2016-03-05
- 👕 Added lint script to package.json
- 📦 Update dependencies
- 💚 Run beta specs on Travis
- 💚 Run specs also on AppVeyor
- 💚 Run specs also on CircleCI
- ✨ Align items to the end. Closes #93
- 🐛 Increment priority by group
- 📝 Follow the Keep a CHANGELOG convention
v0.2.1 - 2016-02-17
- Fix scrolling for new Atom top/bottom bars (by @simurai)
- Stop event bubbling when click tool-bar button. Fixes #112
- Added MarkDown linter
v0.2.0 - 2016-02-02
- Fix memory leaks and add
onDidDestroy
. Fixes #96 (by @zertosh) - Fixed
command-palette:toggle
not working. Fixes #105 - Added support for Material Design Icons. Closes #92 (by @JamesCoyle)
- Added support for callback modifiers. Closes #44
- Updated Font Awesome 4.5.0
- Updated IcoMoon
- Refactored code
v0.1.11 - 2016-01-18
v0.1.10 - 2016-01-04
- Updated Devicon to 2.0 (by @afterdesign)
v0.1.9 - 2015-09-07
- Updated FontAwesome to 4.4.0
v0.1.8 - 2015-06-22
v0.1.7 - 2015-06-09
- Fixed LESS warnings
v0.1.6 - 2015-06-08
- Added specs (by @jerone) (#63)
- Change tooltip placement based on toolbar position (by @kankaristo) (#68)
- Remove deprecated API (by @jerone) (#64)
v0.1.5 - 2015-05-31
v0.1.4 - 2015-05-31
v0.1.3 - 2015-05-27
- Fixed toolbar wrap/overflow (by @jerone & @simurai) (#38)
- Renamed commands (by @jerone) (#40)
- Added new iconsets (by @jerone) (#39)
- Updated Ionicons (by @jerone) (#50)
v0.1.2 - 2015-05-24
- Fixed buttons outline on OS X (by Nikita Gusakov)
- Fixed callback target (by @cakecatz)
v0.1.1 - 2015-05-08
- Fixed margin in One themes (by @simurai)
v0.1.0 - 2015-05-02
- Added support for Services API (by @jerone)
- Renamed to
tool-bar
v0.0.16 - 2015-04-27
- Added toolbar position to Atom menu & toolbar context menu (by @jerone)
- Added data attribute to button callback (by @cakecatz)
v0.0.15 - 2015-04-21
- Toolbar theme (by @jerone)
- Fixed #8 and #18 (by @jerone)
- Fixed #22 (by @jerone)
- Fixed #20 (by @jerone)
- Fixed #11 (by @cakecatz)
v0.0.14 - 2015-04-18
v0.0.13 - 2015-04-17
v0.0.12 - 2015-02-27
- Atom 1.0 compatibility
v0.0.11 - 2015-01-30
- Removed deprecated workspaceView call (by Pascal Bihler)
- Fixed return value of append/prependSpacer (by Pascal Bihler)
v0.0.10 - 2015-01-16
- Fixed deprecation warning (by Carlos Santos)
v0.0.9 - 2014-10-30
- Fixed setting button title
v0.0.8 - 2014-10-28
- Fixed deprecation warnings
v0.0.7 - 2014-10-28
- Fixed deprecation warnings
v0.0.6 - 2014-10-28
- Fixed missing imports
v0.0.5 - 2014-10-28
- Fixed missing imports
v0.0.4 - 2014-10-22
- Added FontAwesome
v0.0.3 - 2014-10-20
- Hiding first spacer
- Added ability to enable/disable buttons
v0.0.2 - 2014-10-20
- Icon size adjustable from config
- Fixed icon positions
- Fixed Ionicons warnings
- First Release