🔖(release) version packages
Bump @openfun/cunningham-react to 0.7.0
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add a design token for checkbox hover background
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add support for CJS
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
fix Storybook source blocks
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
export DefaultToken types and defaultTokens variable
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
set specific cursor on checkbox related components
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add customization doc
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
change label color on state error ( select, input )
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
migrate ArgsTable to ArgTypes and rework imports
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add clearable option to Select
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add Switch component
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
change label color when focused ( select, input )
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
make inputs labels bolder
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add disable property to select option
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add the possibility to hide select label
|
||||
@@ -1,5 +1,27 @@
|
||||
# @openfun/cunningham-react
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- eb6692b: add a design token for checkbox hover background
|
||||
- b5fcfdf: add support for CJS
|
||||
- e05c6b7: export DefaultToken types and defaultTokens variable
|
||||
- 527c3fc: set specific cursor on checkbox related components
|
||||
- c53d348: add customization doc
|
||||
- c117279: add clearable option to Select
|
||||
- 9d7ad48: add Switch component
|
||||
- e72606c: make inputs labels bolder
|
||||
- c93c8d2: add disable property to select option
|
||||
- d79f01f: add the possibility to hide select label
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8cda417: fix Storybook source blocks
|
||||
- bc6d085: change label color on state error ( select, input )
|
||||
- ce6eb50: migrate ArgsTable to ArgTypes and rework imports
|
||||
- 75c6e2e: change label color when focused ( select, input )
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Patch Changes
|
||||
@@ -87,7 +109,8 @@
|
||||
- 4ebbf16: Add package
|
||||
- 4ebbf16: Add component's tokens handling
|
||||
|
||||
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.2...main
|
||||
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.7.0...main
|
||||
[0.7.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.2...0.7.0
|
||||
[0.6.2]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.1...0.6.2
|
||||
[0.6.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.0...0.6.1
|
||||
[0.6.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.5.0...0.6.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@openfun/cunningham-react",
|
||||
"private": false,
|
||||
"version": "0.6.2",
|
||||
"version": "0.7.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user