🔖(release) version packages
Bump @openfun/cunningham-react to 0.2.0
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
allow async font loading
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add DataGrid, SimpleDataGrid components
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add button sizes: small and medium.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add Loader component
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add Pagination component
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add i18n
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add material icons
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add active state on button
|
|
||||||
@@ -1,10 +1,26 @@
|
|||||||
# @openfun/cunningham-react
|
# @openfun/cunningham-react
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e36dc63: add DataGrid, SimpleDataGrid components
|
||||||
|
- e36dc63: add button sizes: small and medium
|
||||||
|
- e36dc63: add Loader component
|
||||||
|
- e36dc63: add Pagination component
|
||||||
|
- e36dc63: add i18n
|
||||||
|
- e36dc63: add material icons
|
||||||
|
- e36dc63: add active state on button
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- e36dc63: allow async font loading
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
||||||
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
|
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin
|
||||||
- 722b66b: Make Button handle icon only
|
- 722b66b: Make Button handle icon only
|
||||||
- cd88e46: Split fonts in a separated CSS file
|
- cd88e46: Split fonts in a separated CSS file
|
||||||
|
|
||||||
@@ -16,7 +32,8 @@
|
|||||||
- 4ebbf16: Add package
|
- 4ebbf16: Add package
|
||||||
- 4ebbf16: Add component's tokens handling
|
- 4ebbf16: Add component's tokens handling
|
||||||
|
|
||||||
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.1.1...main
|
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.2.0...main
|
||||||
|
[0.2.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.1.1...0.2.0
|
||||||
[0.1.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.1.0...@openfun/cunningham-react@0.1.1
|
[0.1.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.1.0...@openfun/cunningham-react@0.1.1
|
||||||
[0.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.0.0...@openfun/cunningham-react@0.1.0
|
[0.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.0.0...@openfun/cunningham-react@0.1.0
|
||||||
[0.0.0]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...@openfun/cunningham-react@0.0.0
|
[0.0.0]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...@openfun/cunningham-react@0.0.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@openfun/cunningham-react",
|
"name": "@openfun/cunningham-react",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user