Skip to content

1.4.7

Compare
Choose a tag to compare
@pascalbaljet pascalbaljet released this 30 Mar 23:29
  • 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, and right)
  • Allow HtmlString for label/help attributes
  • htmlLabel and htmlHelp Form 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 Render component now emits an event after rendering the content
  • The SpladeMiddleware now ignores responses with a Content-Disposition header (#368)
  • Table classes now have a static build() method to improve support for custom tables (#334)