Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoscript[bot] authored and christianhg committed Jan 23, 2025
1 parent 56ff60b commit 2994f65
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/editor":"1.25.0","packages/patches":"1.1.2","packages/racejar":"1.1.1","packages/block-tools":"1.1.2"}
{"packages/editor":"1.26.0","packages/patches":"1.1.2","packages/racejar":"1.1.1","packages/block-tools":"1.1.2"}
19 changes: 19 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.26.0](https://github.com/portabletext/editor/compare/editor-v1.25.0...editor-v1.26.0) (2025-01-23)


### Features

* **behaviors:** add `block.(set|unset)` events and actions ([f804157](https://github.com/portabletext/editor/commit/f804157fb2f2bfa6d099dc20086980ac0487eafd))
* **behaviors:** add `insert.block` event and action ([0fd745b](https://github.com/portabletext/editor/commit/0fd745b9358c4622056a3541e44c3b92cb018b0c))
* **core behaviors:** raise `insert.text` event from `insert.sort break` Behavior ([c35b7bd](https://github.com/portabletext/editor/commit/c35b7bd284278f3d7eee89c4fd0382a0c4bbbfc9))
* move `insert.break` at start/end of text block to core Behaviors ([56ff60b](https://github.com/portabletext/editor/commit/56ff60bd1e3c1eb71379b31448fb066d6e3edd49))
* **selectors:** add `isAtThe(End|Start)OfBlock` ([470d533](https://github.com/portabletext/editor/commit/470d53390074878485f2e25d2d8697ee8a22e8c6))
* **utils:** add `getBlockEndPoint` ([e9d208f](https://github.com/portabletext/editor/commit/e9d208f89eb31ae8106f9517d16afdbacdd1ff2f))
* **utils:** add `isEqualSelectionPoints` ([d8c3941](https://github.com/portabletext/editor/commit/d8c394131b6da6b62960ee88a34292d925fae3ad))


### Bug Fixes

* fix issue with inserting block before/after empty block in empty editor ([3622e7d](https://github.com/portabletext/editor/commit/3622e7de303e493a7730b0fc9b524b6cf7db48ae))
* **selectors:** account for no selection in `isSelectionCollapsed` ([e3e5766](https://github.com/portabletext/editor/commit/e3e5766a3b323193ebf0577e2a46b1ee73230ffe))

## [1.25.0](https://github.com/portabletext/editor/compare/editor-v1.24.0...editor-v1.25.0) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/editor",
"version": "1.25.0",
"version": "1.26.0",
"description": "Portable Text Editor made in React",
"keywords": [
"sanity",
Expand Down

0 comments on commit 2994f65

Please sign in to comment.