Skip to content

Releases: mediakular/gridcraft

v0.2.9

02 Sep 04:16
e60c462
Compare
Choose a tag to compare

What's Changed

  • Fixed bug that occurred when multiple filters were active and their order mattered - now order is irrelevant
  • Fixed selection when any filter was active - now selecting only filtered values when clicking select-all checkbox
  • Improved paging implementation
  • minor theme improvements
  • updated packages and increased package version

Full Changelog: v0.2.7-beta...v0.2.9

v0.2.7-beta

24 Apr 22:41
f1f4c50
Compare
Choose a tag to compare
v0.2.7-beta Pre-release
Pre-release
  • Added for checkboxes when active
  • Allowing now to filter also invisible columns
  • Fixes endless-loop without id
  • Reset of selected rows when data changes
  • Paging data works now again together with filters
  • Paging works now with multiple paging components on the page
  • Fixes endless-loop with multiple grids on the same page

Full Changelog: v0.2.0-beta...v0.2.7-beta

v0.2.0-beta

09 Apr 00:19
Compare
Choose a tag to compare
v0.2.0-beta Pre-release
Pre-release
  • Paging is now done via svelte stores
  • Theming is now done via svelte stores
  • Filtering invisible columns is now possible
  • Fixed error where was missing when showCheckboxes was active

v0.1.3

05 Apr 05:13
Compare
Choose a tag to compare
  • Fixed bug with objects without properties (like Date, Number, ...etc)
  • Changes in README.md

Full Changelog: v0.1.0...v0.1.3

v0.1.0

28 Mar 16:53
Compare
Choose a tag to compare
  • Improved groupBy function
  • Improved quality of grid cell rendering
  • Added JsDoc comments to Grid Functions

Full Changelog: v0.0.19...v0.1.0

v0.0.19

27 Mar 21:37
Compare
Choose a tag to compare
v0.0.19 Pre-release
Pre-release
  • PlainTableCssTheme is now the default theme
  • Created new theme "CardsPlus" to showcase what is possible with GridCraft
  • Minor changes, improvements and bugfixes

Full Changelog: v0.0.16...v0.0.19

New theme "CardsPlus":
image

... when grouping is active:
image

... on mobile:
image

v0.0.16

26 Mar 17:36
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release
  • Added new theme "PlainTableCSS" which is styled by default with plain CSS and CSS variables
  • Fixed some bugs in "PlainTable" theme
  • Added property "isSelected" to group header and rows, so both can be styled when selected

Full Changelog: https://github.com/mediakular/GridCraft/commits/v0.0.16

New "PlainTableCSS" theme:
image

Selection styles of group header and row:
image

Dark mode:
image