From 643bb5104681876ecfc6632562a4e04ee828c373 Mon Sep 17 00:00:00 2001 From: JackDevAU Date: Wed, 28 Aug 2024 13:58:07 +1000 Subject: [PATCH 1/4] add:blog - Version 2.0 --- content/blog/version-2.mdx | 74 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 content/blog/version-2.mdx diff --git a/content/blog/version-2.mdx b/content/blog/version-2.mdx new file mode 100644 index 000000000..7fab89901 --- /dev/null +++ b/content/blog/version-2.mdx @@ -0,0 +1,74 @@ +--- +title: Announcing TinaCMS Version 2.0 +date: '2024-08-27T07:00:00.000Z' +last_edited: '2024-08-27T07:00:00.000Z' +author: Jack Pettit +draft: false +--- + +### Announcing TinaCMS Version 2.0: A New Era of Content Management + +We are thrilled to announce the launch of TinaCMS Version 2.0! This major update marks a significant milestone in our journey, bringing powerful new features and enhancements. But that's not all—TinaCMS has been making waves in the tech community, and we're excited to share some of our recent achievements and events. + + +#### TinaCMS Joined the SSW Family + +We were very proud to announce that TinaCMS had officially become part of the SSW family. Acquired by SSW, an Australian software development company and long-time Tina customer, this acquisition marked a new chapter for TinaCMS. This partnership will allow us to further enhance our platform and continue delivering top-notch solutions to our community. Rest assured, there will be no disruptions to our service, and our commitment to innovation remains stronger than ever. + + +#### TinaCMS in the Spotlight: Recent Events and Sponsorships + +TinaCMS has been actively engaging with the global developer community, showcasing our latest advancements at key industry events: + +- **Copenhagen Developers Festival (August 26-30, 2024)**: TinaCMS is sponsoring this exciting event in Denmark, where we’ll be presenting our latest features, including a sneak peek at TinaCMS Version 2.0+ +- **NDC Oslo Conference (June 11-15, 2024)**: We proudly sponsored NDC Oslo, one of the world’s most prestigious software development conferences +- **/serverless/DAYS ANZ (May 17, 2024)**: TinaCMS took part in this leading conference in Australia & New Zealand, focused on fostering a community around serverless technology +- **/NEW Conference (May 16, 2024)**: As a sponsor of the #1 tech conference in Newcastle, NSW, Australia, we connected with developers and tech enthusiasts from around the globe + + +#### Key Features and Updates: + +- **Enhancements to the Media Manager** + - **Infinite Scroll in Media Manager**: Finding your media files is now easier than ever with infinite scroll in the Media Manager. Quickly browse through your entire library without interruptions + - **Cloudinary Support**: The default media upload types now include support for Cloudinary files, allowing you to upload videos and other media directly through the Media Manager + - **Mobile Resolution Support**: TinaCMS now fully supports various screen sizes and mobile devices, providing a seamless editing experience on iOS and Android + +- **Upgraded Content Creation Tools** + - **Platejs Update**: We've integrated the latest version of Platejs (v36) into TinaCMS, offering an improved rich text editing experience. We're looking to add a bunch of exciting new features leveraging the latest version of Plate. + - **New Toolbar Override Option for Rich Text Fields**: Gain greater control over your editor with the new `toolbarOverride` option, allowing you to customize your toolbar configurations to suit your needs + - **File Path Display in Collection Items**: Easily locate files with the new file path display, simplifying content management and organization + +- **Updated Framework and Compatibility** + - **React 18 Update**: TinaCMS now runs on React 18.3.1, bringing you the latest enhancements and performance improvements from React + - **Next.js Version 14**: We’ve upgraded TinaCMS packages to use Next.js version 14, ensuring compatibility with modern development standards + - **pnpm Support for `create-tina-app`**: We added more flexibility and choice with the newly added support for pnpm as an option when creating a Tina app + + +#### Looking Ahead: What’s Next for TinaCMS + +As we celebrate the release of TinaCMS 2.0, we’re already looking ahead to the future with exciting developments on our roadmap. Here are some key highlights of what’s coming soon: + +- **More Improvements for the Media Management UX**: We’re continuously working to enhance your media management experience. Upcoming improvements include image search functionality, support for additional media types, and overall better usability + +- **AI Tooling**: We’re in the process of integrating AI-powered tools into the content creation workflow. These tools will help streamline your editing process, offering intelligent suggestions and automations to improve efficiency + +- **Docs Template**: Recognizing Tina’s strong synergy with documentation sites, we’re building a best-of-breed Tina + Docs starter template. This will make it easier than ever to set up and manage documentation with TinaCMS + +- **Improved PR Workflow**: Enhancements are on the way to improve Tina’s editorial workflow, allowing you to merge Pull Requests directly from within the CMS UI. This will simplify the process of reviewing and approving content changes + +In addition to these features, we’re also focusing on the following: + +- **TinaCloud - Improve UI/UX**: Ongoing efforts are being made to refine the user interface and user experience within TinaCloud, making it more responsive and user-friendly + +- **TinaCloud - Billing UX**: We’re improving the billing user experience in TinaCloud, making it easier to manage subscriptions and billing details + + +### Explore More on Our “What’s New” Page! + +Discover the full list of updates, including minor changes and patch updates, on our newly launched [“What’s New” page](/whats-new/tinacms/). Dive deeper into the latest features and see how TinaCMS Version 2.0+ can enhance your workflow. + +Thank you for being a part of our journey. We’re excited for you to experience all that TinaCMS has to offer, and we look forward to continuing to innovate together. + +**Happy editing!** + +— The TinaCMS Team \ No newline at end of file From 977895a61559956462be27efaec76ac9f189b24e Mon Sep 17 00:00:00 2001 From: JackDevAU Date: Wed, 28 Aug 2024 14:35:14 +1000 Subject: [PATCH 2/4] rename platejs to plate --- content/blog/version-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/version-2.mdx b/content/blog/version-2.mdx index 7fab89901..11cd3fa03 100644 --- a/content/blog/version-2.mdx +++ b/content/blog/version-2.mdx @@ -34,7 +34,7 @@ TinaCMS has been actively engaging with the global developer community, showcasi - **Mobile Resolution Support**: TinaCMS now fully supports various screen sizes and mobile devices, providing a seamless editing experience on iOS and Android - **Upgraded Content Creation Tools** - - **Platejs Update**: We've integrated the latest version of Platejs (v36) into TinaCMS, offering an improved rich text editing experience. We're looking to add a bunch of exciting new features leveraging the latest version of Plate. + - **Plate Update**: We've integrated the latest version of Plate (v36) into TinaCMS, offering an improved rich text editing experience. We're looking to add a bunch of exciting new features leveraging the latest version of Plate. - **New Toolbar Override Option for Rich Text Fields**: Gain greater control over your editor with the new `toolbarOverride` option, allowing you to customize your toolbar configurations to suit your needs - **File Path Display in Collection Items**: Easily locate files with the new file path display, simplifying content management and organization From aac139abc7465bd1830fc46e56f9473c6290d83e Mon Sep 17 00:00:00 2001 From: JackDevAU Date: Wed, 28 Aug 2024 14:36:21 +1000 Subject: [PATCH 3/4] update date --- content/blog/version-2.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/version-2.mdx b/content/blog/version-2.mdx index 11cd3fa03..6458a8658 100644 --- a/content/blog/version-2.mdx +++ b/content/blog/version-2.mdx @@ -1,7 +1,7 @@ --- title: Announcing TinaCMS Version 2.0 -date: '2024-08-27T07:00:00.000Z' -last_edited: '2024-08-27T07:00:00.000Z' +date: '2024-07-20T14:00:00.000Z' +last_edited: '2024-07-24T14:00:00.000Z' author: Jack Pettit draft: false --- From dcf8a00dfa1e6032267098600d1017e01cc05e5f Mon Sep 17 00:00:00 2001 From: "Jack Pettit [SSW]" <57518417+JackDevAU@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:42:31 +1000 Subject: [PATCH 4/4] Update content/blog/version-2.mdx Co-authored-by: Brady Stroud [SSW] --- content/blog/version-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/version-2.mdx b/content/blog/version-2.mdx index 6458a8658..645f7d305 100644 --- a/content/blog/version-2.mdx +++ b/content/blog/version-2.mdx @@ -13,7 +13,7 @@ We are thrilled to announce the launch of TinaCMS Version 2.0! This major update #### TinaCMS Joined the SSW Family -We were very proud to announce that TinaCMS had officially become part of the SSW family. Acquired by SSW, an Australian software development company and long-time Tina customer, this acquisition marked a new chapter for TinaCMS. This partnership will allow us to further enhance our platform and continue delivering top-notch solutions to our community. Rest assured, there will be no disruptions to our service, and our commitment to innovation remains stronger than ever. +We were very proud to announce that TinaCMS had officially become part of the SSW family. Acquired by SSW, an Australian software consultancy and long-time Tina customer, this acquisition marked a new chapter for TinaCMS. This partnership will allow us to further enhance our platform and continue delivering top-notch solutions to our community. Rest assured, there will be no disruptions to our service, and our commitment to innovation remains stronger than ever. #### TinaCMS in the Spotlight: Recent Events and Sponsorships