Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@maccesch maccesch released this 05 Aug 18:27
· 56 commits to master since this release

Changes in this Version:

[0.11.0] - 2024-08-05

Features 🚀

  • Changed leptos-use to version 0.11
  • Added i18n support via the "i18n" feature which uses leptos-i18n. See the i18n example for usage.
  • Added row reader to TableComponent
  • Added default_th_sorting_style to make it easier to write a custom thead cell render component.