Releases: BOTOOM/quill-resize-module
Releases · BOTOOM/quill-resize-module
v2.1.0
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
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
- For resizing, the
styleHTML 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
Update Documentation
Version 1.1.0
- Add option to hidden toolbar
- Add option to ignore use style and use html attributes
- Update readme