Release v0.2.15
Overview
This release migrates the package to TypeScript 7 and improves helper text consistency by reusing the shared component from the UI core library.
🐛 Fixes
- Helper text consistency: RichInput now reuses the helper text component from
asma-ui-core, ensuring consistent styling and behavior across the UI library.
💥 Breaking Changes
- TypeScript 7 migration: The package has been migrated to TypeScript 7. This may require updating your project's TypeScript version and could introduce type-checking changes.
What's Changed
- ASMA-7559 migrate all app families and shared npm libs to typescript 7 by @maxim-carasent in #8
- fix(helper text): ASMA-6334 Reuse helper text from ui core and make it consistent by @SebastianDarieCarasent in #9
New Contributors
- @maxim-carasent made their first contribution in #8
Full Changelog: v0.2.14...v0.2.15