Skip to content

v4.0.0

Compare
Choose a tag to compare
@Elianta Elianta released this 31 Aug 16:34
· 271 commits to master since this release

features:

  • SlugInput form field with showcase
  • AjaxSelectInput form field with showcase
  • fetch filters initial data depending on selected options
  • (ui/Select) locale, loading state
  • (CRUD) extract common actions for use in the tableActions
  • (DataTable) ability to set rowSelection config and display actions
  • (CRUD) table custom actions
  • ability to setup table config in crud;
  • (CRUD) ability to show components before/after DataTable

fixes:

  • (CRUD) refresh table data on drawer close
  • (ui/Select) placeholder disappearing effect
  • (CRUD) make create.title and update.title optional
  • (CRUD) replace index.filterButtonText with filter.topToolbarButtonText
  • (ui/Table) shadow corner radii
  • (AppliedFilters) remove marginBottom when empty
  • can't set only one filter input
  • table.dndRows moved to index.tableConfig.dndRows
  • rename tableOptions -> tableColumns
  • (CRUD, locale) pass table, pagination, actions locale settings
  • add TopToolbar export to wrap custom actions

docs:

  • Roles example (readme.md)
  • Custom Interface demo
  • CRUD with custom drawer demo
  • Bulk actions demo
  • Table without actions demo
  • Advanced Edit Page demo
  • Base Crud Page demo