Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-08-31)

### Bug Fixes

* add button classes ([#7](#7)) ([192f983](192f983))
* add classes to card component ([#31](#31)) ([acebdc3](acebdc3))
* add classes to clickable ([#29](#29)) ([c220593](c220593))
* add classes to radiobuttons component ([#27](#27)) ([1520b7a](1520b7a))
* add classes to textfield and textarea ([#13](#13)) ([d07be64](d07be64))
* add component classes to breadcrumbs ([#19](#19)) ([0a44566](0a44566))
* add component classes to modal ([#33](#33)) ([a2dfc25](a2dfc25))
* add component classes to select ([#18](#18)) ([99f5691](99f5691))
* add component classes to the toggle component ([#24](#24)) ([4526148](4526148))
* add default extractor (handles .js files) + add translation for validation ([4b32bbb](4b32bbb))
* add Finnish language ([431c62b](431c62b))
* add more translations ([2f06c7e](2f06c7e))
* Add uno styling for the alert component ([#6](#6)) ([50c21f6](50c21f6))
* **alert:** use imported instead of inline classes ([#39](#39)) ([832521b](832521b))
* bump @warp-ds/css package to get fix for select chevron ([675f07c](675f07c))
* bump component-classes ([60940a4](60940a4))
* bump fversions ([#45](#45)) ([18941af](18941af))
* bump packages ([#40](#40)) ([cd4b4ae](cd4b4ae))
* bump warp packages ([#47](#47)) ([9ff62db](9ff62db))
* **buttons:** bump component-classes to 1.0.0-alpha.116 ([#51](#51)) ([6f077c4](6f077c4))
* detect locale on server ([68ceedc](68ceedc))
* do not override props and attrs in input and textarea ([#17](#17)) ([e549203](e549203))
* **expandable:** add the same settings for info as for box prop + rename import of component classes ([1c85e36](1c85e36))
* Fixed bug with Switch always showing selected state ([#37](#37)) ([0fab7b3](0fab7b3))
* focusable is added to the component classes ([#38](#38)) ([02e5df2](02e5df2))
* import sr-only class from component-classes to Button and Breadcrumbs ([#20](#20)) ([45e67a6](45e67a6))
* **inline classes:** update inline classes for tag, tabs, steps, expandable, attention ([#46](#46)) ([71feb82](71feb82))
* load messages correctly ([b0cbf19](b0cbf19))
* modify test because of changed default aria label ([ec7579f](ec7579f))
* **package.json:** update package versions ([#48](#48)) ([d5ae45c](d5ae45c))
* **package.json:** update version for component-classes in package.json ([658c232](658c232))
* provide props to textarea ([#41](#41)) ([f5a37f1](f5a37f1))
* remove inline class from button link ([#43](#43)) ([008b445](008b445))
* Rename wInput to wTextfield and add prop validator for input types ([#58](#58)) ([9d667e2](9d667e2))
* revert "chore(release): 1.0.0-alpha.44 [skip ci]" ([d03b908](d03b908))
* stable FINN prod alpha-release ([#50](#50)) ([73b9d6d](73b9d6d))
* **stepindicator:** update version of @warp-ds/component-classes ([7914c87](7914c87))
* **steps:** fix background color issue for active step ([#42](#42)) ([1e6c7b2](1e6c7b2))
* **steps:** small fix ([836eef8](836eef8))
* **steps:** update to computed classes ([97f3b4d](97f3b4d))
* textarea default class and refactor ([#15](#15)) ([e64455d](e64455d))
* Update the box component to Warp using component-classes ([#14](#14)) ([eab3eb1](eab3eb1))
* Update to use first major versions of the css and uno warp packages ([#59](#59)) ([69bd395](69bd395))
* use css package instead of component-classes ([#52](#52)) ([625d061](625d061))
* use props for inputs and not attrs ([#26](#26)) ([ec08a63](ec08a63))
* use radioChecked class ([#28](#28)) ([e0e7200](e0e7200))
* use updated component-classes in alert ([#8](#8)) ([59227cf](59227cf))
* **w-pill:** minor changes to clean it up ([2181a74](2181a74))
* Warpified and refactored the Pill component, adding component-classes ([#22](#22)) ([3e888ae](3e888ae))
* **workflows:** set node v to lts/* and pnpm to 8 ([#44](#44)) ([c4ea6ba](c4ea6ba))

### Features

* add internationalization (i18n) ([5cb0387](5cb0387))
* **attention:** warpify attention ([#34](#34)) ([6aedb69](6aedb69))
* **button-group:** add component classes to ButtonGroup ([#23](#23)) ([c9e29a9](c9e29a9))
* **Form:** warpify forms ([#36](#36)) ([f712528](f712528))
* **slider:** warpify slider component ([#30](#30)) ([67efc75](67efc75))
* **stepindicator:** add component classes to step indicator ([de3474d](de3474d))
* **tabs:** Warpify tabs ([#32](#32)) ([2e996aa](2e996aa))
* Warpify Switch component ([#35](#35)) ([26c03fa](26c03fa))
* **workflows:** add eik aliasing script to release.yml ([#10](#10)) ([a0de9d6](a0de9d6))

### BREAKING CHANGES

* wInput has been renamed to wTextfield. This change is made to align with the other frameworks in Warp and to clarify what type of inputs the component produces.
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent 43707f1 commit 4fd5677
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1 deletion.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,77 @@
# 1.0.0 (2023-08-31)


### Bug Fixes

* add button classes ([#7](https://github.com/warp-ds/vue/issues/7)) ([192f983](https://github.com/warp-ds/vue/commit/192f983a8d5feda1cab6b8c38f86a9b566b95f5e))
* add classes to card component ([#31](https://github.com/warp-ds/vue/issues/31)) ([acebdc3](https://github.com/warp-ds/vue/commit/acebdc381d66ec212462e0c1c7789bb3a98515b8))
* add classes to clickable ([#29](https://github.com/warp-ds/vue/issues/29)) ([c220593](https://github.com/warp-ds/vue/commit/c2205937b67289c7b96a4ca972cc76e6492c90ed))
* add classes to radiobuttons component ([#27](https://github.com/warp-ds/vue/issues/27)) ([1520b7a](https://github.com/warp-ds/vue/commit/1520b7a2ad3d195ff87be01aeeef94ffdd64e4ba))
* add classes to textfield and textarea ([#13](https://github.com/warp-ds/vue/issues/13)) ([d07be64](https://github.com/warp-ds/vue/commit/d07be64677dd396bbc61d686aeb3f47b6f0e0cda))
* add component classes to breadcrumbs ([#19](https://github.com/warp-ds/vue/issues/19)) ([0a44566](https://github.com/warp-ds/vue/commit/0a44566ab9f02597be8f4c2cea7ad65beb550ace))
* add component classes to modal ([#33](https://github.com/warp-ds/vue/issues/33)) ([a2dfc25](https://github.com/warp-ds/vue/commit/a2dfc255f7fe36613baab708488c9c4a5c2dc14b))
* add component classes to select ([#18](https://github.com/warp-ds/vue/issues/18)) ([99f5691](https://github.com/warp-ds/vue/commit/99f56911aa156727221d81ffcf7f5f5620193a7e))
* add component classes to the toggle component ([#24](https://github.com/warp-ds/vue/issues/24)) ([4526148](https://github.com/warp-ds/vue/commit/4526148123a9d4b8240b2086ea757e066ad2dad9))
* add default extractor (handles .js files) + add translation for validation ([4b32bbb](https://github.com/warp-ds/vue/commit/4b32bbb6542065ad3b30048d60aee03ff91b8288))
* add Finnish language ([431c62b](https://github.com/warp-ds/vue/commit/431c62b71221d242ef87bc9b85fcec7a941a9d8c))
* add more translations ([2f06c7e](https://github.com/warp-ds/vue/commit/2f06c7ee430528fe14c62b21e0c4164eb804f637))
* Add uno styling for the alert component ([#6](https://github.com/warp-ds/vue/issues/6)) ([50c21f6](https://github.com/warp-ds/vue/commit/50c21f6d30864e4f4d047dbfab3036676b1dce1d))
* **alert:** use imported instead of inline classes ([#39](https://github.com/warp-ds/vue/issues/39)) ([832521b](https://github.com/warp-ds/vue/commit/832521b90a7cd50d07b2d5d377cde59428223ec3))
* bump @warp-ds/css package to get fix for select chevron ([675f07c](https://github.com/warp-ds/vue/commit/675f07c81cac680542f1cf29a8a960f74d290bc5))
* bump component-classes ([60940a4](https://github.com/warp-ds/vue/commit/60940a47c8143b9c77f5bad72aa771994f2b5c5b))
* bump fversions ([#45](https://github.com/warp-ds/vue/issues/45)) ([18941af](https://github.com/warp-ds/vue/commit/18941afb557c625a77593fef0e18db3dcc49b5c8))
* bump packages ([#40](https://github.com/warp-ds/vue/issues/40)) ([cd4b4ae](https://github.com/warp-ds/vue/commit/cd4b4aee84fa9fa9f822cfe6c6933ee684e43e9a))
* bump warp packages ([#47](https://github.com/warp-ds/vue/issues/47)) ([9ff62db](https://github.com/warp-ds/vue/commit/9ff62dbf4a7a4276cd7872ab2f08c4da2d5a0348))
* **buttons:** bump component-classes to 1.0.0-alpha.116 ([#51](https://github.com/warp-ds/vue/issues/51)) ([6f077c4](https://github.com/warp-ds/vue/commit/6f077c4fad658770c82a7e704f598e6067e25761))
* detect locale on server ([68ceedc](https://github.com/warp-ds/vue/commit/68ceedca25553aaaffef87a699347f47bda1aec8))
* do not override props and attrs in input and textarea ([#17](https://github.com/warp-ds/vue/issues/17)) ([e549203](https://github.com/warp-ds/vue/commit/e54920361eb1a6dff660777151875e4b58fb3662))
* **expandable:** add the same settings for info as for box prop + rename import of component classes ([1c85e36](https://github.com/warp-ds/vue/commit/1c85e36b130ad114b62462c594dce172e69708cc))
* Fixed bug with Switch always showing selected state ([#37](https://github.com/warp-ds/vue/issues/37)) ([0fab7b3](https://github.com/warp-ds/vue/commit/0fab7b36fa536071cd0cafda3def73a217d0cad4))
* focusable is added to the component classes ([#38](https://github.com/warp-ds/vue/issues/38)) ([02e5df2](https://github.com/warp-ds/vue/commit/02e5df250abf206c2c53334e04eab2d9d1050b5b))
* import sr-only class from component-classes to Button and Breadcrumbs ([#20](https://github.com/warp-ds/vue/issues/20)) ([45e67a6](https://github.com/warp-ds/vue/commit/45e67a6a1e035b5c238bd00f7ee42179bdeb82b2))
* **inline classes:** update inline classes for tag, tabs, steps, expandable, attention ([#46](https://github.com/warp-ds/vue/issues/46)) ([71feb82](https://github.com/warp-ds/vue/commit/71feb82d16e4258f70b82bea014b67c6e09ff821))
* load messages correctly ([b0cbf19](https://github.com/warp-ds/vue/commit/b0cbf196f381feb487b6abd42b107839f3dbf0fb))
* modify test because of changed default aria label ([ec7579f](https://github.com/warp-ds/vue/commit/ec7579f5f19d7512e9e47a059ea57432fafc527d))
* **package.json:** update package versions ([#48](https://github.com/warp-ds/vue/issues/48)) ([d5ae45c](https://github.com/warp-ds/vue/commit/d5ae45c4e60aabacd50cc57b257765dfcd887e18))
* **package.json:** update version for component-classes in package.json ([658c232](https://github.com/warp-ds/vue/commit/658c232a74b08ff595121e8bd716ed720a0af489))
* provide props to textarea ([#41](https://github.com/warp-ds/vue/issues/41)) ([f5a37f1](https://github.com/warp-ds/vue/commit/f5a37f10672a9bb52c7e61e40e755a6a2f91db2c))
* remove inline class from button link ([#43](https://github.com/warp-ds/vue/issues/43)) ([008b445](https://github.com/warp-ds/vue/commit/008b4452eb694b62a10561c96a12b4a219136c21))
* Rename wInput to wTextfield and add prop validator for input types ([#58](https://github.com/warp-ds/vue/issues/58)) ([9d667e2](https://github.com/warp-ds/vue/commit/9d667e225c567a1d39d8c9cf47faa86b27bfa001))
* revert "chore(release): 1.0.0-alpha.44 [skip ci]" ([d03b908](https://github.com/warp-ds/vue/commit/d03b9085140a83830b0ca1736ef1df0af53eff67))
* stable FINN prod alpha-release ([#50](https://github.com/warp-ds/vue/issues/50)) ([73b9d6d](https://github.com/warp-ds/vue/commit/73b9d6d277ce012f5dcf00eb74b7cb72b73495cc))
* **stepindicator:** update version of @warp-ds/component-classes ([7914c87](https://github.com/warp-ds/vue/commit/7914c87f6700f4870f51586fe67fd0430f5ff2fd))
* **steps:** fix background color issue for active step ([#42](https://github.com/warp-ds/vue/issues/42)) ([1e6c7b2](https://github.com/warp-ds/vue/commit/1e6c7b227c1d487f736d1489df80c7698f01aca9))
* **steps:** small fix ([836eef8](https://github.com/warp-ds/vue/commit/836eef823152877358b05fd20a1429b76bce452d))
* **steps:** update to computed classes ([97f3b4d](https://github.com/warp-ds/vue/commit/97f3b4dddc417d11a829705777a46cdf03a03950))
* textarea default class and refactor ([#15](https://github.com/warp-ds/vue/issues/15)) ([e64455d](https://github.com/warp-ds/vue/commit/e64455d4973e990f0445b95494fd21c100d322df))
* Update the box component to Warp using component-classes ([#14](https://github.com/warp-ds/vue/issues/14)) ([eab3eb1](https://github.com/warp-ds/vue/commit/eab3eb19a36eceaaa3d1a35d710a937d9d78287a))
* Update to use first major versions of the css and uno warp packages ([#59](https://github.com/warp-ds/vue/issues/59)) ([69bd395](https://github.com/warp-ds/vue/commit/69bd395006ea6379c6e298f3b205eb3759574169))
* use css package instead of component-classes ([#52](https://github.com/warp-ds/vue/issues/52)) ([625d061](https://github.com/warp-ds/vue/commit/625d061f61abd823fae28400a9d1b3e81f0e9f5c))
* use props for inputs and not attrs ([#26](https://github.com/warp-ds/vue/issues/26)) ([ec08a63](https://github.com/warp-ds/vue/commit/ec08a63fe125c3a45beb3dad6ac36517af0f536c))
* use radioChecked class ([#28](https://github.com/warp-ds/vue/issues/28)) ([e0e7200](https://github.com/warp-ds/vue/commit/e0e7200b5069a7587c0d7301f328ba96aadbce90))
* use updated component-classes in alert ([#8](https://github.com/warp-ds/vue/issues/8)) ([59227cf](https://github.com/warp-ds/vue/commit/59227cfcfa0b93354e6529b8f6d1455f029b28fe))
* **w-pill:** minor changes to clean it up ([2181a74](https://github.com/warp-ds/vue/commit/2181a74e8fc86f585b3d55aea0024b5850cd4186))
* Warpified and refactored the Pill component, adding component-classes ([#22](https://github.com/warp-ds/vue/issues/22)) ([3e888ae](https://github.com/warp-ds/vue/commit/3e888ae09bf515c1fead3349d36980af39065c17))
* **workflows:** set node v to lts/* and pnpm to 8 ([#44](https://github.com/warp-ds/vue/issues/44)) ([c4ea6ba](https://github.com/warp-ds/vue/commit/c4ea6baa36b7a4bc91c49f973cb37c4c5984fb6f))


### Features

* add internationalization (i18n) ([5cb0387](https://github.com/warp-ds/vue/commit/5cb038772bda52fd90911271b97093e91479bf17))
* **attention:** warpify attention ([#34](https://github.com/warp-ds/vue/issues/34)) ([6aedb69](https://github.com/warp-ds/vue/commit/6aedb6936855fe3e2d254572cbee54938535acba))
* **button-group:** add component classes to ButtonGroup ([#23](https://github.com/warp-ds/vue/issues/23)) ([c9e29a9](https://github.com/warp-ds/vue/commit/c9e29a97b98484059b3d6311f01536963a375e9d))
* **Form:** warpify forms ([#36](https://github.com/warp-ds/vue/issues/36)) ([f712528](https://github.com/warp-ds/vue/commit/f7125288b7d87866fee41e4c73ca44841210065d))
* **slider:** warpify slider component ([#30](https://github.com/warp-ds/vue/issues/30)) ([67efc75](https://github.com/warp-ds/vue/commit/67efc752469cd1f5908be9c2301ba031f0f0d366))
* **stepindicator:** add component classes to step indicator ([de3474d](https://github.com/warp-ds/vue/commit/de3474de60dd76d04350c6b49f6695c73b48bafc))
* **tabs:** Warpify tabs ([#32](https://github.com/warp-ds/vue/issues/32)) ([2e996aa](https://github.com/warp-ds/vue/commit/2e996aaa9c51964d9de3ad80895db7e935e4c688))
* Warpify Switch component ([#35](https://github.com/warp-ds/vue/issues/35)) ([26c03fa](https://github.com/warp-ds/vue/commit/26c03fab279313a4c9ef5248d1e44da120b91dab))
* **workflows:** add eik aliasing script to release.yml ([#10](https://github.com/warp-ds/vue/issues/10)) ([a0de9d6](https://github.com/warp-ds/vue/commit/a0de9d6720edcbfd51d733d233f464d295b63ed9))


### BREAKING CHANGES

* wInput has been renamed to wTextfield. This change is made to align with the other frameworks in Warp and to clarify what type of inputs the component produces.

# [1.0.0-alpha.48](https://github.com/warp-ds/vue/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2023-08-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@warp-ds/vue",
"repository": "git@github.com:warp-ds/vue.git",
"version": "1.0.0-alpha.48",
"version": "1.0.0",
"description": "Warp components for Vue 3",
"type": "module",
"exports": {
Expand Down

0 comments on commit 4fd5677

Please sign in to comment.