Skip to content

Releases: Automattic/isolated-block-editor

Release 2.4.2

27 Sep 09:02
Compare
Choose a tag to compare
  • Bundle things for 2.4.2 (3fda464)
  • Merge pull request #57 from Automattic/collab/visual-tweaks (02369d1)
  • Bundle (188bf3f)
  • Prevent peer block selection colors from disappearing (1a02dc9)
  • Tweak selection border (e0d2e63)
  • Fix types (d4bee6d)
  • Update changelog (cf9f425)
  • Add colored peer block selection outlines (57cf6b8)
  • Enlarge peer caret labels (fbec110)
  • Autoselect caret label text color (e224be7)
  • Tweak peer caret styles (2828474)
  • Add story for peer caret (06887db)
  • Round corners on peer caret label (d32a0a7)
  • Only overflow when there is at least +2 (e0b0725)
  • Make overflow number smaller (a7f0ff0)
  • Vertically align avatar overflow tooltip (9d0f906)
  • Merge pull request #54 from samueljseay/doc/fix-example-link (57f2d15)
  • Fix a broken link to the Plain Text Editor example README. (883090d)

Release 2.4.1

09 Sep 09:27
Compare
Choose a tag to compare
  • Reset version back to 2.4.0 (508dea9)
  • Bundle 2.4.1 (8119641)
  • Merge pull request #52 from Automattic/fix/blur-inside-popover (5064b81)
  • Fix blur clicks when they go to the root popover (173f207)
  • Remove unnecessary changelog (c09efcd)
  • Update package.json number (32ff9ac)
  • Merge pull request #51 from Automattic/bundle/2.4 (7bc181e)
  • Update changelog for 2.4 (f391c24)
  • Rebuild (4b0030b)
  • Fix a type linting issue (f18ea84)
  • Update all packages (7400ccb)
  • Merge pull request #50 from Automattic/clean-tsbuildinfo (37d57c7)
  • Purge tsconfig.tsbuildinfo in yarn clean (522fc1a)
  • Merge pull request #47 from Automattic/collab/cursors (ab97566)
  • Bundle (e6f1e04)
  • Update changelog (d9e3679)
  • Merge pull request #46 from Automattic/fix/click-outside-inspector (fde473c)
  • Improve readability (d569dd2)
  • Improve peer cursor updates (72d31e8)
  • Merge pull request #44 from Automattic/collab/avatars (6311f85)
  • Bundle (546630f)
  • Prevent toolbar settings items from stacking (4e855c0)
  • Update readme (4929e44)
  • Increase name initial font size to match (2de68ca)
  • Enlarge avatar size (28362df)
  • Tweak name initial styles (8b23070)
  • Add global font context to Storybook (34498da)
  • Mimic core Tooltip styles (3181ea0)
  • Update changelog (bc91cd5)
  • Collab: Add presence avatars (b997ffb)
  • Merge pull request #43 from Automattic/refactor/collab (ba7d09b)
  • Bundle (c9eb7a8)
  • Update changelog for blur fix (322378d)
  • Expand click-outside exceptions (592f836)
  • Fix types (cfe1025)
  • Update changelog (ce1fc2d)
  • Update READMEs (fd9d54b)
  • Move typedefs (f4f2d29)
  • Change settings location (b03864a)
  • Move to separate named export (9ce0aba)
  • Merge pull request #42 from Automattic/collab/block-selection (3c16664)
  • Update changelog (9b85e73)
  • Bundle (9abe17d)
  • Tweak color (8f729b4)
  • Refactor (5c9d1ef)
  • Collab: Add peer block selection outlines (59d6e74)
  • Move formats/collab-caret (37597cb)
  • Bundle (0e498b0)
  • Merge pull request #41 from Automattic/fix/collab-debounce (110d5e3)
  • Fix caret label flickering (6e26cd0)
  • Update changelog (92887f9)
  • Collab: Remove debounce (af6e451)
  • Merge pull request #37 from Automattic/fix/yjs-doc-init (572c438)
  • Bundle (95a75d4)
  • Update changelog (7ed289b)
  • Initialize Yjs doc with up-to-date blocks (800efb1)
  • Add story (f3da579)

Release 2.4.0

08 Sep 13:41
Compare
Choose a tag to compare

Release 2.3.0

16 Aug 15:59
Compare
Choose a tag to compare

Release 2.2.0

30 Jul 08:25
Compare
Choose a tag to compare
  • Merge pull request #35 from Automattic/add/2.1.0 (be949df)
  • Update changelog (3d1700b)
  • Bundle 2.1.0 (1ef26e5)
  • Fix linting error (655f6cf)
  • Merge pull request #31 from Automattic/add/toolbar-slot (9c628a7)
  • Update readme for ToolbarSlot (cc36f49)
  • Add a store selector to get edit count (3154f28)
  • Add a fill slot for the toolbar (f336028)

Release 2.0.0

20 Jul 08:33
Compare
Choose a tag to compare
  • Make npm registry explicit (aa2b6fa)
  • Add changelog (8340731)
  • Configure release-it to push to npm (22ca450)

Release 1.4.0

20 Jul 07:03
ddf3ae1
Compare
Choose a tag to compare

Release 1.3.0

01 Jul 09:17
fb603f6
Compare
Choose a tag to compare
  • Merge pull request #29 from Automattic/add/1.3 (fb603f6)
  • Add types (9ac36d1)
  • Bundle (65a3c7e)
  • Produce a seperate core CSS file (35defd1)
  • Remove unnecessary webpack config (8c05578)
  • Force ES6 for browser build (ec71feb)
  • Add missing CSS for block mover (a387c1e)
  • Move core imports to browser build file (2f93ffc)
  • Remove CSS files from the JS and move to the SCSS (2f0c51d)
  • Update build system (9cef48f)
  • Fix typescript linting issues (02ed12b)

1.2.2

24 Jun 13:03
85181aa
Compare
Choose a tag to compare

Two releases in one day!

This fixes a problem introduced in 1.2.1 where the switch to the core withFocusOutside is unexpectedly breaking the custom data stores used in the editor. Until the problem can be investigated the local version of the function is restored. The focus fix from 1.2.1 is retained.

1.2.1

24 Jun 08:22
d930d19
Compare
Choose a tag to compare
  • Improve compatibility with npm
  • Switch to core useBlockSelectionClearer to help fix a race condition with focus loss in RichText blocks.