From 7d4f72eed6f0dd315bb192b8c9a27ad5fe5db37b Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Sun, 2 Aug 2026 15:28:07 +0000 Subject: [PATCH] chore: add announcements for 6.5.0 --- .../6.5.0/announcements/slack.md | 19 +++++++++++++++++ .../6.5.0/announcements/social.md | 14 +++++++++++++ .../6.5.0/announcements/tweets.md | 21 +++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 docs/release-notes/6.5.0/announcements/slack.md create mode 100644 docs/release-notes/6.5.0/announcements/social.md create mode 100644 docs/release-notes/6.5.0/announcements/tweets.md diff --git a/docs/release-notes/6.5.0/announcements/slack.md b/docs/release-notes/6.5.0/announcements/slack.md new file mode 100644 index 000000000..600458dfd --- /dev/null +++ b/docs/release-notes/6.5.0/announcements/slack.md @@ -0,0 +1,19 @@ +Hello @channel! :wave: + +Webiny 6.5.0 is out! :rocket: + +This is a big one! AI is now woven throughout the platform โ€” you can generate CMS entry content with AI, translate pages automatically, and even attach documents to prompts for context-aware generation. The new live preview SDK lets your Next.js frontend update in real-time as editors make changes, no refresh needed. + +We've also redesigned the content model editor with a cleaner look and smoother interactions, introduced a brand new asset field type with built-in image editing and crop controls, and shipped A/B testing for Website Builder pages so you can experiment with variants and traffic splits right from the Admin UI. + +On the developer side, we've rebuilt the GraphQL Playground from scratch with a proper schema explorer and query history, unified the frontend SDK into a single entry point, and upgraded to TypeScript 7. Check out the changelog to learn more. + +โ€” + +As usual, the release notes can be found on the following links:point_down::skin-tone-2:: +Changelog: https://www.webiny.com/docs/release-notes/6.5.0/changelog +How To Upgrade: https://www.webiny.com/docs/release-notes/6.5.0/upgrade-guide + +โ€” + +Lots of exciting stuff in this release โ€” can't wait to see what you build with it! :tada: diff --git a/docs/release-notes/6.5.0/announcements/social.md b/docs/release-notes/6.5.0/announcements/social.md new file mode 100644 index 000000000..2f0535ec8 --- /dev/null +++ b/docs/release-notes/6.5.0/announcements/social.md @@ -0,0 +1,14 @@ +Webiny 6.5.0 is here ๐Ÿš€ + +Highlights: +โ†’ AI-Powered Content Generation โ€” generate CMS entry content from a prompt, with fields populated in real time via WebSocket +โ†’ A/B Testing for Pages โ€” create full-page variants, set traffic splits, and activate experiments directly from the Admin UI +โ†’ Live Preview SDK for Next.js โ€” see entry changes instantly in your frontend without page refresh or republish +โ†’ New Asset Field Type โ€” first-class image and file handling with built-in crop, focal point, and per-entry transforms +โ†’ Redesigned Content Model Editor โ€” cleaner fields sidebar, improved drag-and-drop, and settings in a drawer instead of overlay +โ†’ Unified Frontend SDK โ€” single entry point for CMS, Website Builder, languages, and file manager with result-based error handling + +As always, full details in the release notes ๐Ÿ‘‡ + +Changelog: https://www.webiny.com/docs/release-notes/6.5.0/changelog +Upgrade guide: https://www.webiny.com/docs/release-notes/6.5.0/upgrade-guide diff --git a/docs/release-notes/6.5.0/announcements/tweets.md b/docs/release-notes/6.5.0/announcements/tweets.md new file mode 100644 index 000000000..b9a79a22f --- /dev/null +++ b/docs/release-notes/6.5.0/announcements/tweets.md @@ -0,0 +1,21 @@ +Webiny just shipped AI-powered content generation directly in the CMS entry editor. Describe what you want, and the generated content populates your fields in real time via WebSocket โ€” including nested objects, dynamic zones, and rich text with proper Lexical state. + +https://www.webiny.com/docs/release-notes/6.5.0/changelog + +--- + +A/B testing is now built into Website Builder. Create experiments with full-page variants, set traffic splits, and activate or pause instantly. The SDK handles visitor assignment deterministically โ€” same visitor always sees the same variant, no assignment data stored. ๐Ÿงช + +https://www.webiny.com/docs/release-notes/6.5.0/changelog + +--- + +Ever wanted to translate an entire page with one click? The new AI-powered page translation handles title, snippet, and all text content automatically. For Latin-script languages, it even translates the URL slug. + +https://www.webiny.com/docs/release-notes/6.5.0/changelog + +--- + +Live preview for headless CMS is here. When editors make changes in the admin, those changes appear instantly in your Next.js frontend โ€” no page refresh, no republish. Dynamic zones support drag-and-drop reordering directly in the preview pane. + +https://www.webiny.com/docs/release-notes/6.5.0/changelog