Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed May 15, 2022
1 parent 1ca154d commit d358407
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/conjoon/extjs-theme-material/compare/v0.1.0...v0.2.0) (2022-05-15)


### Features

* add plugin for displaying mode-switch buttons in navigation toolbar ([412d6ea](https://github.com/conjoon/extjs-theme-material/commit/412d6ea454987a302b57c22370c676d7885c2d99)), closes [conjoon/extjs-theme-material#4](https://github.com/conjoon/extjs-theme-material/issues/4)
* add theme support for coon.comp.component.AnnouncementBar ([138eb9c](https://github.com/conjoon/extjs-theme-material/commit/138eb9c082bfaf8c9e501a3eb7b6a8dd5da2193f)), closes [conjoon/extjs-comp-navport#15](https://github.com/conjoon/extjs-comp-navport/issues/15)
* segmented button replaced by single button to enhance ux ([e6d9271](https://github.com/conjoon/extjs-theme-material/commit/e6d92717dad9e7245ce5696b71404efd8fff92d4)), closes [conjoon/extjs-theme-material#17](https://github.com/conjoon/extjs-theme-material/issues/17)


### Bug Fixes

* add correct style for pressed and disabled button ([0dfde0f](https://github.com/conjoon/extjs-theme-material/commit/0dfde0f3b107e3fe217e7a9debcc22014330561f)), closes [conjoon/extjs-app-webmail#131](https://github.com/conjoon/extjs-app-webmail/issues/131)
* add material css for tooltips ([04f6774](https://github.com/conjoon/extjs-theme-material/commit/04f67744e930298a1fde0bb18ece53e8b3545926))
* add missing css for regular buttons with "pressed" state ([2d9d2a7](https://github.com/conjoon/extjs-theme-material/commit/2d9d2a77fda4544c397b7fc8bca6091e3c97dade))
* foreground-color of subject in light mode not readable ([e1ab84e](https://github.com/conjoon/extjs-theme-material/commit/e1ab84e11e835ae9d8cc32dd009ac31a5f70d4bb)), closes [conjoon/extjs-theme-material#12](https://github.com/conjoon/extjs-theme-material/issues/12)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"toolkit": "classic",
"creator": "Thorsten Suckow-Homberg <[email protected]>",
"summary": "This NPM package contains overrides, sass and css directives for theming the conjoon application along with its packages with a material theme.",
"version": "0.1.1",
"compatVersion": "0.1.1",
"version": "0.2.0",
"compatVersion": "0.2.0",
"format": "1",
"slicer": {
"js": [
Expand Down Expand Up @@ -68,7 +68,7 @@
]
},
"description": "This NPM package contains overrides, sass and css directives for theming the conjoon application along with its packages with a material theme.",
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit d358407

Please sign in to comment.