This repository was archived by the owner on Oct 20, 2025. It is now read-only.
1.4.7
- Use Vite 4 + updated npm dependencies (by @evici)
- Allow a Closure as sortable parameter for Table columns (by @Jampire)
- Table columns can now be aligned (
left,center, andright) - Allow
HtmlStringfor label/help attributes htmlLabelandhtmlHelpForm builder methods to allow texts that won't be escaped- Fixes for Form Builder validation (by @J87NL)
- Fix for resolving the JS package version using the latest npm (by @Jampire)
- Prevent horizontal scrollbar while opening slideovers (#350)
- Improved animation when reloading the same modal
- The
Rendercomponent now emits an event after rendering the content - The
SpladeMiddlewarenow ignores responses with aContent-Dispositionheader (#368) - Table classes now have a static
build()method to improve support for custom tables (#334)