Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Latest commit

 

History

History
191 lines (120 loc) · 9.12 KB

CHANGELOG.md

File metadata and controls

191 lines (120 loc) · 9.12 KB

2.2.7 (2021-03-25)

Bug Fixes

  • fix grammar condition when substring of editor grammar (3618f34)

2.2.6 (2021-03-24)

Bug Fixes

  • deps: bump atom-package-deps from 7.2.2 to 7.2.3 (#232) (e80bf08)

2.2.5 (2021-02-15)

Bug Fixes

  • deps: bump atom-package-deps from 7.2.0 to 7.2.1 (#219) (79eb5dc)

2.2.4 (2021-01-18)

Bug Fixes

  • deps: bump atom-package-deps from 7.0.3 to 7.1.0 (#210) (623a9c1)

2.2.3 (2020-12-08)

Bug Fixes

  • deps: bump atom-package-deps from 7.0.2 to 7.0.3 (#203) (7f25f6c)

2.2.2 (2020-12-02)

Bug Fixes

  • deps: Bump change-case from 4.1.1 to 4.1.2 (#201) (5f957cf)

2.2.1 (2020-09-12)

Bug Fixes

  • deps: update dependencies (45f22da)

2.2.0 (2020-03-12)

Features

  • add background, color, and class options (8c0740f)

2.1.4 (2019-08-05)

Bug Fixes

  • package condition: Check if package is loaded not just active (b248b1a), closes #158

2.1.3 (2019-04-23)

Bug Fixes

  • 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

  • Use Atom's PathWatcher to watch the config files #151 (by @UziTech)

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

  • BREAKING: Get active item from workplace center #139 (by @UziTech)

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

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

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

v0.12.0 - 2017-03-11

0.4.4

  • Fixed resolveConfigPath not searching for toolbar.json (by Andrew Douglas)

0.4.3

  • Change default config file type

0.4.2

  • Fixed bugs

0.4.0

  • Support CSON, JSON5 config file
  • ADD show, enable property

0.3.0

  • Add style property
  • Add hide, disable property
  • Fixed callback target

0.2.1

  • Fixed callback target

0.2.0

  • Use ToolBar Services API (by Jeroen van Warmerdam)
  • Notifications on toolbar edit (by Jeroen van Warmerdam)
  • Rename flex-toolbar to flex-tool-bar

0.1.10

  • Fixed many open edit toolbar tab
  • Fixed be removed toolbar.json
  • Add dev mode (by Jeroen van Warmerdam)

0.1.9

  • Fixed diactivating behaviour
  • Fixed removing buttons from toolbar with new toolbar theme (by Jeroen van Warmerdam)

0.1.8

  • Fix some bugs

0.1.7

  • Fix some bugs (by Jeroen van Warmerdam)

0.1.6

  • Reload toolbar when edit toolbar.json

0.1.5

  • Fix default path for Windows users (by Jeroen van Warmerdam)
  • Refactoring (by Jeroen van Warmerdam)

0.1.4

  • Loading icon to be faster

0.1.3

  • Auto install toolbar when not installed
  • Added button for edit toolbar.json

0.0.1 - First Release