|
1 |
| -# [0.6.0-beta.0](https://github.com/estevanmaito/windmill-react-ui/compare/0.5.1...0.6.0-beta.0) (2021-05-15) |
| 1 | +# [0.6.0](https://github.com/estevanmaito/windmill-react-ui/compare/0.6.0-beta.0...0.6.0) (2021-05-17) |
2 | 2 |
|
| 3 | +This is the last version before 1.0. It already introduces some breaking changes from 0.5.x, but if you just want some base components on top of Tailwind 2.0, this is what you're looking for. |
3 | 4 |
|
4 |
| -### Bug Fixes |
| 5 | +If you need pre Tailwind v2 support, go for 0.5.1. |
5 | 6 |
|
6 |
| -* **dark theme:** add dark variants to tailwind ([6e0bcd3](https://github.com/estevanmaito/windmill-react-ui/commit/6e0bcd32688924584f0a3edcab6bb7b908c3dda4)) |
7 |
| -* **dark theme:** fix focus ring for dark theme ([8095735](https://github.com/estevanmaito/windmill-react-ui/commit/8095735ab40b42b79ac0e8e5cbda695720dbdf72)) |
8 |
| -* **dark theme:** use tailwind default `dark` class to apply theme ([4c42027](https://github.com/estevanmaito/windmill-react-ui/commit/4c420279078c7a75589fed5df3a458dbffbabd03)) |
9 |
| -* **package.json:** add tailwind build before run storybook ([#37](https://github.com/estevanmaito/windmill-react-ui/issues/37)) ([6536826](https://github.com/estevanmaito/windmill-react-ui/commit/653682637554f175c7d9e0e8f7f81c3f854f2d0f)) |
| 7 | +### BREAKING CHANGES |
10 | 8 |
|
| 9 | +- Upgrade Tailwind CSS to v2 |
| 10 | +- Remove `tailwindcss-multi-theme` plugin |
| 11 | + - This would only be a problem for you if you're using your own solution for theme handling (not using `usePreferences` or `dark`), as we move from `theme-dark` and `theme-light` to Tailwind's own solution: `darkMode: 'class',`, which just adds `dark` to `body` as a class. |
| 12 | +- Upgrade forms plugin |
11 | 13 |
|
12 |
| -### Features |
| 14 | +# [0.6.0-beta.0](https://github.com/estevanmaito/windmill-react-ui/compare/0.5.1...0.6.0-beta.0) (2021-05-15) |
13 | 15 |
|
14 |
| -* **dependencies:** upgrade dependencie ([0305963](https://github.com/estevanmaito/windmill-react-ui/commit/0305963609a958561223bb352ffbae856bda571a)) |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +- **dark theme:** add dark variants to tailwind ([6e0bcd3](https://github.com/estevanmaito/windmill-react-ui/commit/6e0bcd32688924584f0a3edcab6bb7b908c3dda4)) |
| 19 | +- **dark theme:** fix focus ring for dark theme ([8095735](https://github.com/estevanmaito/windmill-react-ui/commit/8095735ab40b42b79ac0e8e5cbda695720dbdf72)) |
| 20 | +- **dark theme:** use tailwind default `dark` class to apply theme ([4c42027](https://github.com/estevanmaito/windmill-react-ui/commit/4c420279078c7a75589fed5df3a458dbffbabd03)) |
| 21 | +- **package.json:** add tailwind build before run storybook ([#37](https://github.com/estevanmaito/windmill-react-ui/issues/37)) ([6536826](https://github.com/estevanmaito/windmill-react-ui/commit/653682637554f175c7d9e0e8f7f81c3f854f2d0f)) |
| 22 | + |
| 23 | +### Features |
15 | 24 |
|
| 25 | +- **dependencies:** upgrade dependencie ([0305963](https://github.com/estevanmaito/windmill-react-ui/commit/0305963609a958561223bb352ffbae856bda571a)) |
16 | 26 |
|
17 | 27 | ### BREAKING CHANGES
|
18 | 28 |
|
19 |
| -* **dependencies:** upgrade Tailwind to v2; remove multi-theme plugin; upgrade forms plugin; |
| 29 | +- **dependencies:** upgrade Tailwind to v2; remove multi-theme plugin; upgrade forms plugin; |
20 | 30 |
|
21 | 31 | ## [0.5.1](https://github.com/estevanmaito/windmill-react-ui/compare/0.5.0...0.5.1) (2021-02-06)
|
22 | 32 |
|
|
0 commit comments