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 new file mode 100644 index 00000000000..49e4f854fc3 --- /dev/null +++ b/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/2023-01-08-new-in-banana-cake-pop-3.md @@ -0,0 +1,45 @@ +--- +path: "/blog/2023/01/08/new-in-banana-cake-pop-3" +date: "2023-01-04" +title: "New in Banana Cake Pop 3" +description: "Enterprise Single Sign-On (SSO), Progressive Web Application (PWA) Support, Team Workspaces, Express Middleware, and many more features." +tags: ["bananacakepop", "graphql", "ide", "cloud", "release"] +featuredImage: "new-in-banana-cake-pop-3.png" +author: Rafael Staib +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. + +## Enterprise Single Sign-On (SSO) + +We've added Enterprise Single Sign-On (SSO) to **Banana Cake Pop**, which lets companies bring their own identity service, so that their employees can use their company logins. Please reach out to us if you're interested. + +## Enterprise Services + +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. + +## 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. + +I'm Rafael Staib, and as soon as **Banana Cake Pop 4** is released, I'll be right here to tell you what's new in **Banana Cake Pop**! diff --git a/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/banana-cake-pop-pwa.png b/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/banana-cake-pop-pwa.png new file mode 100644 index 00000000000..89b03d10882 Binary files /dev/null and b/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/banana-cake-pop-pwa.png differ diff --git a/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/new-in-banana-cake-pop-3.png b/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/new-in-banana-cake-pop-3.png new file mode 100644 index 00000000000..40e93628cc8 Binary files /dev/null and b/website/src/blog/2023-01-08-new-in-banana-cake-pop-3/new-in-banana-cake-pop-3.png differ