Skip to content

Commit 07ca1f9

Browse files
chore(release): 3.0.0-next.1 [skip ci]
## [3.0.0-next.1](v2.1.0-next.2...v3.0.0-next.1) (2023-09-29) ### ⚠ BREAKING CHANGES * remove weak prop from Text and add codemod for it (#374) ### Features * **breadcrumbs:** use css variables for colors ([#382](#382)) ([f13658c](f13658c)) * migrate tag and selectlist variant colors to css vars ([#381](#381)) ([e11833c](e11833c)) * remove weak prop from Text and add codemod for it ([#374](#374)) ([df98bb9](df98bb9)) * replace fixed colors with semantic tokens ([204a71d](204a71d)) * tooltip placement codemod ([#377](#377)) ([258d8ed](258d8ed)) * **accordion:** migrate to semantic colors ([37c9df5](37c9df5)) * **banner:** migrate to semantic colors ([5c30334](5c30334)) * **buttons:** use css variables for colors ([1664f57](1664f57)) * **card:** migrate to semantic colors ([bc90913](bc90913)) * **checkbox:** migrate to semantic colors ([18bd927](18bd927)) * **datepicker, infobanner:** migrate to semantic colors ([98f3d53](98f3d53)) * **design-token:** start restructuring the design tokens ([f477ef9](f477ef9)) * **dimming:** migrate to semantic colors ([a47e1a7](a47e1a7)) * **divider:** migrate to semantic colors ([d0bc552](d0bc552)) * **filepicker:** migrate to semantic colors ([5b2e16c](5b2e16c)) * **filePicker:** add alwaysShowActionButton to mobile ([#303](#303)) ([5d46685](5d46685)) * **headline:** migrate to semantic colors ([f23e081](f23e081)) * **icon:** migrate to semantic colors ([e876e7a](e876e7a)) * **InfoBanner:** fix up the InfoBannerCard Link export ([f6dac56](f6dac56)) * **input:** migrate to semantic colors ([3268c02](3268c02)) * **label:** migrate to semantic colors ([fb6b7e1](fb6b7e1)) * **Link:** migrate to semantic colors ([d16e546](d16e546)) * **modal:** migrate to semantic colors ([90e37c5](90e37c5)) * **offcanvas:** migrate to semantic colors ([1a4a9fd](1a4a9fd)) * **pagination:** use css variables for colors ([f85b75b](f85b75b)) * **password:** migrate to semantic colors ([715f23b](715f23b)) * **popover:** migrate to semantic colors ([e8c66f7](e8c66f7)) * **radio:** migrate to semantic colors ([8aa03d7](8aa03d7)) * **search:** migrate to semantic colors ([0908aed](0908aed)) * **select:** migrate to semantic colors ([7ce9d99](7ce9d99)) * **selectlist:** migrate to semantic colors ([ef8426c](ef8426c)) * **skeleton:** migrate to semantic colors ([16211d9](16211d9)) * **spinner:** migrate to semantic colors ([ae68790](ae68790)) * **tabbar:** use css variables for colors ([4512994](4512994)) * **table:** add sortable table components and hook ([362dba5](362dba5)) * **tag:** use css variables for colors ([d71e73b](d71e73b)) * **text:** migrate to semantic colors ([9ad1848](9ad1848)) * **toggle:** migrate to semantic colors ([f81322e](f81322e)) * **tokens:** create color schemas ([6f1e40f](6f1e40f)) * **tooltip:** migrate to semantic colors ([f6d79f6](f6d79f6)) * add grid system components ([#198](#198)) ([c435683](c435683)), closes [#200](#200) * add InfoBanner component ([#225](#225)) ([e434f5a](e434f5a)) * add missing colors to match Figma file ([#289](#289)) ([b0ae302](b0ae302)) * Add Popover component to wave ([#230](#230)) ([0c49ab3](0c49ab3)) * add secondary variant for text component ([#170](#170)) ([f056fea](f056fea)) * added Accordion component ([#172](#172)) ([439b67c](439b67c)) * adds select page size component ([#201](#201)) ([068b958](068b958)) * implement compound component approach for InfoBanner ([#336](#336)) ([9f1982c](9f1982c)) * introduce `useToggle` hook ([#220](#220)) ([83cbad8](83cbad8)) * popover ([#234](#234)) ([8e4075b](8e4075b)) * remove brand colors from semantic colors object ([#208](#208)) ([1ccb794](1ccb794)) * remove nanoid ([#321](#321)) ([8e952a0](8e952a0)) * Tooltip with react-popper ([#267](#267)) ([6965ef4](6965ef4)) * update missing icons ([#228](#228)) ([2f840e5](2f840e5)) ### Bug Fixes * support children prop type in row component ([#347](#347)) ([4620776](4620776)) * **docs:** remove unused imports ([0c439a5](0c439a5)) * **popover:** add missing semantic color ([0936f95](0936f95)) * **tabbar:** set font-family -> was "Times" in storybook ([4846aa8](4846aa8)) * add support for children props for Label component ([#340](#340)) ([c840c88](c840c88)) * set focus on password input resolve [#124](#124) ([#328](#328)) ([5068920](5068920)) * **datepicker:** invoke `onClose` handler only once ([#300](#300)) ([9190e6c](9190e6c)) * **inline-spinner:** html and a11y ([#307](#307)) ([cb46551](cb46551)), closes [#306](#306) * **password:** use `flex-end` instead of `end` ([#291](#291)) ([debdb5a](debdb5a)), closes [#290](#290) * **tooltip:** type children prop ([#330](#330)) ([9bbdafe](9bbdafe)) * **tooltip:** use correct props with children type ([339fce2](339fce2)) * add layout props to TableHeaderCell and TableCell ([#185](#185)) ([0915c58](0915c58)) * adding layout to the compose styles ([#233](#233)) ([48af1d1](48af1d1)) * cleanup Modal timeout ([#193](#193)) ([fcb1341](fcb1341)) * display semantic colors in table and allow to filter them ([#258](#258)) ([2e83e76](2e83e76)) * export popover component in components index ([#246](#246)) ([0def6b8](0def6b8)) * expose padding prop and adjust z-index for Popover component ([#263](#263)) ([da0e80b](da0e80b)) * giving singlevalue full max width to override the selectlist styles ([#248](#248)) ([115ae70](115ae70)) * replace weak prop with secondary ([#206](#206)) ([37a7f4f](37a7f4f)) * spread Box props correctly ([9dac265](9dac265)), closes [#190](#190) * uncontrolled input's label position ([#297](#297)) ([fb6c009](fb6c009)) * window is undefined error in next.js projects ([b89bfc9](b89bfc9)), closes [#222](#222)
1 parent f13658c commit 07ca1f9

