-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@momentum-ui/[email protected] @momentum-ui/[email protected] @momentum-ui/[email protected] @momentum-ui/[email protected] @momentum-ui/[email protected] @momentum-ui/[email protected] @momentum-ui/[email protected]
- Loading branch information
1 parent
776e845
commit 3e6efcd
Showing
33 changed files
with
8,135 additions
and
7,646 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
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 |
---|---|---|
|
@@ -3,6 +3,39 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [9.0.0](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/[email protected]...@momentum-ui/[email protected]) (2019-09-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **angular:** static injection error for cdk Overlay ([bd41839](https://github.com/momentum-design/momentum-ui/commit/bd41839)) | ||
* **radio:** support reactive form disabled state ([d8c419a](https://github.com/momentum-design/momentum-ui/commit/d8c419a)) | ||
* **select:** update select component to include new features and improvements ([6dd0afd](https://github.com/momentum-design/momentum-ui/commit/6dd0afd)) | ||
|
||
|
||
### Features | ||
|
||
* **input:** add mdInput directive and create md-input-group ([8322db5](https://github.com/momentum-design/momentum-ui/commit/8322db5)) | ||
* **input-container:** rename input-group to input-container ([c1f654e](https://github.com/momentum-design/momentum-ui/commit/c1f654e)) | ||
* **select:** add mdInput to filter search ([b9057e3](https://github.com/momentum-design/momentum-ui/commit/b9057e3)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **input:** * remove search-input from angular library | ||
* create input directive with new props(see documentation) | ||
* create input-group component(see documentation) | ||
* change input-error to input-message(remove error prop) | ||
* update editable-textfield, combo-box | ||
* add input kitchen sink example | ||
* add input-section component | ||
* remove message prop from input-message | ||
* **select:** Select is restructured with added new features, props including Filter and new correct emitters | ||
|
||
|
||
|
||
|
||
|
||
## [8.3.3](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/[email protected]...@momentum-ui/[email protected]) (2019-09-14) | ||
|
||
|
||
|
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
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 |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [13.0.0](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/[email protected]...@momentum-ui/[email protected]) (2019-09-18) | ||
|
||
|
||
### Features | ||
|
||
* **form elements:** update new structure and remove deprecated components ([065260e](https://github.com/momentum-design/momentum-ui/commit/065260e)) | ||
* **input:** update class names and structure ([718fcc6](https://github.com/momentum-design/momentum-ui/commit/718fcc6)) | ||
* **input-container:** rename input-group to input-container ([c1f654e](https://github.com/momentum-design/momentum-ui/commit/c1f654e)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **form elements:** - remove deprecated md-radio & md-radio-list components | ||
- remove deprecated md-checkbox component | ||
- rename md-input-group to md-input-container | ||
|
||
|
||
|
||
|
||
|
||
## [12.2.17](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/[email protected]...@momentum-ui/[email protected]) (2019-09-14) | ||
|
||
**Note:** Version bump only for package @momentum-ui/angularjs | ||
|
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
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
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
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 |
---|---|---|
|
@@ -3,6 +3,37 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [18.0.0](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/[email protected]...@momentum-ui/[email protected]) (2019-09-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **breadcrumbs:** add cursor: pointer to breadcrumbs ([0f9335f](https://github.com/momentum-design/momentum-ui/commit/0f9335f)) | ||
* **color.json:** add white and black colors ([deecc8d](https://github.com/momentum-design/momentum-ui/commit/deecc8d)) | ||
* **input:** add different parameter for message color vs help color ([6fa9030](https://github.com/momentum-design/momentum-ui/commit/6fa9030)) | ||
* **input:** change icon padding to 44px ([b5c5bef](https://github.com/momentum-design/momentum-ui/commit/b5c5bef)) | ||
* **select:** select filter search width to 100% ([fd2cefc](https://github.com/momentum-design/momentum-ui/commit/fd2cefc)) | ||
* **select:** update select component to include new features and improvements ([6dd0afd](https://github.com/momentum-design/momentum-ui/commit/6dd0afd)) | ||
* **settings:** run build to output input placeholder color change ([d351ef8](https://github.com/momentum-design/momentum-ui/commit/d351ef8)) | ||
|
||
|
||
### Features | ||
|
||
* **input:** rework input architecture ([aadc3b3](https://github.com/momentum-design/momentum-ui/commit/aadc3b3)) | ||
* **input-container:** rename input-group to input-container ([c1f654e](https://github.com/momentum-design/momentum-ui/commit/c1f654e)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **select:** Select is restructured with added new features, props including Filter and new correct emitters | ||
* **input:** * input html structure completely redone | ||
* input-search module removed | ||
* input settings repeated in forms removed | ||
|
||
|
||
|
||
|
||
|
||
## 17.0.0 | ||
|
||
**Note:** Version intentionally skipped | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@momentum-ui/core", | ||
"description": "Cisco Momentum UI CSS Framework", | ||
"version": "17.0.0", | ||
"version": "18.0.0", | ||
"author": "Cisco Systems, Inc.", | ||
"contributors": [ | ||
"Paul Jeter <[email protected]>" | ||
|
@@ -58,7 +58,7 @@ | |
"test:percy": "run-p --race start:app test:CI:percy" | ||
}, | ||
"dependencies": { | ||
"@momentum-ui/icons": "^6.31.0" | ||
"@momentum-ui/icons": "^6.33.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
|
Oops, something went wrong.