Skip to content

Releases: BOTOOM/quill-resize-module

v2.1.0

13 Feb 21:15

Choose a tag to compare

2.1.0 (2026-02-13)

  • chore: add ESLint configuration and improve build artifacts (a3f0945)
  • chore: convert rollup config to CommonJS and refine audit settings (472846d)
  • chore: enhance semantic-release configuration and update release workflow (c60b9a5)
  • chore: fix package json (0ad86ac)
  • chore: migrate from bundlesize to size-limit and update semantic-release dependencies (6e64f50)
  • chore: remove package-lock.json from gitignore and fix file ending (83d05b6)
  • chore: restructure CI/CD workflows and add semantic release automation (ea8d108)
  • chore: update CI workflow and changelog configuration (1bb916c)
  • chore: update demo with new video embeds and refresh demo.gif (ff8da34)
  • chore: upgrade build tooling and update TypeScript configuration (5834f78)
  • fix positioning of resizer when nested inside relative elements (list items) (048abc8)
  • Merge pull request #12 from guilds-finance/master (6db6843), closes #12 thanks @jonklein
  • Merge pull request #15 from BOTOOM/develop (c9ba2fc), closes #15
  • feat: enhance toolbar UI with responsive design and improved controls (15d55e4)
  • feat: improve iframe tracking and add YouTube embed normalization (23328cd)

Version 2.0.1

13 Feb 16:50

Choose a tag to compare

Bug Fixes

  • dependencies: fix security dependencies abput rollup plugins

This release addresses security vulnerabilities in rollup plugins.

Note: This version was already published to NPM but the GitHub release was missing. This release ensures consistency between GitHub and NPM versions.

Version 2.0.0

09 Dec 14:24

Choose a tag to compare

  • For resizing, the style HTML property is no longer used.
  • Added the ability to display the size of the image or video.
  • The toolbar can be disabled totally or partially.
  • Update in the documentation.

Version 1.1.1

02 Dec 20:00

Choose a tag to compare

Update Documentation

Version 1.1.0

02 Dec 17:47
d0c2b58

Choose a tag to compare

  • Add option to hidden toolbar
  • Add option to ignore use style and use html attributes
  • Update readme