@bonniernews/dn-design-system-web
Advanced tools
Comparing version 0.1.0-alpha.24 to 0.1.0-alpha.38
139
CHANGELOG.md
@@ -6,2 +6,141 @@ # Change Log | ||
# [0.1.0-alpha.38](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@0.1.0-alpha.37...@bonniernews/dn-design-system-web@0.1.0-alpha.38) (2022-10-26) | ||
### Features | ||
* **web:** switch component ([#379](https://github.com/BonnierNews/dn-design-system/issues/379)) ([b9dd6c3](https://github.com/BonnierNews/dn-design-system/commit/b9dd6c3e78ddc92ac874fb09408405673a47a70e)) | ||
# 0.1.0-alpha.37 (2022-10-26) | ||
### Bug Fixes | ||
* **web:** update condensed text button and focus borders ([#383](https://github.com/BonnierNews/dn-design-system/issues/383)) ([8a8b179](https://github.com/BonnierNews/dn-design-system/commit/8a8b17922438695c9efe3db22f6213c1f3f6959f)) | ||
# 0.1.0-alpha.36 (2022-10-26) | ||
### Features | ||
* **web:** add size to icon component ([#389](https://github.com/BonnierNews/dn-design-system/issues/389)) ([da25e31](https://github.com/BonnierNews/dn-design-system/commit/da25e3109da5da44ac6a5398e4664739ade43904)) | ||
# 0.1.0-alpha.35 (2022-10-26) | ||
**Note:** Version bump only for package @bonniernews/dn-design-system-web | ||
# [0.1.0-alpha.34](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@0.1.0-alpha.33...@bonniernews/dn-design-system-web@0.1.0-alpha.34) (2022-10-25) | ||
### Features | ||
* **web:** radio button component ([#369](https://github.com/BonnierNews/dn-design-system/issues/369)) ([3be818f](https://github.com/BonnierNews/dn-design-system/commit/3be818fb4f0c05565d6566eb62a84b4e26fd970a)) | ||
# 0.1.0-alpha.33 (2022-10-25) | ||
### Features | ||
* **web:** checkbox component ([#363](https://github.com/BonnierNews/dn-design-system/issues/363)) ([86b58f6](https://github.com/BonnierNews/dn-design-system/commit/86b58f6b2b9e90787966b5496cd7677466c0e7f0)) | ||
# 0.1.0-alpha.32 (2022-10-24) | ||
**Note:** Version bump only for package @bonniernews/dn-design-system-web | ||
# [0.1.0-alpha.31](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@0.1.0-alpha.30...@bonniernews/dn-design-system-web@0.1.0-alpha.31) (2022-10-21) | ||
### Bug Fixes | ||
* **web:** update focus colors and add color variable list ([#353](https://github.com/BonnierNews/dn-design-system/issues/353)) ([2e12e66](https://github.com/BonnierNews/dn-design-system/commit/2e12e66067784030a8e613eea4d8927f167c04a2)) | ||
# 0.1.0-alpha.30 (2022-10-20) | ||
### Features | ||
* **web:** badge component ([#347](https://github.com/BonnierNews/dn-design-system/issues/347)) ([b8e3ca1](https://github.com/BonnierNews/dn-design-system/commit/b8e3ca1aa9451f03932d614a6632d8d09ba695e9)) | ||
# [0.1.0-alpha.29](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@0.1.0-alpha.28...@bonniernews/dn-design-system-web@0.1.0-alpha.29) (2022-10-20) | ||
### Bug Fixes | ||
* **web:** add forcePx parameter to buttons to prevent scaling ([#346](https://github.com/BonnierNews/dn-design-system/issues/346)) ([d0d81bc](https://github.com/BonnierNews/dn-design-system/commit/d0d81bcc91f72c3ec308b5f5226ce37b54f5edf0)) | ||
# [0.1.0-alpha.28](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@0.1.0-alpha.27...@bonniernews/dn-design-system-web@0.1.0-alpha.28) (2022-10-19) | ||
**Note:** Version bump only for package @bonniernews/dn-design-system-web | ||
# 0.1.0-alpha.27 (2022-10-19) | ||
**Note:** Version bump only for package @bonniernews/dn-design-system-web | ||
# 0.1.0-alpha.26 (2022-10-19) | ||
**Note:** Version bump only for package @bonniernews/dn-design-system-web | ||
# 0.1.0-alpha.25 (2022-10-17) | ||
### Bug Fixes | ||
* **web:** update buttons ([#306](https://github.com/BonnierNews/dn-design-system/issues/306)) ([37c8fb6](https://github.com/BonnierNews/dn-design-system/commit/37c8fb68149b047ff0f53e8ab611f3d6fecc9f9a)) | ||
# [0.1.0-alpha.24](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@0.1.0-alpha.23...@bonniernews/dn-design-system-web@0.1.0-alpha.24) (2022-10-14) | ||
@@ -8,0 +147,0 @@ |
@@ -18,3 +18,4 @@ **@bonniernews/dn-design-system-web/components/button/README.md** | ||
fullWidth: true | ||
} | ||
}, | ||
forcePx: true // fixed pixel value is used for typography to prevent scaling based on :root font-size | ||
``` | ||
@@ -21,0 +22,0 @@ |
@@ -17,5 +17,6 @@ **@bonniernews/dn-design-system-web/components/icon-button/README.md** | ||
visuallyHidden: "Dela på TikTok" | ||
} | ||
}, | ||
forcePx: true // fixed pixel value is used for typography to prevent scaling based on :root font-size | ||
``` | ||
ℹ️ If you add href parameter the button will be rendered as an `<a>` |
@@ -18,5 +18,6 @@ **@bonniernews/dn-design-system-web/components/text-button/README.md** | ||
fullWidth: true | ||
} | ||
}, | ||
forcePx: true // fixed pixel value is used for typography to prevent scaling based on :root font-size | ||
``` | ||
ℹ️ If you add href parameter the text button will be rendered as an `<a>` |
{ | ||
"name": "@bonniernews/dn-design-system-web", | ||
"version": "0.1.0-alpha.24", | ||
"version": "0.1.0-alpha.38", | ||
"description": "DN design system for web.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
231520
109