14 KiB
14 KiB
@openfun/cunningham-react
3.1.0
Minor Changes
a343db2: ✨(react) export locale in package
Patch Changes
79c59ac: Fix a bug DateRangePicker that could close popover abruptly- e1954ea: prevent error on searchable select
3.0.0
Major Changes
56d9ed8: BREAKING CHANGE - Upgrade to React 19
Patch Changes
- Updated dependencies [
1c1300b]- @openfun/cunningham-tokens@2.2.0
2.9.4
Patch Changes
1514e4f: make datagrid select column visible- b374eb8: Use
overflow:autoinstead ofoverflow:scroll
2.9.3
Patch Changes
- 2d42461: allow to set column size for data grid without header
2.9.2
Patch Changes
- cba9ca8: Fix modal scroller height issue that prevent modal to be scrollable with high content
2.9.1
Patch Changes
582027f: ♻️(react) add a scroller div inside modal06c5c9d: ♻️(react) use react aria for select menue53cc73: 💄(react) disable default Modal text align center
2.9.0
Minor Changes
737c8f4: Upgrade to React 18.3.x
2.8.0
Minor Changes
Patch Changes
91c8935: fix Select mono selected item update label
2.7.0
Minor Changes
a8ec9fb: add InputPasswordf398e51: add width property to DataGrid columns20f5bb7: make className standard across components30ec253: make Pagination goto input optionnal0ef7684: add Tooltip component8e7300b: add border-radius transition31fa91e: add empty placeholder customization props317cab4: add sorting on custom columns
Patch Changes
974f139: add warning on DataGrid when sortModel is missingdd1f2be: remove public files from buildb4a6367: fix DataGrid selection checkbox rerenderingd63c203: fix CSS end warning usage25e61c2: add enableSorting support on DataGrid
2.6.0
Minor Changes
680365a: make Modal close button sticky04ab330: add onSearchInputChange callback to searchable select
Patch Changes
2.5.0
Minor Changes
77921e0: switch icons to material-icons-outlined6d91c1d: add useControllableState hooke90a5dd: add text variants to Button132b676: add Toast component33d0c9f: add Alertbe1e2e2: Make modal backdrop customisable1445f4a: Add Modal component
Patch Changes
ebfccc1: fix DatePicker dropdowns closingd61ab65: fix multi select menu openingf685abb: use info design tokensf16eed9: fix Select submit button540cdc6: update Alert and Toast icon sizee79768c: fix DatePicker submit buttona32bac7: fix missing selected option of Select9795b71: fix DateRangePicker layout overflow
2.4.0
Minor Changes
Patch Changes
7ddcfeb: fix closing of menu via toggle button
2.3.0
Patch Changes
e3882eb3: support ReactNode as input label
2.2.0
Minor Changes
94b32be5: add monoline props to multi select
2.1.0
Minor Changes
Patch Changes
2.0.0
Major Changes
cce8eccf: add themes management
Minor Changes
1.3.1
Patch Changes
0c757957: Include Popover component to package exports3a6028f0: Fix Select usage with react hook form034e2994: Fix input usage with react hook forma1e8f463: fix checkbox double onChangea46d28f0: make multi select height homogeneous
1.3.0
Minor Changes
4e1d0f0: rework the behavior of the Select component
Patch Changes
3fc464b: fix some edge effects on the mono select component
1.2.0
Minor Changes
4616ad9: add select menu empty placeholder
Patch Changes
8470126: fix failing selection of last removed itemfd988c0: fix controlled searchable select triggering onChange undefined
1.1.0
Minor Changes
9de9a97: improve Select actions ui32b8dc0: make DatePicker placeholders uppercase9be1ec5: make the DataGrid checkboxes column the smallest possible9a349c1: fix Select and Input error colorsc002896: add Button nano size94f392e: update DatePicker error color37772a4: add a background color to DatePicker segmentsc90f66f: hide input number arrows09e474c: improve Pagination behaviorcf542e4: fix DatePicker, Select, Input success colorsd36e314: improve FileUploader stylec7000f3: fix props not recognized on the input element1c45b93: homogenize form fields colorscf299d9: add auto right alignment for the actions column in DataGrid
Patch Changes
4e6e5a2: fix button style4d2a5d1: improve DataGrid's empty placeholder's ui495f7d3: Fix DatePicker focus style6257dd9: fix DatePicker label focused7128e7f: using correct fs- class for DataGrid headers8fd34ad: fix Radio, Checkbox fullWidth
1.0.2
Minor Changes
Patch Changes
a88aa1a: fix isActive console warning
1.0.1
Patch Changes
66c25bc: export more types
1.0.0
Major Changes
- The first bunch of components and features are ready, the first milestone has been reached
Minor Changes
9edb976: Position Datepicker popover on top or bottom depending space available
Patch Changes
fd7ad8a: Do not apply font-family to all elements with*selector
0.11.1
Patch Changes
0.11.0
Minor Changes
cd42afb: Add a timezone props to date picker components0dc46d1: Restrict input formats of date picker components to IS0 strings
Patch Changes
3471e2e: Add Button token font-familybae7392: Fix flaky tests on DateRangePicker8cf8e1e: Fix datepicker component's output timezone management
0.10.0
Minor Changes
5c61413: Add calendar system customization inDatePickercomponente4c1df5: fix datagrid column unique key0d6b98e: Introduce a DateRangePicker component0775490: Introduce a common DatePickerAux component114d0b5: Refactor DatePicker component
Patch Changes
c35cc603: Fixed development warning inCalendarAuxcomponent2cd8c6e8: Refactor DatePicker's tests which no longer depend on the user's locale.
0.9.0
Minor Changes
0.8.2
Patch Changes
c160359: Export date picker components
0.8.1
Patch Changes
501ba1a: fix DatePicker alignments
0.8.0
Minor Changes
8cf2bb2: improve checkbox input styling configuration787bd3d: allow autocompletion for DataGrid's renderCell10fa71e: add datepicker component30d08a9: add fullWidth props to Button0153b50: add forms examples to documentationfe91471: add pixel-to-rem sass util functionc8afa10: add multi select1d1cf81: add a popover component38538e3: improve radio input styling configuration1ff37cf: improve input styling configuration
Patch Changes
2c6a66b: change pagination border colora869fe5: reduce inputs borders76ad562: Fix initial focused item on select opening under the calendar6f05995: make eof stylesheet consistent with a newline1cb1b48: add min-width to Field9127fd8: support nested field in DataGrid
0.7.0
Minor Changes
eb6692b: add a design token for checkbox hover backgroundb5fcfdf: add support for CJSe05c6b7: export DefaultToken types and defaultTokens variable527c3fc: set specific cursor on checkbox related componentsc53d348: add customization docc117279: add clearable option to Select9d7ad48: add Switch componente72606c: make inputs labels bolderc93c8d2: add disable property to select optiond79f01f: add the possibility to hide select label
Patch Changes
8cda417: fix Storybook source blocksbc6d085: change label color on state error ( select, input )ce6eb50: migrate ArgsTable to ArgTypes and rework imports75c6e2e: 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
2ff5fc5: add Select component2ff5fc5: add forwardRef to Button2ff5fc5: create a generic LabelledBox
Patch Changes
3545af8: Make package pure ESM
0.5.0
Minor Changes
0.4.0
Minor Changes
4f11684: Add Field componentfeea284: Add Input component43096e2: add Checkbox componentf5cb2e7: add Radio component
Patch Changes
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 bin722b66b: Make Button handle icon onlycd88e46: Split fonts in a separated CSS file