Upgraded squire 2.3.1 to 2.3.2

This commit is contained in:
Mohammad Rezaei 2024-09-14 09:44:46 +03:30
parent de042ed365
commit f1468cb08b
11 changed files with 60 additions and 29 deletions

View file

@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file, starting fr
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.3.2] - 2024-08-16
### Fixed
- Fix "pathChange" event not being fired on selection change.
- Fix backspace at beginning of quote was deleting the contents, not just
removing the quote.
## [2.3.1] - 2024-07-23
### Fixed