Skip to content

Commit

Permalink
chore(release): 20.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.0.0](v19.1.1...v20.0.0) (2019-04-05)

### Bug Fixes

* **list:** disabled items not handled correctly ([93a24cb](93a24cb))

### Code Refactoring

* **multi-select:** remove multi-select ([33fd282](33fd282)), closes [#203](#203)

### Features

* **select:** add `required` property ([78be0a8](78be0a8)), closes [Lundalogik/lime-webclient#973](Lundalogik/lime-webclient#973)
* **select:** add property for selecting multiple values ([1f7d193](1f7d193)), closes [#203](#203)

### BREAKING CHANGES

* **multi-select:** multi-select component has been removed in favor of the select component that now
has a property called `multiple` that offers the same functionality in a better way
  • Loading branch information
limego authored and adrianschmidt committed Sep 10, 2019
1 parent dfc6824 commit 1f632f2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [20.0.0](https://github.com/Lundalogik/lime-elements/compare/v19.1.1...v20.0.0) (2019-04-05)


### Bug Fixes

* **list:** disabled items not handled correctly ([93a24cb](https://github.com/Lundalogik/lime-elements/commit/93a24cb))


### Code Refactoring

* **multi-select:** remove multi-select ([33fd282](https://github.com/Lundalogik/lime-elements/commit/33fd282)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203)


### Features

* **select:** add `required` property ([78be0a8](https://github.com/Lundalogik/lime-elements/commit/78be0a8)), closes [Lundalogik/lime-webclient#973](https://github.com/Lundalogik/lime-webclient/issues/973)
* **select:** add property for selecting multiple values ([1f7d193](https://github.com/Lundalogik/lime-elements/commit/1f7d193)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203)


### BREAKING CHANGES

* **multi-select:** multi-select component has been removed in favor of the select component that now
has a property called `multiple` that offers the same functionality in a better way

## [19.1.1](https://github.com/Lundalogik/lime-elements/compare/v19.1.0...v19.1.1) (2019-04-05)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lime-elements",
"version": "19.1.1",
"version": "20.0.0",
"description": "Lime Elements",
"author": "Lime Technologies",
"license": "UNLICENSED",
Expand Down

0 comments on commit 1f632f2

Please sign in to comment.