Code Changes:
- 40b1c33 - Make internal Checkboxland property
this._data
fully private (instead of just warning not to use it). - 40b1c33 - Add better error handling when extending with malformed or incomplete plugin data.
- 3ec1dd0 - Replace pika bundler with microbundle. This drops support for a commonjs export because this package is only intended to be used in a frontend environment. Hypothetically, this is backwards-compatible unless you are using an ancient build tool that doesn't support es module imports. For motivation and details see: https://antfu.me/posts/move-on-to-esm-only
Other changes
- Misc docs updates.
Package is hosted on NPM: https://www.npmjs.com/package/checkboxland
Full Changelog: v1.5.0...1.6.0