Releases: aminya/solid-simple-table
Releases · aminya/solid-simple-table
v2.0.0
What's Changed
-
fix: fix typos in the Less variables for
background
by @aminya in #17 -
fix: use class attribute instead of className by @aminya in #17
-
fix: do not include solid-js in the main build by @aminya in #17
Breaking Changes
- The bundle is now called
dist/SimpleTable.mjs
, and it is themain
entry in the package.json. It doesn't bundlesolid-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
v1.1.0
v1.0.0
- 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