Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popover fix for Gutenberg 13.3.0 #154

Merged
merged 6 commits into from
Jun 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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