Skip to content

v1.3.27

Latest

Choose a tag to compare

@NovoutNovout released this 04 Nov 01:54
· 2 commits to main since this release

This version is a preparation for a new major version of betterwrite.io (v2). Look at the plan to understand what can be implemented in the new version.

The following are the changes already in production in version v1.3.27:

  • The entire structure has been rebuilt, separating general-purpose packages in the root from production packages, transforming the 9.6 KiB of the PWA bundle into 7,604 KiB.

  • The better-write-auth package has been removed as it allows for a change to a new account type and paid versions.

  • Node 18.x to Node 22.x respecting the new Vercel standard, already preparing support for Node 24.x.

  • Respecting Vue hydration in the new version of @vitejs/vue-plugin.

  • Major update in @sentry/vue and remove @vueuse/head to switch to @unhead/vue

  • CI added for testing, preparing support for Nightwatch v3.

Commits

  • 🚧 chore: update generi - [9929a27e]
  • 🗿 ci: use local pnpm version - [417d92fe]
  • 🗿 ci: test.yml - [cf3a9776]
  • 🚩 refactor!: rewrite structure - [e4b9422f]
  • 🚧 chore(html): author name - [02b15f00]
  • 📐 build(vite): hydration in vue-prod esm - [0249178c]
  • 🚩 refactor: update deprecated packages for resolve node24 types - [09914786]