Lunatic
Lunatic copied to clipboard
fix(deps): update dependency @inseefr/lunatic to v3.0.3
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@inseefr/lunatic | 3.0.0-rc.33 -> 3.0.3 |
Release Notes
InseeFr/Lunatic (@inseefr/lunatic)
v3.0.3
What's Changed
Other Changes
- fix: input number min and max can be float by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/1005
- Feat/table error by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/1007
Full Changelog: https://github.com/InseeFr/Lunatic/compare/3.0.2...3.0.3
v3.0.2
What's Changed
Other Changes
- Slot for markdown links by @Grafikart in https://github.com/InseeFr/Lunatic/pull/1002
Full Changelog: https://github.com/InseeFr/Lunatic/compare/3.0.1...3.0.2
v3.0.1
What's Changed
Other Changes
- fix: props overwritten for suggesters by @Grafikart in https://github.com/InseeFr/Lunatic/pull/997
- fix: restore extra parameters in LunaticSource by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/1000
- Make value optional for referentiel by @Grafikart in https://github.com/InseeFr/Lunatic/pull/1001
- Add Text type to components in schema by @Grafikart in https://github.com/InseeFr/Lunatic/pull/998
Full Changelog: https://github.com/InseeFr/Lunatic/compare/3.0.0...3.0.1
v3.0.0
What's Changed
Exciting New Features 🎉
- Feat : Arbitrary value for suggester by @Grafikart in https://github.com/InseeFr/Lunatic/pull/906
- Feat: Symetry for pairwise by @Grafikart in https://github.com/InseeFr/Lunatic/pull/910
Other Changes
- POC : Multiple variables with suggesters by @Grafikart in https://github.com/InseeFr/Lunatic/pull/900
- Typescript comme bundler by @Grafikart in https://github.com/InseeFr/Lunatic/pull/905
- Refactor pager & pageTag by @Grafikart in https://github.com/InseeFr/Lunatic/pull/877
- Merge the tsconfig by @Grafikart in https://github.com/InseeFr/Lunatic/pull/909
- Minisearch for suggesters by @Grafikart in https://github.com/InseeFr/Lunatic/pull/914
- Merge 2.7 into 3.0 by @Grafikart in https://github.com/InseeFr/Lunatic/pull/919
- Réorganisation de l'overview by @Grafikart in https://github.com/InseeFr/Lunatic/pull/926
- Feat/current overview by @Grafikart in https://github.com/InseeFr/Lunatic/pull/935
- fix: we could remove row and have less than min row by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/937
- Typo : Inputed -> Inputted by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/936
- Remove keyboard handler dependency by @Grafikart in https://github.com/InseeFr/Lunatic/pull/939
- feat: td / tr for errors by @Grafikart in https://github.com/InseeFr/Lunatic/pull/940
- Errors in table and cleaned unused ids by @Grafikart in https://github.com/InseeFr/Lunatic/pull/941
- Refactor reducer by @Grafikart in https://github.com/InseeFr/Lunatic/pull/942
- Suggester initialization by @Grafikart in https://github.com/InseeFr/Lunatic/pull/943
- Iterations not filled by @Grafikart in https://github.com/InseeFr/Lunatic/pull/944
- bump: antlr tools by @Grafikart in https://github.com/InseeFr/Lunatic/pull/945
- fix: docusaurus not compiling by @Grafikart in https://github.com/InseeFr/Lunatic/pull/947
- fix: hasPageResponse for unchecked checkbox (3.0) by @Grafikart in https://github.com/InseeFr/Lunatic/pull/953
- Add TXT expression by @Grafikart in https://github.com/InseeFr/Lunatic/pull/954
- Fix/controls not showing by @Grafikart in https://github.com/InseeFr/Lunatic/pull/955
- Control loop by @Grafikart in https://github.com/InseeFr/Lunatic/pull/958
- Suggester dropdown not showing results by @Grafikart in https://github.com/InseeFr/Lunatic/pull/962
- Disable missing keyboard shortcut when readonly by @Grafikart in https://github.com/InseeFr/Lunatic/pull/959
- Docs/v3 by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/956
- fix: clear button disabled when there is value by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/963
- Sticky header for tables and Text component by @Grafikart in https://github.com/InseeFr/Lunatic/pull/964
- Refactor handleChange => handleChanges by @Grafikart in https://github.com/InseeFr/Lunatic/pull/950
- chore: Configure Renovate by @renovate in https://github.com/InseeFr/Lunatic/pull/966
- Suggester error by @Grafikart in https://github.com/InseeFr/Lunatic/pull/972
- Add readonly / disabled support for checkbox and radio by @Grafikart in https://github.com/InseeFr/Lunatic/pull/961
- feat: support readonly on missing (not only disabled) by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/986
- Add E2E test for suggester behaviour by @Grafikart in https://github.com/InseeFr/Lunatic/pull/983
- lint: remove unused import and unsuported aria attributes by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/982
- Docs/3.0 by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/977
- dep upgrade by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/988
- Quality : JSON Schema by @Grafikart in https://github.com/InseeFr/Lunatic/pull/948
- fix: restore declarations in checkbox and radio by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/989
- Fix: roundabout navigation by @Grafikart in https://github.com/InseeFr/Lunatic/pull/996
New Contributors
- @renovate made their first contribution in https://github.com/InseeFr/Lunatic/pull/966
Full Changelog: https://github.com/InseeFr/Lunatic/compare/2.7.20...3.0.0
v3.0.0-rc.34
What's Changed
Exciting New Features 🎉
- Feat : Arbitrary value for suggester by @Grafikart in https://github.com/InseeFr/Lunatic/pull/906
- Feat: Symetry for pairwise by @Grafikart in https://github.com/InseeFr/Lunatic/pull/910
Other Changes
- POC : Multiple variables with suggesters by @Grafikart in https://github.com/InseeFr/Lunatic/pull/900
- Typescript comme bundler by @Grafikart in https://github.com/InseeFr/Lunatic/pull/905
- Refactor pager & pageTag by @Grafikart in https://github.com/InseeFr/Lunatic/pull/877
- Merge the tsconfig by @Grafikart in https://github.com/InseeFr/Lunatic/pull/909
- Minisearch for suggesters by @Grafikart in https://github.com/InseeFr/Lunatic/pull/914
- Merge 2.7 into 3.0 by @Grafikart in https://github.com/InseeFr/Lunatic/pull/919
- Réorganisation de l'overview by @Grafikart in https://github.com/InseeFr/Lunatic/pull/926
- Feat/current overview by @Grafikart in https://github.com/InseeFr/Lunatic/pull/935
- fix: we could remove row and have less than min row by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/937
- Typo : Inputed -> Inputted by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/936
- Remove keyboard handler dependency by @Grafikart in https://github.com/InseeFr/Lunatic/pull/939
- feat: td / tr for errors by @Grafikart in https://github.com/InseeFr/Lunatic/pull/940
- Errors in table and cleaned unused ids by @Grafikart in https://github.com/InseeFr/Lunatic/pull/941
- Refactor reducer by @Grafikart in https://github.com/InseeFr/Lunatic/pull/942
- Suggester initialization by @Grafikart in https://github.com/InseeFr/Lunatic/pull/943
- Iterations not filled by @Grafikart in https://github.com/InseeFr/Lunatic/pull/944
- bump: antlr tools by @Grafikart in https://github.com/InseeFr/Lunatic/pull/945
- fix: docusaurus not compiling by @Grafikart in https://github.com/InseeFr/Lunatic/pull/947
- fix: hasPageResponse for unchecked checkbox (3.0) by @Grafikart in https://github.com/InseeFr/Lunatic/pull/953
- Add TXT expression by @Grafikart in https://github.com/InseeFr/Lunatic/pull/954
- Fix/controls not showing by @Grafikart in https://github.com/InseeFr/Lunatic/pull/955
- Control loop by @Grafikart in https://github.com/InseeFr/Lunatic/pull/958
- Suggester dropdown not showing results by @Grafikart in https://github.com/InseeFr/Lunatic/pull/962
- Disable missing keyboard shortcut when readonly by @Grafikart in https://github.com/InseeFr/Lunatic/pull/959
- Docs/v3 by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/956
- fix: clear button disabled when there is value by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/963
- Sticky header for tables and Text component by @Grafikart in https://github.com/InseeFr/Lunatic/pull/964
- Refactor handleChange => handleChanges by @Grafikart in https://github.com/InseeFr/Lunatic/pull/950
- chore: Configure Renovate by @renovate in https://github.com/InseeFr/Lunatic/pull/966
- Suggester error by @Grafikart in https://github.com/InseeFr/Lunatic/pull/972
- Add readonly / disabled support for checkbox and radio by @Grafikart in https://github.com/InseeFr/Lunatic/pull/961
- feat: support readonly on missing (not only disabled) by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/986
- Add E2E test for suggester behaviour by @Grafikart in https://github.com/InseeFr/Lunatic/pull/983
- lint: remove unused import and unsuported aria attributes by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/982
- Docs/3.0 by @ddecrulle in https://github.com/InseeFr/Lunatic/pull/977
New Contributors
- @renovate made their first contribution in https://github.com/InseeFr/Lunatic/pull/966
Full Changelog: https://github.com/InseeFr/Lunatic/compare/2.7.23...3.0.0-rc.34
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.