diff --git a/website/docs/news.mdx b/website/docs/news.mdx index 1516f02d..0192c5ff 100644 --- a/website/docs/news.mdx +++ b/website/docs/news.mdx @@ -8,6 +8,21 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} +## Introducing ConfigCat Playground:
Test Feature Flags Easily in a safe environment + +#### Sept 26, 2024 + +We've just released the ConfigCat Playground, a simulator that provides a safe virtual environment where you can try out everything ConfigCat has to offer. + +This new feature gives you virtual devices and a virtual app that can be connected to your ConfigCat feature flags. This lets you test feature flags and targeting rules without needing to connect any real applications. + +Please do not use the Playground with feature flags already connected to live applications. We highly recommend using feature flags from non-production environments when experimenting in the Playground. + +To get started, simply click on the "Test in Playground" option in the ... menu of any boolean feature flag inside your ConfigCat Dashboard. + +ConfigCat Playground +Test in Playground option in the ... menu + ## New ConfigCat OpenFeature providers #### Sept 6, 2024 diff --git a/website/static/assets/news/playground-context-menu.png b/website/static/assets/news/playground-context-menu.png new file mode 100644 index 00000000..0d1af4fe Binary files /dev/null and b/website/static/assets/news/playground-context-menu.png differ diff --git a/website/static/assets/news/playground.png b/website/static/assets/news/playground.png new file mode 100644 index 00000000..f2e2af2c Binary files /dev/null and b/website/static/assets/news/playground.png differ diff --git a/website/versioned_docs/version-V1/news.mdx b/website/versioned_docs/version-V1/news.mdx index 2571f31d..0614fbf4 100644 --- a/website/versioned_docs/version-V1/news.mdx +++ b/website/versioned_docs/version-V1/news.mdx @@ -8,6 +8,22 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} + +## Introducing ConfigCat Playground:
Test Feature Flags Easily in a safe environment + +#### Sept 26, 2024 + +We've just released the ConfigCat Playground, a simulator that provides a safe virtual environment where you can try out everything ConfigCat has to offer. + +This new feature gives you virtual devices and a virtual app that can be connected to your ConfigCat feature flags. This lets you test feature flags and targeting rules without needing to connect any real applications. + +Please do not use the Playground with feature flags already connected to live applications. We highly recommend using feature flags from non-production environments when experimenting in the Playground. + +To get started, simply click on the "Test in Playground" option in the ... menu of any boolean feature flag inside your ConfigCat Dashboard. + +ConfigCat Playground +Test in Playground option in the ... menu + ## New ConfigCat OpenFeature providers #### Sept 6, 2024 @@ -46,7 +62,7 @@ From now on, you can manage your Integrations through the ConfigCat Public Manag We just released a new official ConfigCat SDK supporting Unreal Engine applications. - +ConfigCat SDK for Unreal Engine [See Documentation](./sdk-reference/unreal.mdx)