Skip to content

Commit

Permalink
Popover fix for Gutenberg 13.3.0 (#154)
Browse files Browse the repository at this point in the history
* Fix Popover usage for 13.3.0

* Bump a few packages

* Bundle

* Fix useRef

* Allow inspector button to close the popover

* Bundle
  • Loading branch information
johngodley authored Jun 2, 2022
1 parent 8d9c154 commit 9951647
Show file tree
Hide file tree
Showing 83 changed files with 562 additions and 157 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
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.13.1] - 2022-06-01

### Fixed

- Update inspector Popover usage to work with Gutenberg 13.3.0

## [2.13.0] - 2022-05-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The Isolated Block Editor is provided in three forms:
- CommonJS module
- Standalone JavaScript file, for inclusion on any browser page

Requires: Gutenberg 10.6.0, tested up to Gutenberg 10.9.0 RC 1
Requires: Gutenberg 13.3.0

Examples:
- [Plain Text Editor](https://github.com/Automattic/isolated-block-editor/blob/trunk/src/browser/README.md) - standalone JS and CSS file that can replace any `textarea` on any page with a full Gutenberg editor
Expand Down
2 changes: 1 addition & 1 deletion build-browser/isolated-block-editor.js

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions build-module/components/block-editor-toolbar/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-module/components/block-editor-toolbar/index.js.map

Large diffs are not rendered by default.

21 changes: 18 additions & 3 deletions build-module/components/block-editor-toolbar/inspector/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build-module/components/content-saver/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-module/components/content-saver/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build-module/store/collab/controls.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9951647

Please sign in to comment.