Skip to content
Merged
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
75 changes: 75 additions & 0 deletions packages/block-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
### Bug Fixes

- Playlist: Update `@arraypress/waveform-player` to `^1.23.0`, which no longer sets `crossorigin="anonymous"` on its audio element, fixing playback of tracks served without CORS headers such as media offloaded to a CDN ([#80533](https://github.com/WordPress/gutenberg/pull/80533)).
- Post Content: Restrict the wrapper tag to the supported values offered in the editor.
- Post Date: Escape date values and link URLs before rendering the block.

### Internal

Expand Down Expand Up @@ -103,6 +105,13 @@

## 9.34.0 (2025-10-29)

## 9.33.11 (2026-08-06)

### Bug Fixes

- Post Content: Restrict the wrapper tag to the supported values offered in the editor.
- Post Date: Escape date values and link URLs before rendering the block.

## 9.33.0 (2025-10-17)

### Enhancements
Expand Down Expand Up @@ -139,6 +148,12 @@

- Query Loop Block: Enable custom order or `menu_order` ordering option for post types that support it. ([#68781](https://github.com/WordPress/gutenberg/pull/68781))

## 9.19.7 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 9.19.0 (2025-02-28)

## 9.18.0 (2025-02-12)
Expand All @@ -161,6 +176,12 @@

## 9.9.0 (2024-10-03)

## 9.8.18 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 9.8.0 (2024-09-19)

## 9.7.0 (2024-09-05)
Expand All @@ -181,6 +202,12 @@

## 9.1.0 (2024-06-15)

## 9.0.9 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 9.0.0 (2024-05-31)

### Breaking Changes
Expand All @@ -206,6 +233,12 @@

## 8.29.0 (2024-02-21)

## 8.28.13 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 8.28.0 (2024-02-09)

## 8.27.0 (2024-01-24)
Expand All @@ -228,6 +261,12 @@

## 8.20.0 (2023-10-05)

## 8.19.19 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 8.19.0 (2023-09-20)

## 8.18.0 (2023-08-31)
Expand All @@ -242,6 +281,12 @@

## 8.13.0 (2023-06-23)

## 8.12.21 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 8.12.0 (2023-06-07)

## 8.11.0 (2023-05-24)
Expand All @@ -260,6 +305,12 @@

## 8.4.0 (2023-02-15)

## 8.3.17 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 8.3.0 (2023-02-01)

## 8.2.0 (2023-01-11)
Expand All @@ -282,6 +333,12 @@

## 7.15.0 (2022-09-21)

## 7.14.16 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 7.14.0 (2022-09-13)

### New Features
Expand Down Expand Up @@ -316,6 +373,12 @@

## 7.4.0 (2022-04-21)

## 7.3.20 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 7.3.0 (2022-04-08)

## 7.2.0 (2022-03-23)
Expand Down Expand Up @@ -345,6 +408,12 @@

- Code quality: Add block schema to each core block ([#35900](https://github.com/WordPress/gutenberg/pull/35900)).

## 6.0.32 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 6.0.0 (2021-09-09)

### Breaking Changes
Expand All @@ -367,6 +436,12 @@

- Include missing attributes when upgrading embed block ([#33235](https://github.com/WordPress/gutenberg/pull/33235))

## 3.2.22 (2026-08-06)

### Bug Fixes

- Post Date: Escape date values and link URLs before rendering the block.

## 3.2.0 (2021-05-24)

### New Features
Expand Down
Loading