Releases: kommitters/editorjs-toggle-block
Releases · kommitters/editorjs-toggle-block
v0.3.16
v0.3.15
0.3.15 (09.04.2024)
- Update dependencies and Github workflows. See PR #213
- Add playground to test the plugin functionality. See PR #230
- Solve security vulnerabilities and update the security policy. See PR #232
- Fix wrong added classes in editor.js blocks. See Issue #227
- Fix unexpected behavior with undo and redo support. See PR #231
- Fix error when deleting toggle items. See PR #231
v0.3.14
v0.3.13
v0.3.12
0.3.12 (14.09.2023)
v0.3.11
0.3.11 (19.04.2023)
- Add
.npmignore
file to reduce package size.
v0.3.10
0.3.10 (31.03.2023)
- Update dependency webpack to v5.76.0 [SECURITY].
- Fix bug that shared the
id
andforeignKey
when copy-and-paste a toggle.
v0.3.9
0.3.9 (10.03.2023)
- Update all dependencies.
- Fix bug when plugin is used via CDN. Now accesible through
ToggleBlock
.
v0.3.8
0.3.8 (13.01.2023)
- Update all dependencies.
- Block egress traffic in GitHub Actions.
- Add stability badge in README.
- Delete
yarn.lock
file to keep a single package manager.
v0.3.7
0.3.7 (28.12.2022)
- Add Renovate as dependency update tool.
- Update CodeQL workflow.