🔖(release) version packages

Bump @openfun/cunningham-react to 0.8.0
This commit is contained in:
Nathan Vasse
2023-06-19 15:06:17 +02:00
committed by NathanVss
parent 34d2fe0af3
commit 760ffb48e9
18 changed files with 27 additions and 82 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
improve checkbox input styling configuration

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
change pagination border color

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
allow autocompletion for DataGrid's renderCell

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add datepicker component

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add fullWidth props to Button

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
reduce inputs borders

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add forms examples to documentation

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add pixel-to-rem sass util function

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add multi select

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add a popover component

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
Fix initial focused item on select opening under the calendar

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
make eof stylesheet consistent with a newline

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
improve radio input styling configuration

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
add min-width to Field

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
support nested field in DataGrid

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
improve input styling configuration

View File

@@ -1,5 +1,29 @@
# @openfun/cunningham-react
## 0.8.0
### Minor Changes
- 8cf2bb2: improve checkbox input styling configuration
- 787bd3d: allow autocompletion for DataGrid's renderCell
- 10fa71e: add datepicker component
- 30d08a9: add fullWidth props to Button
- 0153b50: add forms examples to documentation
- fe91471: add pixel-to-rem sass util function
- c8afa10: add multi select
- 1d1cf81: add a popover component
- 38538e3: improve radio input styling configuration
- 1ff37cf: improve input styling configuration
### Patch Changes
- 2c6a66b: change pagination border color
- a869fe5: reduce inputs borders
- 76ad562: Fix initial focused item on select opening under the calendar
- 6f05995: make eof stylesheet consistent with a newline
- 1cb1b48: add min-width to Field
- 9127fd8: support nested field in DataGrid
## 0.7.0
### Minor Changes
@@ -109,7 +133,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.7.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.0...main
[0.8.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.7.0...0.8.0
[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

View File

@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-react",
"private": false,
"version": "0.7.0",
"version": "0.8.0",
"publishConfig": {
"access": "public"
},