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