-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ca154d
commit d358407
Showing
3 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": [ | ||
|
@@ -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" | ||
|