Skip to content

Releases: InseeFr/Lunatic

Release 3.4.8

27 Nov 11:50
Compare
Choose a tag to compare

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

27 Nov 10:29
d7d84fc
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: 2.6.13...2.6.14

Release 3.4.8-rc.0

21 Nov 15:33
Compare
Choose a tag to compare
Release 3.4.8-rc.0 Pre-release
Pre-release

Full Changelog: 3.4.7...3.4.8-rc.0

Release 3.4.7

13 Nov 14:46
3c2faae
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 3.4.6...3.4.7

Release 3.4.7-rc.1

07 Nov 10:00
Compare
Choose a tag to compare
Release 3.4.7-rc.1 Pre-release
Pre-release

Full Changelog: 3.4.7-rc.0...3.4.7-rc.1

Release 3.4.7-rc.0

07 Nov 08:42
Compare
Choose a tag to compare
Release 3.4.7-rc.0 Pre-release
Pre-release

Full Changelog: 3.4.6...3.4.7-rc.0

Release 3.4.6

28 Oct 15:10
Compare
Choose a tag to compare

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

25 Oct 16:37
Compare
Choose a tag to compare
Release 3.4.6-rc.0 Pre-release
Pre-release

Full Changelog: 3.4.5-rc.0...3.4.6-rc.0

Release 3.4.5

25 Oct 08:43
Compare
Choose a tag to compare

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

25 Oct 15:10
Compare
Choose a tag to compare
Release 3.4.5-rc.0 Pre-release
Pre-release

Full Changelog: 3.4.5...3.4.5-rc.0