Skip to content

Development#2766

Merged
vytisbulkevicius merged 49 commits intomasterfrom
development
Apr 1, 2026
Merged

Development#2766
vytisbulkevicius merged 49 commits intomasterfrom
development

Conversation

@abaicus
Copy link
Copy Markdown
Contributor

@abaicus abaicus commented Mar 25, 2026

  • Fixed saving of dynamic post content values
  • Fixed slow animation speed
  • Fixed a PHP undefined array key warning
  • Fixed accordion icon on large titles
  • Fixed over-sanitization of atomic-wind experimental blocks query
  • Improved theme color output by using CSS variables instead of hex codes
  • Enhanced security

@pirate-bot
Copy link
Copy Markdown
Contributor

pirate-bot commented Mar 25, 2026

Bundle Size Diff

Package Old Size New Size Diff
Animations 276.77 KB 276.77 KB 2 B (0.00%)
Blocks 1.55 MB 1.55 MB 826 B (0.05%)
CSS 105.9 KB 105.9 KB 0 B (0.00%)
Dashboard 204.08 KB 204.08 KB 0 B (0.00%)
Onboarding 165.94 KB 165.94 KB 0 B (0.00%)
Export Import 102.86 KB 102.86 KB 0 B (0.00%)
Pro 412.21 KB 412.55 KB 351 B (0.08%)

@pirate-bot
Copy link
Copy Markdown
Contributor

pirate-bot commented Mar 25, 2026

Plugin build for 3eb1649 is ready 🛎️!

@pirate-bot
Copy link
Copy Markdown
Contributor

pirate-bot commented Mar 25, 2026

E2E Tests

Playwright Test Status:

Performance Results serverResponse: {"q25":422.5,"q50":427.6,"q75":449.5,"cnt":10}, firstPaint: {"q25":363.1,"q50":431.75,"q75":449.5,"cnt":10}, domContentLoaded: {"q25":1564.8,"q50":1594.95,"q75":1619.6,"cnt":10}, loaded: {"q25":1565.2,"q50":1595.4,"q75":1620,"cnt":10}, firstContentfulPaint: {"q25":3300.2,"q50":3323.15,"q75":3387.1,"cnt":10}, firstBlock: {"q25":6824.4,"q50":6905.45,"q75":6964.6,"cnt":10}, type: {"q25":12.6,"q50":12.91,"q75":13.22,"cnt":10}, typeWithoutInspector: {"q25":11.06,"q50":11.59,"q75":12.21,"cnt":10}, typeWithTopToolbar: {"q25":16.45,"q50":18.76,"q75":19.93,"cnt":10}, typeContainer: {"q25":7.09,"q50":8.36,"q75":8.45,"cnt":10}, focus: {"q25":55.08,"q50":59.96,"q75":63.57,"cnt":10}, inserterOpen: {"q25":16.44,"q50":16.95,"q75":18.68,"cnt":10}, inserterSearch: {"q25":5.73,"q50":5.88,"q75":6.22,"cnt":10}, inserterHover: {"q25":2.58,"q50":3.02,"q75":3.29,"cnt":20}, loadPatterns: {"q25":1131.03,"q50":1163.72,"q75":1220.12,"cnt":10}, listViewOpen: {"q25":92.39,"q50":99,"q75":107.15,"cnt":10}

girishpanchal30 and others added 18 commits March 30, 2026 12:45
Fixed missing authorization in purchase verification
fix: save dynamic post content value
Fixed PHP undefined array key warning
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
…-icons, popup, and flip blocks

- circle-counter: Added useColorResolver hook and wrapped color attributes in edit.js and CircularProgressBar component; added color resolution in CSS for backgroundColor, progressColor, and titleColor
- countdown: Added color resolution in CSS for backgroundColor, borderColor, valueColor, labelColor, and separatorColor
- sharing-icons: Added color resolution in CSS for icon backgroundColor and textColor
- popup: Added useColorResolver hook and wrapped color attributes in edit.js; added color resolution in CSS for backgroundColor, closeColor, overlayColor, and borderColor
- flip: Added color resolution in CSS for borderColor, frontBackgroundColor, backBackgroundColor, titleColor, and descriptionColor

All changes follow the pattern of using useColorResolver() in edit.js and Base_CSS::resolve_color_value() in PHP CSS files to properly handle theme color slugs.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… icons, posts, review, progress-bar)

Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Copilot AI and others added 22 commits April 1, 2026 16:19
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
…functions

Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
Co-authored-by: selul <3330746+selul@users.noreply.github.com>
…er-blocks

Convert theme color slugs to CSS variables instead of resolving to hex
Fixed accordion icon on large title
@vytisbulkevicius vytisbulkevicius merged commit 2648f9b into master Apr 1, 2026
12 checks passed
@pirate-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 3.1.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pirate-bot pirate-bot added the released Indicate that an issue has been resolved and released in a particular version of the product. label Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Indicate that an issue has been resolved and released in a particular version of the product.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants