Skip to content

Releases: aminya/solid-simple-table

v2.0.0

11 Nov 05:17
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • The bundle is now called dist/SimpleTable.mjs, and it is the main entry in the package.json. It doesn't bundle solid-js and is built for a modern browser.
  • The fixed typos might be breaking for old code that follows the same typo

Full Changelog: v1.2.0...v2.0.0

v1.2.0

03 Mar 10:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

27 Sep 05:49
Compare
Choose a tag to compare

Features

Add optional functions in the props for setting the CSS classes on the table cells (#13)

Other

  • Updated solid-js to 1.1.5
  • Updated devDependencies

v1.0.0

03 Jul 23:50
Compare
Choose a tag to compare
  • Updated to Solid 1.0.0
  • Improved the default styling of the header
  • It is now possible to exclude all the CSS provided by this library
  • Other minor changes

Breaking changes:

  • The main bundle now targets Chrome 76, and the module bundle targets Chrome 90. You can feed these bundles to your build system to support any older browser.
  • By default "solid-simple-table light typography" class name is used. If you want to use the style provided by this library in addition to your own class, you should pass both together. For example: your-class solid-simple-table dark typography

v0.2.6

30 Apr 03:45
Compare
Choose a tag to compare

Update solid to 0.26.5
Refactor the tests

v0.2.5

27 Apr 05:31
Compare
Choose a tag to compare

Update solid and reduce the bundle size

v0.2.3

22 Apr 11:45
Compare
Choose a tag to compare

Update solid-js to 0.26.1

v0.2.2

29 Mar 20:55
Compare
Choose a tag to compare

Update solid to 0.25.0

v0.2.1

07 Mar 04:06
Compare
Choose a tag to compare

update solid to 0.24.13

v0.2.0

07 Mar 03:57
Compare
Choose a tag to compare
  • Update solid to 0.24.12 #6
  • Minor optimizations in the defaultSorter and sortClickHandler