All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Change categories are:
Added
for new features.Changed
for changes in existing functionality.Deprecated
for once-stable features removed in upcoming releases.Removed
for deprecated features removed in this release.Fixed
for any bug fixes.Security
to invite users to upgrade in case of vulnerabilities.
- Previously tests were run with
tape-run
, which usedelectron
and introduced quite a few security issues. With some help from @conduitry and the Svelte community, tests are now run usingjsdom
.
1.0.2 - 2018-06-01
- The readme now points to an additional REPL demo.
1.0.1 - 2018-06-01
- The readme now points to a demo of clicking inside and outside the panel.
1.0.0 - 2018-06-01
- Updated to support Svelte 2! 🙌 This is a breaking change.
0.2.1 - 2018-03-08
- This changelog file!
- Forgot to build before publishing 😱
0.2.0 - 2018-03-08
- The sweet new
svelte
tag to the package.json file.