Skip to content

Commit

Permalink
Fix experimental layout toolbar (#230)
Browse files Browse the repository at this point in the history
* Allow the experimental layout

* Basic style for floating toolbar

The new toolbar doesn’t work well when the editor is less than full screen, so add a basic style to fix it in place otherwise it floats away.

* Update all packages

* Fix lint issues

* Build

* Update changelog
  • Loading branch information
johngodley authored Jul 17, 2023
1 parent c6c6435 commit 358d3a9
Show file tree
Hide file tree
Showing 264 changed files with 5,473 additions and 3,282 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.26.0] - 2023-07-11

### Update
- Get working with Gutenberg 16+
- Fixed toolbar is now attached to the top of the editor and is no longer sticky

## [2.25.0] - 2023-06-13

### Added
Expand Down
1,838 changes: 1,157 additions & 681 deletions build-browser/core.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build-browser/isolated-block-editor.css

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

4 changes: 2 additions & 2 deletions build-browser/isolated-block-editor.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions build-browser/isolated-block-editor.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ PERFORMANCE OF THIS SOFTWARE.
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* use-sync-external-store-shim.production.min.js
Expand Down
7 changes: 3 additions & 4 deletions build-module/components/action-area/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/action-area/index.js.map

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/api-fetch/index.js.map

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

Loading

0 comments on commit 358d3a9

Please sign in to comment.