- Fix bug #176 - Fix Settings popover broken from editor.js v2.26 and up.
- Fix bugs in tab shortcut and in drag-and-drop behavior.
- Fix the enter shortcut to add new items in the toggle block.
- Fix typos in code.
- Fix bug when loading initial data.
- Update all dependencies.
- Bump word-wrap from 1.2.3 to 1.2.4.
- Bump tough-cookie from 4.1.2 to 4.1.3.
- Add
.npmignore
file to reduce package size.
- Update dependency webpack to v5.76.0 [SECURITY].
- Fix bug that shared id and foreign key when copy-and-paste a toggle.
- Update all dependencies.
- Fix bug when plugin is used via CDN. Now accesible through
ToggleBlock
.
- Update all dependencies.
- Block egress traffic in GitHub Actions.
- Add stability badge in README.
- Delete
yarn.lock
file to keep a single package manager.
- Add Renovate as dependency update tool.
- Update CodeQL workflow.
- Bump loader-utils from 1.4.1 to 1.4.2
- Fix infinite loop with non-editable block inside toggle.
- Bump ossf/scorecard-action to v2.0.6.
- Bump loader-utils from 1.4.0 to 1.4.1.
- Added Coverage Report with Coveralls.
- Fix freeze bug when render children.
- Allow config for placeholder & defaultContent.
- Update scorecard-action to v2.0.2 which fixes a bug related to score -1.
- Add CDN version documentation.
- Remove harden runner from scorecard workflow.
- Remediate token permission, missing harden runner, and unpinned dependencies security issues in Github Actions.
- Update dependencies.
- Add CodeQL analysis workflow.
- Add OpenSSF Best Practices & OpenSSF Scorecard badges in README.
- Add scorecards actions
- Add security policy to the repository
- Update packages with known security breaches
- Add workflow for automatic publishing in npm.
- Replace
crypto.randomUUID()
withuuid.v4()
to avoid incompatibilities between different browser's versions.
- Adjust the behaviour of buttons in the toolbar
- Fix bug when toggle parent is dropped in its children
- Add support to drag and drop
- Adjust the behavior of the toolbar icon
- Improve library docs.
- Fix security vulnerabilities.
- Initial release.