diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index c4f6108d6..94ea9761d 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/button@0.2.0...@lion/button@0.3.0) (2019-07-26) + + +### Bug Fixes + +* **button:** click event fired twice in IE11 (fix [#179](https://github.com/ing-bank/lion/issues/179)) ([e269b5d](https://github.com/ing-bank/lion/commit/e269b5d)) +* **button:** prevent unnecessary keydown/keyup handlers ([06124e0](https://github.com/ing-bank/lion/commit/06124e0)) +* **button:** remove active when mouse/key up on other element (fix [#210](https://github.com/ing-bank/lion/issues/210)) ([f3303ae](https://github.com/ing-bank/lion/commit/f3303ae)) + + +### Features + +* **button:** move active to host for cross-browser support (fix [#188](https://github.com/ing-bank/lion/issues/188)) ([471d662](https://github.com/ing-bank/lion/commit/471d662)) + + + + + # [0.2.0](https://github.com/ing-bank/lion/compare/@lion/button@0.1.48...@lion/button@0.2.0) (2019-07-25) diff --git a/packages/button/package.json b/packages/button/package.json index 237cba965..df410bfb2 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.2.0", + "version": "0.3.0", "description": "A button that is easily styleable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 9578f476b..20df5190d 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.46](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.45...@lion/calendar@0.1.46) (2019-07-26) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.45](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.44...@lion/calendar@0.1.45) (2019-07-25) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 4dad80c71..385c6d356 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.45", + "version": "0.1.46", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/localize": "^0.4.9" }, "devDependencies": { - "@lion/button": "^0.2.0", + "@lion/button": "^0.3.0", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 63cc736df..e6278c62b 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.49](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.48...@lion/input-datepicker@0.1.49) (2019-07-26) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.48](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.47...@lion/input-datepicker@0.1.48) (2019-07-25) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 8addc4a95..4931201a0 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.48", + "version": "0.1.49", "description": "Provide a way for users to fill in a date via a calendar overlay", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,7 +35,7 @@ "*.js" ], "dependencies": { - "@lion/calendar": "^0.1.45", + "@lion/calendar": "^0.1.46", "@lion/core": "^0.1.13", "@lion/input-date": "^0.1.40", "@lion/localize": "^0.4.9", @@ -43,7 +43,7 @@ "@lion/validate": "^0.2.22" }, "devDependencies": { - "@lion/button": "^0.2.0", + "@lion/button": "^0.3.0", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "@polymer/iron-test-helpers": "^3.0.1", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index 645d705d4..525b2af80 100644 --- a/packages/popup/CHANGELOG.md +++ b/packages/popup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.26](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.25...@lion/popup@0.2.26) (2019-07-26) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.2.25](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.24...@lion/popup@0.2.25) (2019-07-25) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index 0bf3669da..20d771154 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.25", + "version": "0.2.26", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "@lion/overlays": "^0.3.11" }, "devDependencies": { - "@lion/button": "^0.2.0", + "@lion/button": "^0.3.0", "@lion/icon": "^0.2.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 31ec27529..8b0e85d3f 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.1...@lion/select-rich@0.1.2) (2019-07-26) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.0...@lion/select-rich@0.1.1) (2019-07-26) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 0a559c689..0fbb34563 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.1.1", + "version": "0.1.2", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,7 +36,7 @@ "*.js" ], "dependencies": { - "@lion/button": "^0.2.0", + "@lion/button": "^0.3.0", "@lion/core": "^0.1.13", "@lion/field": "^0.1.38", "@lion/option": "^0.1.0", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 632f501c9..1987089a0 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.26](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.25...@lion/tooltip@0.2.26) (2019-07-26) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.2.25](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.24...@lion/tooltip@0.2.25) (2019-07-25) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 3dd095861..b76bafc79 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.25", + "version": "0.2.26", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,10 +34,10 @@ "dependencies": { "@lion/core": "^0.1.13", "@lion/overlays": "^0.3.11", - "@lion/popup": "^0.2.25" + "@lion/popup": "^0.2.26" }, "devDependencies": { - "@lion/button": "^0.2.0", + "@lion/button": "^0.3.0", "@lion/icon": "^0.2.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6"