From b291d7e5bcee2916c04658e3f5b3a2d64370aa4a Mon Sep 17 00:00:00 2001 From: Pascal Senn Date: Sun, 8 Jan 2023 17:54:34 +0100 Subject: [PATCH] Reorder Blog Post --- .../2023-01-08-new-in-banana-cake-pop-3.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/2023-01-08-new-in-banana-cake-pop-3.md b/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/2023-01-08-new-in-banana-cake-pop-3.md index 49e4f854fc3..a8a6764fd22 100644 --- a/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/2023-01-08-new-in-banana-cake-pop-3.md +++ b/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/2023-01-08-new-in-banana-cake-pop-3.md @@ -10,7 +10,15 @@ authorUrl: https://github.com/rstaib authorImageUrl: https://avatars0.githubusercontent.com/u/4325318?s=100&v=4 --- -Version 3 comes with a couple of neat features, e.g., Enterprise SSO, PWA Support, Team Workspaces, NodeJS Express Middleware, and more. If you would like to download **Banana Cake Pop 3**, go to [bananacakepop.com](https://bananacakepop.com). Now let’s see what’s new in detail. +Version 3 comes with a couple of neat features, e.g. Team Workspaces, Enterprise SSO, PWA Support, NodeJS Express Middleware, and more. If you would like to download **Banana Cake Pop 3**, go to [bananacakepop.com](https://bananacakepop.com). Now let’s see what’s new in detail. + +## Team Workspaces + +In **Banana Cake Pop 1**, we've introduced _Personal Workspaces_ for individuals to keep documents safe across devices. _Personal Workspaces_ is a free tier feature and will stay forever free. However, this time we are introducing a new feature called _Team Workspaces_. _Team Workspaces_, as the name implies, allow teams to work together and share documents. To create _Team Workspaces_ an _Organization_ is required and can be created by anyone. _Organization_ is in preview and becomes a paid feature when the preview phase ends. We'll inform you as soon as the preview phase ends so that you can decide whether to use it. + +## Javascript Middleware + +We launched our first NodeJS middleware on [NPM](https://www.npmjs.com/package/@chillicream/bananacakepop-express-middleware). Check out our [recipes](https://www.npmjs.com/package/@chillicream/bananacakepop-express-middleware#recipes) for [graphql-http](https://www.npmjs.com/package/graphql-http), [graphql-yoga](https://www.npmjs.com/package/graphql-yoga), and [express-graphql](https://www.npmjs.com/package/express-graphql)! ## Enterprise Single Sign-On (SSO) @@ -20,24 +28,16 @@ We've added Enterprise Single Sign-On (SSO) to **Banana Cake Pop**, which lets c For companies, we’re introducing **Banana Cake Pop** enterprise services, which can be deployed under their own Azure subscription. This gives companies control over their own data. Please reach out to us if you're interested. +## Insider Web Version + +We brought the _Insider_ version to the web. Check it out here: [insider.bananacakepop.com](https://insider.bananacakepop.com). + ## Progressive Web App (PWA) With version 3, **Banana Cake Pop** meets the PWA requirements, which allows the web version to be installed as an application. In Chrome on macOS, it looks like this. ![Banana Cake Pop PWA](banana-cake-pop-pwa.png) -## Team Workspaces - -In **Banana Cake Pop 1**, we've introduced _Personal Workspaces_ for individuals to keep documents safe across devices. _Personal Workspaces_ is a free tier feature and will stay forever free. However, this time we are introducing a new feature called _Team Workspaces_. _Team Workspaces_, as the name implies, allow teams to work together and share documents. To create _Team Workspaces_ an _Organization_ is required and can be created by anyone. _Organization_ is in preview and becomes a paid feature when the preview phase ends. We'll inform you as soon as the preview phase ends so that you can decide whether to use it. - -## Express Middleware - -We launched our first NodeJS middleware on [NPM](https://www.npmjs.com/package/@chillicream/bananacakepop-express-middleware). Check out our [recipes](https://www.npmjs.com/package/@chillicream/bananacakepop-express-middleware#recipes) for [graphql-http](https://www.npmjs.com/package/graphql-http), [graphql-yoga](https://www.npmjs.com/package/graphql-yoga), and [express](https://www.npmjs.com/package/express)! - -## Insider Web Version - -We brought the _Insider_ version to the web. Check it out here: [insider.bananacakepop.com](https://insider.bananacakepop.com). - ## Subscribe To stay up to date, subscribe to our [ChilliCream YouTube Channel](https://www.youtube.com/c/ChilliCream) to get notified whenever we publish new videos.