Releases: InseeFr/Lunatic
Releases · InseeFr/Lunatic
Release 3.4.8
What's Changed
Other Changes
- fix: bring back suggester searching stopWords & some fixes by @QRuhier in #1175
- fix: suggester do not filter stopwords on query by @QRuhier in #1177
Full Changelog: 3.4.7...3.4.8
Release 2.6.14
What's Changed
Other Changes
- Modification roundabout d'une seule itération by @MariusPele in #1165
New Contributors
- @MariusPele made their first contribution in #1165
Full Changelog: 2.6.13...2.6.14
Release 3.4.8-rc.0
Full Changelog: 3.4.7...3.4.8-rc.0
Release 3.4.7
Release 3.4.7-rc.1
Full Changelog: 3.4.7-rc.0...3.4.7-rc.1
Release 3.4.7-rc.0
Full Changelog: 3.4.6...3.4.7-rc.0
Release 3.4.6
What's Changed - This version contains breaking changes
Breaking changes 💥
- Imports (components, types, ...) are available directly from the root
Examples:
Before: import type { SuggesterOptionType } from "@inseefr/lunatic/lib/components/Suggester/SuggesterType"
After: import type { SuggesterOptionType } from "@inseefr/lunatic/components/Suggester/SuggesterType"
Before: import "@inseefr/lunatic/lib/main.css"
After: import "@inseefr/lunatic/main.css"
Improvements 🚀⚙️
- This library is build in ESM and CJS. ESM is the standard when you develop a front-end app.
- This library can be use in
node
environnement (for test, with vitest or other tools)
Full Changelog: 3.4.5...3.4.6
Release 3.4.6-rc.0
Full Changelog: 3.4.5-rc.0...3.4.6-rc.0
Release 3.4.5
What's Changed
Other Changes
- chore(deps): update all minor and patch devdependencies updates (3.0) by @renovate in #1075
- fix: display description on subsequence by @QRuhier in #1162
- ci: fix ci (missing steps of ts-ci template) by @laurentC35 in #1163
Full Changelog: 3.4.4...3.4.5
Release 3.4.5-rc.0
Full Changelog: 3.4.5...3.4.5-rc.0