Skip to content

Latest commit

 

History

History
135 lines (76 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

135 lines (76 loc) · 3.21 KB

Changelog

1.1.16 (13.09.2024)

  • Bundle update (#158). See PR #158

1.1.15 (06.09.2024)

  • Bug fix: Ensure setAttribute fires after editor is ready. See Issue #148

  • Updated README: Added section on plugin usage and customizing the indicator style to enhance documentation clarity.

1.1.14 (24.04.2024)

  • Update all dependencies. See PR #131
  • Solve indicator border error. See Issue #134
  • Update the CONTRIBUTING.md with the stale issues policy. See PR #136
  • Fix workflows for scorecards and publish. See PR #140

1.1.13 (13.01.2023)

  • Update all dependencies.
  • Block egress traffic in GitHub Actions.
  • Add stability badge in README.

1.1.12 (27.12.2022)

  • Add Renovate as dependency update tool.
  • Keep read-only permissions in CI workflow.

1.1.11 (22.12.2022)

  • Harden GitHub Actions.

1.1.10 (07.12.2022)

  • Bump loader-utils from 1.4.1 to 1.4.2

1.1.9 (09.11.2022)

  • Bump loader-utils from 1.4.0 to 1.4.1

1.1.8 (28.10.2022)

  • Add Coverage Report with Coveralls

1.1.7 (12.09.2022)

  • Add OpenSSF BestPractices & Scorecard badges
  • Add CDN version documentation

1.1.6 (23.08.2022)

  • Fix bug dropping images or videos into the editor incorrectly causes reordering of blocks.

1.1.5 (09.08.2022)

  • Add scorecards actions

1.1.4 (25.07.2022)

  • Add security policy to the repository
  • Update packages with known security breaches

1.1.3 (15.07.2022)

  • Add workflow for automatic publishing in npm.

1.1.2 (06.06.2022)

  • Fix bug that removes the last character every time it's used, since EditorJS 2.24.2.
  • Fix bug that updates the block every time it's dropped

1.1.1 (10.05.2022)

  • Fix bug that removes last character every time it's used, since EditorJS 2.24.2.

1.1.0 (29.04.2022)

  • Fix toolbar bug that stays open, since EditorJS 2.23+.
  • Allow customizing border style.

1.0.4 (29.03.2022)

  • Updated packages with known security breaches.

1.0.3 (20.01.2022)

  • Updated packages with known security breaches.

1.0.2 (18.01.2022)

  • Added react-editor-js support

1.0.1 (10.12.2021)

  • Add a feature to avoid moving an only block in the editor.

1.0.0 (10.11.2021)

  • Updated packages with known security breaches.

0.2.2 (11.10.2021)

  • Change the style adding a line to reference the Drag-Drop position.

0.2.1 (22.09.2021)

  • Added react-editor-js support
  • Updated packages with known security breaches.

0.2.0 (09.09.2021)

  • Added a CI workflow with Github actions.
  • Updated packages with known security breaches.
  • Docs updated.

0.1.3 (10.05.2021)

  • Support holder being an HTML element or selector.
  • Updated packages with known security breaches.

0.1.2 (29.04.2021)

  • Added read-only mode support.
  • Updated packages with known security breaches.
  • Removed unused packages.

0.1.1 (11.08.2020)

  • Replace targeted block style from border to outline.

0.1.0 (23.06.2020)

Initial release.