v2.1.0
All contributors of this project are happy to announce that a major version of this toolkit was released.
This version include :
- Accessibility improvements
- Esm build
- Bug fixes (file input, ...)
The MIGRATION.md file has been updated to show the modification required for using this version. They are only on the usage of the ClassManager from core package. If you don't use it, this version will be without any breaking changes.
As usual, issues & pull request are always welcome to improve this toolkit.
Enjoy
What's Changed
- Fixed esm build for package all by @JLou in #998
- fix(menu): mobile by @samuel-gomez in #1005
- refactor(hoc): rewrite and clean some HOCs by @samuel-gomez in #1007
- feat(helpinfo): add new high level component by @samuel-gomez in #1011
- fix(select): classModifier and forceDisplayPlaceholder by @samuel-gomez in #1013
- fix(table): stories, items and mobile style by @samuel-gomez in #1017
- docs: update badge README by @MartinWeb in #1019
- fix(accessibility): use alert and aria-busy for loader by @MartinWeb in #1054
- fix(Infos): missing key in header infos by @guillaumeduhr in #1049
- Fix/url and organization name by @MqtCorentin in #1031
- fix(accessibility): add role and aria-label property to input container and remove * for input required in aria-label by @MartinWeb in #1046
- test(NumberInput): type a minus sign in a NumberInput by @Hakan-Orak in #1035
- ci: fix storybook build for node 18 by @MartinWeb in #1056
- fix(style): stop regenerating snapshot because of emotion by @MartinWeb in #1061
- build(deps): upgrade postcss package by @MartinWeb in #1062
- fix(collapse/accordion) : elements out of collapse by @EasyBen in #1015
- fix(accessibility): allow focus on radio inputs by @MartinWeb in #1040
- Refactor/delete empty components by @MartinWeb in #1025
- fix(accessibility): add attribute required based on classModifier by @MartinWeb in #1045
- feat(Help): add help button content in props by @MartinWeb in #982
- fix(File): file prototype properties are lost with spread operator by @MartinWeb in #1038
- build(deps-dev): bump semver from 5.7.1 to 5.7.2 by @dependabot in #1065
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #997
- build(deps): bump deep-object-diff from 1.1.7 to 1.1.9 by @dependabot in #992
- build(deps): bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #991
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #1003
- build(deps-dev): bump postcss from 8.4.29 to 8.4.31 by @dependabot in #1068
- feat(design): fix some issues when a lot of texts is present by @Cristallix in #996
- docs(form-core): forceDisplayMessage readme by @feburier-maxime in #1069
- fix(tabs): do not put title element attribute for tab component by @MartinWeb in #1070
- chore(release): publish v2.1.0-alpha.0 [skip ci] by @MartinWeb in #1072
- fix: remove require of helpinfo css to stop causing crash from vite/vitest apps by @MartinWeb in #1075
- fix: exports esm and cjs package by @MartinWeb in #1077
- fix: exports dist folder by @MartinWeb in #1078
- chore(deps): add popperjs in package all by @MartinWeb in #1084
- build(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #1079
- fix: exports core's common folder by @MartinWeb in #1086
- docs: add migration documentation to 2.1.x version by @MartinWeb in #1087
- fix(style): use dist folder instead of src for packages's css import in package all by @MartinWeb in #1088
New Contributors
- @guillaumeduhr made their first contribution in #1049
- @MqtCorentin made their first contribution in #1031
- @EasyBen made their first contribution in #1015
- @Cristallix made their first contribution in #996
- @feburier-maxime made their first contribution in #1069
Full Changelog: v2.0.0...v2.1.0