Skip to content

Commit 131457e

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2021-10-26) ### Bug Fixes * **exports:** correct layout export path ([#70](#70)) ([f736c89](f736c89)) * **withUpdates:** bind this to getter and add detach method ([#72](#72)) ([65f9dbe](65f9dbe)) ### Features * **Checkbox:** add Checkbox component ([#73](#73)) ([5e82a79](5e82a79)) * **Column:** update with latest bug fixes ([#81](#81)) ([0a08842](0a08842)) * **FocusManager:** update to latest from LUI ([#80](#80)) ([7c2a89e](7c2a89e)) * **ProgressBar:** add ProgressBar element ([#78](#78)) ([c0396f4](c0396f4)) * **Radio:** add Radio element, tests, and docs ([#69](#69)) ([3413886](3413886)) * **Row:** update to latest ([#82](#82)) ([0bf1ef4](0bf1ef4)) * **Slider:** add Slider element ([#79](#79)) ([673b392](673b392)) * **storybook:** storybook minor version bump ([#83](#83)) ([a762da9](a762da9)) * **Toggle:** add Toggle element ([#71](#71)) ([9149350](9149350)) * enable eslint ([#66](#66)) ([600c898](600c898))
1 parent 0a08842 commit 131457e

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [1.2.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/v1.1.0...v1.2.0) (2021-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **exports:** correct layout export path ([#70](https://github.com/rdkcentral/Lightning-UI-Components/issues/70)) ([f736c89](https://github.com/rdkcentral/Lightning-UI-Components/commit/f736c89f9355db03a71c96817f0863c851efa8ab))
7+
* **withUpdates:** bind this to getter and add detach method ([#72](https://github.com/rdkcentral/Lightning-UI-Components/issues/72)) ([65f9dbe](https://github.com/rdkcentral/Lightning-UI-Components/commit/65f9dbe5929cd98c4d04410a96bd3d65d263e9ab))
8+
9+
10+
### Features
11+
12+
* **Checkbox:** add Checkbox component ([#73](https://github.com/rdkcentral/Lightning-UI-Components/issues/73)) ([5e82a79](https://github.com/rdkcentral/Lightning-UI-Components/commit/5e82a7968254765aac193c3f0d4f465ae883db04))
13+
* **Column:** update with latest bug fixes ([#81](https://github.com/rdkcentral/Lightning-UI-Components/issues/81)) ([0a08842](https://github.com/rdkcentral/Lightning-UI-Components/commit/0a08842d517a71b9dee746f170048b1ed9df2244))
14+
* **FocusManager:** update to latest from LUI ([#80](https://github.com/rdkcentral/Lightning-UI-Components/issues/80)) ([7c2a89e](https://github.com/rdkcentral/Lightning-UI-Components/commit/7c2a89e9a77942c06190a970ca72d7aeaa8f3bd8))
15+
* **ProgressBar:** add ProgressBar element ([#78](https://github.com/rdkcentral/Lightning-UI-Components/issues/78)) ([c0396f4](https://github.com/rdkcentral/Lightning-UI-Components/commit/c0396f45d61c332ba8c1fa02f811eeb02da162c1))
16+
* **Radio:** add Radio element, tests, and docs ([#69](https://github.com/rdkcentral/Lightning-UI-Components/issues/69)) ([3413886](https://github.com/rdkcentral/Lightning-UI-Components/commit/3413886c64acb79ce67cd67ad2c901163e08c507))
17+
* **Row:** update to latest ([#82](https://github.com/rdkcentral/Lightning-UI-Components/issues/82)) ([0bf1ef4](https://github.com/rdkcentral/Lightning-UI-Components/commit/0bf1ef4b6318f4a449d115c891100896332bd878))
18+
* **Slider:** add Slider element ([#79](https://github.com/rdkcentral/Lightning-UI-Components/issues/79)) ([673b392](https://github.com/rdkcentral/Lightning-UI-Components/commit/673b3929a145b77d660c317c1d5ac5d16ea4265c))
19+
* **storybook:** storybook minor version bump ([#83](https://github.com/rdkcentral/Lightning-UI-Components/issues/83)) ([a762da9](https://github.com/rdkcentral/Lightning-UI-Components/commit/a762da9952a827293b77c9d84593162f6554bdf9))
20+
* **Toggle:** add Toggle element ([#71](https://github.com/rdkcentral/Lightning-UI-Components/issues/71)) ([9149350](https://github.com/rdkcentral/Lightning-UI-Components/commit/914935007e6e052ac9a4d86f0b8131f3adf15c4d))
21+
* enable eslint ([#66](https://github.com/rdkcentral/Lightning-UI-Components/issues/66)) ([600c898](https://github.com/rdkcentral/Lightning-UI-Components/commit/600c8986c2a8eb73db07f7d26f7939c8abbf392b))
22+
123
# [1.1.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/v1.0.0...v1.1.0) (2021-09-27)
224

325

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/ui-components",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"dependencies": {
55
"debounce": "^1.2.1"
66
},

0 commit comments

Comments
 (0)