File tree

3 files changed

+93
-3
lines changed

3 files changed

+93
-3
lines changed

docs/changelog.mdx

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,96 @@ cardHeadline: Changelog
55
cardSubHeadline: Keep up to date with the latest releases of @freenow/wave
66
---
77

8+
## [3.0.0-next.1](https://github.com/freenowtech/wave/compare/v2.1.0-next.2...v3.0.0-next.1) (2023-09-29)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* remove weak prop from Text and add codemod for it (#374)
14+
15+
### Features
16+
17+
* **breadcrumbs:** use css variables for colors ([#382](https://github.com/freenowtech/wave/issues/382)) ([f13658c](https://github.com/freenowtech/wave/commit/f13658cb85a30b7e027386a1f435a0a88ecc9577))
18+
* migrate tag and selectlist variant colors to css vars ([#381](https://github.com/freenowtech/wave/issues/381)) ([e11833c](https://github.com/freenowtech/wave/commit/e11833ca9a9d426c11c31eaf5f94170dc849e7cd))
19+
* remove weak prop from Text and add codemod for it ([#374](https://github.com/freenowtech/wave/issues/374)) ([df98bb9](https://github.com/freenowtech/wave/commit/df98bb9c38a95670a32e3016a9f2fbde028808cd))
20+
* replace fixed colors with semantic tokens ([204a71d](https://github.com/freenowtech/wave/commit/204a71d076dd106ede855feec1d137ce9097d10c))
21+
* tooltip placement codemod ([#377](https://github.com/freenowtech/wave/issues/377)) ([258d8ed](https://github.com/freenowtech/wave/commit/258d8ed5415c943bd94eace78615b92b660a101e))
22+
* **accordion:** migrate to semantic colors ([37c9df5](https://github.com/freenowtech/wave/commit/37c9df5d74baab6f2b104ae3bc7eb5dc7834e8c8))
23+
* **banner:** migrate to semantic colors ([5c30334](https://github.com/freenowtech/wave/commit/5c30334e3e7cab0e260a586b9c92c4300befd009))
24+
* **buttons:** use css variables for colors ([1664f57](https://github.com/freenowtech/wave/commit/1664f57840fe703474f5f29a6a25edaedcd99e65))
25+
* **card:** migrate to semantic colors ([bc90913](https://github.com/freenowtech/wave/commit/bc909130a049ebfb9004e353a6d3619af475dc52))
26+
* **checkbox:** migrate to semantic colors ([18bd927](https://github.com/freenowtech/wave/commit/18bd92706a49a4e582eb37d1b667a7b0c4bb5276))
27+
* **datepicker, infobanner:** migrate to semantic colors ([98f3d53](https://github.com/freenowtech/wave/commit/98f3d53073da51b75e438298616c20be3237052b))
28+
* **design-token:** start restructuring the design tokens ([f477ef9](https://github.com/freenowtech/wave/commit/f477ef9d341c4ba5608cd2ddb73f7fd0e5d257e9))
29+
* **dimming:** migrate to semantic colors ([a47e1a7](https://github.com/freenowtech/wave/commit/a47e1a7fce2477e6b1e56ca707d9808529d8e5be))
30+
* **divider:** migrate to semantic colors ([d0bc552](https://github.com/freenowtech/wave/commit/d0bc552bacd313ad5968ffaf8dbfd5e9800748ca))
31+
* **filepicker:** migrate to semantic colors ([5b2e16c](https://github.com/freenowtech/wave/commit/5b2e16ced4a3441cf187e7739bbf6cb666eeb439))
32+
* **filePicker:** add alwaysShowActionButton to mobile ([#303](https://github.com/freenowtech/wave/issues/303)) ([5d46685](https://github.com/freenowtech/wave/commit/5d46685d701793c95275e5c608690515b642ba2a))
33+
* **headline:** migrate to semantic colors ([f23e081](https://github.com/freenowtech/wave/commit/f23e08178ee695b50ce3a53e81ea89360baf35cf))
34+
* **icon:** migrate to semantic colors ([e876e7a](https://github.com/freenowtech/wave/commit/e876e7a02a9f5403bab677c5f09f9773515e7f1e))
35+
* **InfoBanner:** fix up the InfoBannerCard Link export ([f6dac56](https://github.com/freenowtech/wave/commit/f6dac566d3e588b7e5a3f515b7863cf20376030d))
36+
* **input:** migrate to semantic colors ([3268c02](https://github.com/freenowtech/wave/commit/3268c02c3a107a92d445bf07ca4ca6cb87ce2198))
37+
* **label:** migrate to semantic colors ([fb6b7e1](https://github.com/freenowtech/wave/commit/fb6b7e160fb0505c8ebce06af5702d8c32b78ca9))
38+
* **Link:** migrate to semantic colors ([d16e546](https://github.com/freenowtech/wave/commit/d16e546f635570d942691ec68a49005e4aa49a08))
39+
* **modal:** migrate to semantic colors ([90e37c5](https://github.com/freenowtech/wave/commit/90e37c5041ebff7ae6b45cd1c847bf2b4f7f1bb1))
40+
* **offcanvas:** migrate to semantic colors ([1a4a9fd](https://github.com/freenowtech/wave/commit/1a4a9fd59676e5b50441c82b4ac74fd8e2504dc3))
41+
* **pagination:** use css variables for colors ([f85b75b](https://github.com/freenowtech/wave/commit/f85b75bb880de47fbd01123654de9fceb98144a9))
42+
* **password:** migrate to semantic colors ([715f23b](https://github.com/freenowtech/wave/commit/715f23bdd4bb3b1b4cfc3eda82ec49a4df3ae58f))
43+
* **popover:** migrate to semantic colors ([e8c66f7](https://github.com/freenowtech/wave/commit/e8c66f750c4c6cd462160095c26cc79515166ad8))
44+
* **radio:** migrate to semantic colors ([8aa03d7](https://github.com/freenowtech/wave/commit/8aa03d7d231e180cd49199fab6817a38aa04c00f))
45+
* **search:** migrate to semantic colors ([0908aed](https://github.com/freenowtech/wave/commit/0908aedd1da04038e6f2c299386d0ed952a62c84))
46+
* **select:** migrate to semantic colors ([7ce9d99](https://github.com/freenowtech/wave/commit/7ce9d99538c00e658d65059a31391e3e1c5125f5))
47+
* **selectlist:** migrate to semantic colors ([ef8426c](https://github.com/freenowtech/wave/commit/ef8426cd46f953042319112cfcf310c94a17dd10))
48+
* **skeleton:** migrate to semantic colors ([16211d9](https://github.com/freenowtech/wave/commit/16211d96b72c71a3f7766d65f6c446afd24d8de5))
49+
* **spinner:** migrate to semantic colors ([ae68790](https://github.com/freenowtech/wave/commit/ae687906670dd55d6a06d1d9909426cb3abd27ad))
50+
* **tabbar:** use css variables for colors ([4512994](https://github.com/freenowtech/wave/commit/45129949af29c86d5b063e590ef3fc3a00e79cb9))
51+
* **table:** add sortable table components and hook ([362dba5](https://github.com/freenowtech/wave/commit/362dba50beafc5b3d35fbaedb86d458bede0df7f))
52+
* **tag:** use css variables for colors ([d71e73b](https://github.com/freenowtech/wave/commit/d71e73bff140aea59336c48efc159b541d92dbb1))
53+
* **text:** migrate to semantic colors ([9ad1848](https://github.com/freenowtech/wave/commit/9ad1848a7929b97a8ce51c4a60323fd664d84373))
54+
* **toggle:** migrate to semantic colors ([f81322e](https://github.com/freenowtech/wave/commit/f81322ea6ac5c835b4b7c7db3bd0c8464dad86ef))
55+
* **tokens:** create color schemas ([6f1e40f](https://github.com/freenowtech/wave/commit/6f1e40f6193442807a500606e4bc6a70123e00b1))
56+
* **tooltip:** migrate to semantic colors ([f6d79f6](https://github.com/freenowtech/wave/commit/f6d79f60a4a307dcbefa9c887dbbb1f4e925ed8b))
57+
* add grid system components ([#198](https://github.com/freenowtech/wave/issues/198)) ([c435683](https://github.com/freenowtech/wave/commit/c4356831e111c8237871778974bee8bfe69c383f)), closes [#200](https://github.com/freenowtech/wave/issues/200)
58+
* add InfoBanner component ([#225](https://github.com/freenowtech/wave/issues/225)) ([e434f5a](https://github.com/freenowtech/wave/commit/e434f5a01915e0754ba0029b9dfbef047b6de3b2))
59+
* add missing colors to match Figma file ([#289](https://github.com/freenowtech/wave/issues/289)) ([b0ae302](https://github.com/freenowtech/wave/commit/b0ae302dd215d40231b32083634e4e399dc2d2ca))
60+
* Add Popover component to wave ([#230](https://github.com/freenowtech/wave/issues/230)) ([0c49ab3](https://github.com/freenowtech/wave/commit/0c49ab3f2bb7b6586e955ee425d1ef0e88a9c4ec))
61+
* add secondary variant for text component ([#170](https://github.com/freenowtech/wave/issues/170)) ([f056fea](https://github.com/freenowtech/wave/commit/f056fea33f1a4183ee1cf96b14232572b3b65f78))
62+
* added Accordion component ([#172](https://github.com/freenowtech/wave/issues/172)) ([439b67c](https://github.com/freenowtech/wave/commit/439b67c0b14ae0c4d820a24710f35085d3037d1b))
63+
* adds select page size component ([#201](https://github.com/freenowtech/wave/issues/201)) ([068b958](https://github.com/freenowtech/wave/commit/068b958fb693909016c7b842df7820a4fca2bc48))
64+
* implement compound component approach for InfoBanner ([#336](https://github.com/freenowtech/wave/issues/336)) ([9f1982c](https://github.com/freenowtech/wave/commit/9f1982cf2977a49f48b2335f313671a7f4ffc874))
65+
* introduce `useToggle` hook ([#220](https://github.com/freenowtech/wave/issues/220)) ([83cbad8](https://github.com/freenowtech/wave/commit/83cbad81f14a97e0b89db7f8ae0474bd4a3b4971))
66+
* popover ([#234](https://github.com/freenowtech/wave/issues/234)) ([8e4075b](https://github.com/freenowtech/wave/commit/8e4075b3d53d16bb3bd5ff2e03aa5c0ab0566ee3))
67+
* remove brand colors from semantic colors object ([#208](https://github.com/freenowtech/wave/issues/208)) ([1ccb794](https://github.com/freenowtech/wave/commit/1ccb7942df9999afda89cb94cd448a1c78c1a3a6))
68+
* remove nanoid ([#321](https://github.com/freenowtech/wave/issues/321)) ([8e952a0](https://github.com/freenowtech/wave/commit/8e952a00765ac5f0bcdb6d2c9f01a976beefeb33))
69+
* Tooltip with react-popper ([#267](https://github.com/freenowtech/wave/issues/267)) ([6965ef4](https://github.com/freenowtech/wave/commit/6965ef42b5f4257825b2fc86eeb1033eb4f06aa9))
70+
* update missing icons ([#228](https://github.com/freenowtech/wave/issues/228)) ([2f840e5](https://github.com/freenowtech/wave/commit/2f840e5829c07ebe91b6249c5700576f6859cc55))
71+
72+
73+
### Bug Fixes
74+
75+
* support children prop type in row component ([#347](https://github.com/freenowtech/wave/issues/347)) ([4620776](https://github.com/freenowtech/wave/commit/4620776fe53fb5c5f56a887c27585e48fdbf5a9b))
76+
* **docs:** remove unused imports ([0c439a5](https://github.com/freenowtech/wave/commit/0c439a5727669ebf3c6e23e056e834d981d469d3))
77+
* **popover:** add missing semantic color ([0936f95](https://github.com/freenowtech/wave/commit/0936f957c28d0168681dfb750e341e2e944b90cc))
78+
* **tabbar:** set font-family -> was "Times" in storybook ([4846aa8](https://github.com/freenowtech/wave/commit/4846aa83bb8e1dedb64cce410dbf209c24cf2c60))
79+
* add support for children props for Label component ([#340](https://github.com/freenowtech/wave/issues/340)) ([c840c88](https://github.com/freenowtech/wave/commit/c840c88b7315db9188cfec40b75415f2580ad757))
80+
* set focus on password input resolve [#124](https://github.com/freenowtech/wave/issues/124) ([#328](https://github.com/freenowtech/wave/issues/328)) ([5068920](https://github.com/freenowtech/wave/commit/506892004e38490ef768045a854c47f319329352))
81+
* **datepicker:** invoke `onClose` handler only once ([#300](https://github.com/freenowtech/wave/issues/300)) ([9190e6c](https://github.com/freenowtech/wave/commit/9190e6cb932eabfb52a55336193f01ca9d4b30e0))
82+
* **inline-spinner:** html and a11y ([#307](https://github.com/freenowtech/wave/issues/307)) ([cb46551](https://github.com/freenowtech/wave/commit/cb46551c344651a06c2dad1a00ddf274234ceafd)), closes [#306](https://github.com/freenowtech/wave/issues/306)
83+
* **password:** use `flex-end` instead of `end` ([#291](https://github.com/freenowtech/wave/issues/291)) ([debdb5a](https://github.com/freenowtech/wave/commit/debdb5a97e098c78d6841378fe03ed4c78eb4a2c)), closes [#290](https://github.com/freenowtech/wave/issues/290)
84+
* **tooltip:** type children prop ([#330](https://github.com/freenowtech/wave/issues/330)) ([9bbdafe](https://github.com/freenowtech/wave/commit/9bbdafe374101c4e0ad055998f56f27fdddc9e9c))
85+
* **tooltip:** use correct props with children type ([339fce2](https://github.com/freenowtech/wave/commit/339fce2f3a4fd48abd5823b15b076d5ceaa44802))
86+
* add layout props to TableHeaderCell and TableCell ([#185](https://github.com/freenowtech/wave/issues/185)) ([0915c58](https://github.com/freenowtech/wave/commit/0915c580ca06b11517f36f0e5da3bcd24b7e7d1f))
87+
* adding layout to the compose styles ([#233](https://github.com/freenowtech/wave/issues/233)) ([48af1d1](https://github.com/freenowtech/wave/commit/48af1d1e1cc2c0d9b23cadc427adbfaf1b6b90c6))
88+
* cleanup Modal timeout ([#193](https://github.com/freenowtech/wave/issues/193)) ([fcb1341](https://github.com/freenowtech/wave/commit/fcb1341b06bcc92af0b368da5ef566c01718316e))
89+
* display semantic colors in table and allow to filter them ([#258](https://github.com/freenowtech/wave/issues/258)) ([2e83e76](https://github.com/freenowtech/wave/commit/2e83e763427fb5ce67fc99719a0a3a8837be086c))
90+
* export popover component in components index ([#246](https://github.com/freenowtech/wave/issues/246)) ([0def6b8](https://github.com/freenowtech/wave/commit/0def6b83c7f5543a7a319088a1a9b8fe2fa86583))
91+
* expose padding prop and adjust z-index for Popover component ([#263](https://github.com/freenowtech/wave/issues/263)) ([da0e80b](https://github.com/freenowtech/wave/commit/da0e80be5df4274220336451641b31d1fe8d524f))
92+
* giving singlevalue full max width to override the selectlist styles ([#248](https://github.com/freenowtech/wave/issues/248)) ([115ae70](https://github.com/freenowtech/wave/commit/115ae709d491d75d76342aa0536d274f5a23eb45))
93+
* replace weak prop with secondary ([#206](https://github.com/freenowtech/wave/issues/206)) ([37a7f4f](https://github.com/freenowtech/wave/commit/37a7f4f1ae07c0ce9d2709e7ad9b027e1331de4e))
94+
* spread Box props correctly ([9dac265](https://github.com/freenowtech/wave/commit/9dac265f2a65ba9897a588ef545e2efd0fc14c2f)), closes [#190](https://github.com/freenowtech/wave/issues/190)
95+
* uncontrolled input's label position ([#297](https://github.com/freenowtech/wave/issues/297)) ([fb6c009](https://github.com/freenowtech/wave/commit/fb6c00907d201c774160e4ef0c434da51059e2dd))
96+
* window is undefined error in next.js projects ([b89bfc9](https://github.com/freenowtech/wave/commit/b89bfc973035cc59fe987a8b6f56d8d97d786079)), closes [#222](https://github.com/freenowtech/wave/issues/222)
97+
898
## [2.1.0-next.2](https://github.com/freenowtech/wave/compare/v2.1.0-next.1...v2.1.0-next.2) (2022-08-20)
999

10100
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@freenow/wave",
3-
"version": "2.1.0-next.2",
3+
"version": "3.0.0-next.1",
44
"description": "React components of the Wave design system for your Front-End project",
55
"main": "lib/cjs/index.js",
66
"typings": "lib/types/index.d.ts",

0 commit comments

Comments
 (0)