2.2.7 (2021-03-25)
- fix grammar condition when substring of editor grammar (3618f34)
2.2.6 (2021-03-24)
2.2.5 (2021-02-15)
2.2.4 (2021-01-18)
2.2.3 (2020-12-08)
2.2.2 (2020-12-02)
2.2.1 (2020-09-12)
- deps: update dependencies (45f22da)
2.2.0 (2020-03-12)
- add
background
,color
, andclass
options (8c0740f)
2.1.4 (2019-08-05)
2.1.3 (2019-04-23)
- deps: Add semantic-release (6719a92)
- Fix reloading config on change
v2.1.2 - 2018-08-01
- Add an error when config is not an array #153
v2.1.1 - 2018-07-09
v2.1.0 - 2018-05-30
v2.0.2 - 2018-04-11
- Fix deactivate flex-tool-bar #146
v2.0.1 - 2018-04-11
- Change default config file back to
.cson
since examples are written using CSON - Remove text/html hack since tool-bar v1.1.7 allows text/html
v2.0.0 - 2018-03-16
v1.1.0 - 2018-03-08
- Fix
snapshotResult is not defined
#137 - Text and HTML options #125 (by @UziTech)
- Use project repo for url if no active item repo is found
v1.0.0 - 2018-03-07
- Change default config file to
.js
- Move to JavaScript #135 (by @UziTech)
- Detect grammar change #136
- Add file type #72 (by @ryanjbonnell)
v0.16.0 - 2018-02-15
- Add setting conditions
- Fix when project toolbar config is deleted
- Add function conditions #127 (by @UziTech)
- Observe changes to settings and better error handling
v0.15.1 - 2018-01-22
- Fix getGrammar() is undefined #131
v0.15.0 - 2018-01-19
- Add project config path setting #128 (by @malnvenshorn)
- Add persistent project tool bar setting #129 (by @UziTech)
v0.14.0 - 2018-01-17
v0.13.2 - 2018-01-16
- Fix pattern matching images #73
v0.13.1 - 2018-01-16
- Fix file pattern matching #57
v0.13.0 - 2018-01-15
- Fix updating toolbar on config change PR #114 (by @UziTech)
- Add information about icon sets to the README PR #199 (by @TJProgrammer)
- Add option to disable reload notification PR #101 (by @danielbayley)
v0.12.0 - 2017-03-11
- Fix loading when using
[email protected]
. PR #98 (by @zertosh) - Use
atom.configDirPath
instead ofATOM_HOME
. PR #97 (by @danielbayley) - Add ability to add user defined class' to a button. PR #95 (by @blizzardengle)
- Add Function callback. PR #86 (by @UziTech)
- Add
.js
and.coffee
config file types. PR #86 (by @UziTech)
- Fixed resolveConfigPath not searching for toolbar.json (by Andrew Douglas)
- Change default config file type
- Fixed bugs
- Support CSON, JSON5 config file
- ADD show, enable property
- Add style property
- Add hide, disable property
- Fixed callback target
- Fixed callback target
- Use ToolBar Services API (by Jeroen van Warmerdam)
- Notifications on toolbar edit (by Jeroen van Warmerdam)
- Rename flex-toolbar to flex-tool-bar
- Fixed many open edit toolbar tab
- Fixed be removed toolbar.json
- Add dev mode (by Jeroen van Warmerdam)
- Fixed diactivating behaviour
- Fixed removing buttons from toolbar with new toolbar theme (by Jeroen van Warmerdam)
- Fix some bugs
- Fix some bugs (by Jeroen van Warmerdam)
- Reload toolbar when edit toolbar.json
- Fix default path for Windows users (by Jeroen van Warmerdam)
- Refactoring (by Jeroen van Warmerdam)
- Loading icon to be faster
- Auto install toolbar when not installed
- Added button for edit toolbar.json