Release 3.4.6
·
53 commits
to refs/heads/3.0
since this release
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