Files
cunningham/packages/react/CHANGELOG.md
Nathan Vasse 22ad673374 🔖(release) version packages
Bump @openfun/cunningham-react to 0.7.0
2023-05-24 17:10:23 +02:00

3.5 KiB

@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

  • 15eb9b9: Add missing types for Checkbox and Radio

0.6.1

Patch Changes

  • 4777a75: fix "exports" attribute of package.json. Default condition must be last one.

0.6.0

Minor Changes

Patch Changes

0.5.0

Minor Changes

  • 7513b4d: fix type files imports and rollup them
  • b53afcb: Add DataList component

0.4.0

Minor Changes

Patch Changes

  • a462bb5: add compact mode to Field
  • 26be159: make Pagination use new Input

0.3.0

Minor Changes

  • 1be02f5: remove button box shadow

Patch Changes

  • e90563a: Install missing Storybook dependencies

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

Patch Changes

  • 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin
  • 722b66b: Make Button handle icon only
  • cd88e46: Split fonts in a separated CSS file

0.1.0

Minor Changes