Releases: GoogleForCreators/web-stories-wp
Releases · GoogleForCreators/web-stories-wp
v1.37.0
What's Changed
🚀 Features
- Require WordPress 6.3 or newer by @swissspidy in #13617
- Settings: Prime options to reduce database queries by @Swanand01 in #13700
- Editor: Add support for
amp-story-audio-sticker
by @AnuragVasanwala in #13540 - Consolidate AMP sanitization by @swissspidy in #13729
🧰 Maintenance
- Run unit tests against PHP 8.4 alpha by @swissspidy in #13607
- Misc lint fixes by @swissspidy in #13631
- Add oxlint in addition to ESLint by @swissspidy in #13619
- Env: Use
mariadb
executable instead ofmysql
by @swissspidy in #13721 - Remove manual AMP runtime check from tests by @swissspidy in #13724
- Remove
rel="noopener"
from all links by @swissspidy in #13725
Other Changes
- Add blueprint for Live Preview on WordPress.org by @Swanand01 in #13728
Full Changelog: v1.36.0...v1.37.0
v1.37.0-rc.1
What's Changed
🚀 Features
- Require WordPress 6.3 or newer by @swissspidy in #13617
- Settings: Prime options to reduce database queries by @Swanand01 in #13700
- Editor: Add support for
amp-story-audio-sticker
by @AnuragVasanwala in #13540 - Consolidate AMP sanitization by @swissspidy in #13729
🧰 Maintenance
- Run unit tests against PHP 8.4 alpha by @swissspidy in #13607
- Misc lint fixes by @swissspidy in #13631
- Add oxlint in addition to ESLint by @swissspidy in #13619
- Env: Use
mariadb
executable instead ofmysql
by @swissspidy in #13721 - Remove manual AMP runtime check from tests by @swissspidy in #13724
- Remove
rel="noopener"
from all links by @swissspidy in #13725
Other Changes
- Add blueprint for Live Preview on WordPress.org by @Swanand01 in #13728
Full Changelog: v1.36.0...v1.37.0-rc.1
v1.36.0
What's Changed
🚀 Features
- Settings: Add new dropdown for choosing analytics behavior by @AnuragVasanwala in #13567
- Editor: Add support for applying gradient to text by @Swanand01 in #13590
🐛 Bug Fixes
- Blocks: Fix hidden lightbox interfering with rest of the page by @Swanand01 in #13589
- Blocks: Fix box carousel layout on mobile devices by @Swanand01 in #13602
- Canvas: Fix broken zoom behaviour by @AnuragVasanwala in #13566
🧰 Maintenance
- TypeScript: Convert
output
package by @swissspidy in #13504
📝 Documentation
- Guide for enabling shopping in third party integration by @sayamalvi in #13601
New Contributors
- @Swanand01 made their first contribution in #13589
- @sayamalvi made their first contribution in #13601
Full Changelog: v1.35.0...v1.36.0
v1.36.0-rc.1
What's Changed
🚀 Features
- Settings: Add new dropdown for choosing analytics behavior by @AnuragVasanwala in #13567
- Editor: Add support for applying gradient to text by @Swanand01 in #13590
🐛 Bug Fixes
- Blocks: Fix hidden lightbox interfering with rest of the page by @Swanand01 in #13589
- Blocks: Fix box carousel layout on mobile devices by @Swanand01 in #13602
- Canvas: Fix broken zoom behaviour by @AnuragVasanwala in #13566
🧰 Maintenance
- TypeScript: Convert
output
package by @swissspidy in #13504
📝 Documentation
- Guide for enabling shopping in third party integration by @sayamalvi in #13601
New Contributors
- @Swanand01 made their first contribution in #13589
- @sayamalvi made their first contribution in #13601
Full Changelog: v1.35.0...v1.36.0-rc.1
v1.35.0
What's Changed
🚀 Features
- Fix: 🐛 Add
Reset
button for scheduled stories by @AnuragVasanwala in #13471 - Bump WordPress version requirement to 6.2 by @AnuragVasanwala in #13474
- WP Compatibility: Remove patched
imgareaselect
package by @AnuragVasanwala in #13473 - Improve dialog shown after publishing scheduled/private stories by @AnuragVasanwala in #13478
🐛 Bug Fixes
- Improve captions appearance when there is also a CTA by @AnuragVasanwala in #13477
- Block: Fix issues with stories not appearing in lightbox by @AnuragVasanwala in #13493
- Layers: Prevent crash when undoing layer grouping by @AnuragVasanwala in #13495
🧰 Maintenance
- Bump the WordPress packages to use React 18 by @swissspidy in #13443
- Bulk update dependencies by @swissspidy in #13458
- Update dependencies by @swissspidy in #13492
Other Changes
- Fix typos by @szepeviktor in #13476
Full Changelog: v1.34.0...v1.35.0
v1.35.0-rc.1
What's Changed
🚀 Features
- Fix: 🐛 Add
Reset
button for scheduled stories by @AnuragVasanwala in #13471 - Bump WordPress version requirement to 6.2 by @AnuragVasanwala in #13474
- WP Compatibility: Remove patched
imgareaselect
package by @AnuragVasanwala in #13473 - Improve dialog shown after publishing scheduled/private stories by @AnuragVasanwala in #13478
🐛 Bug Fixes
- Improve captions appearance when there is also a CTA by @AnuragVasanwala in #13477
- Block: Fix issues with stories not appearing in lightbox by @AnuragVasanwala in #13493
- Layers: Prevent crash when undoing layer grouping by @AnuragVasanwala in #13495
🧰 Maintenance
- Bump the WordPress packages to use React 18 by @swissspidy in #13443
- Bulk update dependencies by @swissspidy in #13458
- Update dependencies by @swissspidy in #13492
Other Changes
- Fix typos by @szepeviktor in #13476
Full Changelog: v1.34.0...v1.35.0-rc.1
v1.34.0
What's Changed
🚀 Features
- WordPress 6.3 Compatibility by @swissspidy in #13427
- Improve
NumericInput
behavior for valid numbers and key-press by @AnuragVasanwala in #13339
🐛 Bug Fixes
- Settings: Properly display page titles with HTML entities in them by @AnuragVasanwala in #13410
- Fix: Remove
WP_Post
type hint fromprefill_post_content
by @AnuragVasanwala in #13430 - Shortcode: Properly handle case where no attributes are passed by @AnuragVasanwala in #13432
- Fonts: ensure
per_page
is respected by @swissspidy in #13442 - Update AMP plugin dependency by @swissspidy in #13445
🧰 Maintenance
- Bump WP version requirement to 6.1 by @swissspidy in #13413
Other Changes
- Update several dependencies by @swissspidy in #13423
Contributors
Also thanks to the following people for their contributions:
Full Changelog: v1.33.0...v1.34.0
v1.34.0-rc.1
What's Changed
🚀 Features
- WordPress 6.3 Compatibility by @swissspidy in #13427
- Improve
NumericInput
behavior for valid numbers and key-press by @AnuragVasanwala in #13339
🐛 Bug Fixes
- Settings: Properly display page titles with HTML entities in them by @AnuragVasanwala in #13410
- Fix: Remove
WP_Post
type hint fromprefill_post_content
by @AnuragVasanwala in #13430 - Shortcode: Properly handle case where no attributes are passed by @AnuragVasanwala in #13432
- Fonts: ensure
per_page
is respected by @swissspidy in #13442 - Update AMP plugin dependency by @swissspidy in #13445
🧰 Maintenance
- Bump WP version requirement to 6.1 by @swissspidy in #13413
Other Changes
- Update several dependencies by @swissspidy in #13423
Contributors
Also thanks to the following people for their contributions:
Full Changelog: v1.33.0...v1.34.0-rc.1
v1.33.0
What's Changed
🚀 Features
- Monetization: Add MGID support by @leprik in #13368
- Add path when registering styles by @swissspidy in #13381
- Convert Fonts CLI script to TS / Update fonts list by @swissspidy in #13382
- Allow entering GA4 measurement IDs by @swissspidy in #13403
🐛 Bug Fixes
- Shortcode: Fix issue when no attributes are passed by @AnuragVasanwala in #13264
- Fix formatting keyboard shortcuts on non-text elements by @AnuragVasanwala in #13299
- Settings: Fix stories archives dropdown search input by @AnuragVasanwala in #13301
- Compatibility: Add workaround for Ezoic by @AnuragVasanwala in #13354
🧰 Maintenance
- Remove unused props from default templates and save requests by @ayushnirwal in #13221
Other Changes
- Popups: Fix done button in color picker and saved text styles by @ayushnirwal in #13225
- Media: Improve plugin compatibility of taxonomy query by @chirag2208 in #13208
Contributors
Also thanks to the following people for their contributions:
New Contributors
- @AnuragVasanwala made their first contribution in #13264
- @leprik made their first contribution in #13368
- @chirag2208 made their first contribution in #13208
Full Changelog: v1.32.0...v1.33.0
v1.33.0-rc.1
What's Changed
🚀 Features
- Monetization: Add MGID support by @leprik in #13368
- Add path when registering styles by @swissspidy in #13381
- Convert Fonts CLI script to TS / Update fonts list by @swissspidy in #13382
- Allow entering GA4 measurement IDs by @swissspidy in #13403
🐛 Bug Fixes
- Shortcode: Fix issue when no attributes are passed by @AnuragVasanwala in #13264
- Fix formatting keyboard shortcuts on non-text elements by @AnuragVasanwala in #13299
- Settings: Fix stories archives dropdown search input by @AnuragVasanwala in #13301
- Compatibility: Add workaround for Ezoic by @AnuragVasanwala in #13354
🧰 Maintenance
- Remove unused props from default templates and save requests by @ayushnirwal in #13221
Other Changes
- Popups: Fix done button in color picker and saved text styles by @ayushnirwal in #13225
- Media: Improve plugin compatibility of taxonomy query by @chirag2208 in #13208
Contributors
Also thanks to the following people for their contributions:
New Contributors
- @AnuragVasanwala made their first contribution in #13264
- @leprik made their first contribution in #13368
- @chirag2208 made their first contribution in #13208
Full Changelog: v1.32.0...v1.33.0-rc.1