Releases: notum-cz/strapi-next-monorepo-starter
Releases · notum-cz/strapi-next-monorepo-starter
v3.1.1
v3.1.0
What's Changed
- feat: unify typography to one component by @liborriha-notum in #210
- feat: add alternates, robots and cleanup seo component by @liborriha-notum in #209
- feat: add styles to ck editor and fix default styling visibility by @liborriha-notum in #211
- feat: introduce app link with page relations by @liborriha-notum in #212
- fix: typography for blog by @liborriha-notum in #219
- feat: updates to locales and confix sync by @liborriha-notum in #222
- fix: fixes an error when called on environemnts without nvm by @jsimck in #221
- chore: agents.md and docs to better support coding agents by @jsimck in #216
- feat(tests): update all test types with the updated code by @mCesnarik in #220
- fix: image rendering and ck editor by @liborriha-notum in #230
- Feat: TipTap editor integration by @tocosastalo in #224
- feat: add components list by @liborriha-notum in #233
- chore: extend github workflows by @tocosastalo in #226
- test: integrate Vitest for testing in Strapi and ui applications by @tocosastalo in #228
- style: new stricter eslint config by @jsimck in #235
- chore: add health check endpoints by @tocosastalo in #232
- feat: update populate for better performance by @liborriha-notum in #234
- feat: pages for dynamic and static rendering and proxies by @tocosastalo in #238
- feat: generate BreadcrumbList schema by @tocosastalo in #239
New Contributors
- @liborriha-notum made their first contribution in #210
- @jsimck made their first contribution in #221
Full Changelog: v3.0.0...v3.1.0
🎉 v3.0.0 - First Official Release
We're excited to announce v3.0.0, the first officially versioned release of the Strapi Next Monorepo Starter!
📢 A Note to Our Community
We apologize for not having proper versioning in place from the beginning. We recognize how important semantic versioning and clear release notes are for managing dependencies and planning upgrades. Starting today, we're committing to proper semantic versioning with every future release.
✨ What's New in v3
This is a major release that includes:
- pnpm – Migration from
yarntopnpmworkspaces (breaking change) - Next.js v16 – Updated the
uiapp to Next.js v16, upgradednext-intlto v4 and refreshed other dependencies - Improved TypeScript support – Introduced the
@repo/strapi-typespackage with isolated Strapi API type definitions - QA workflow – Added
qa.ymlto run Playwright E2E and Axe accessibility tests in GitHub Actions - Static build improvements – Added debug logs for
generateStaticParamsand the build process - Dockerfiles – Updated Dockerfiles based on the latest Turborepo recommendations
- Environment variables – Added helper read functions and support for a “build once, deploy many times” approach
- Optimized Heroku buildpacks – Added support for Turbo Prune for Monorepo and Next.js Standalone Slim
What's Changed
- chore(deps): upgrade next intl to v4 by @novaakpatrik in #162
- chore(deps): bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #164
- feat(tests): adding Playwright template including E2E and AXE tests by @mCesnarik in #108
- chore(deps): bump ckeditor5 from 45.2.1 to 45.2.2 by @dependabot[bot] in #130
- feat: separate strapi types to workspace package by @tocosastalo in #166
- chore(deps): bump preact from 10.26.5 to 10.28.2 by @dependabot[bot] in #168
- chore(ui): remove plaiceholder library by @tocosastalo in #167
- feat: improve build processes by @tocosastalo in #176
- feat: upgrade next to v16 by @novaakpatrik in #163
- ci(github-action): fix playwright browsers installation by @tocosastalo in #193
- ci(dependabot): update configuration to allow security updates only by @tocosastalo in #194
- Feat/static build improvements by @dominik-juriga in #195
- chore(better-auth): next-auth migration to better-auth by @Svatex in #172
- chore: update deps and shadcn components by @tocosastalo in #198
- feat(ui): merge CSR and SSR CK renderes into one component by @tocosastalo in #199
- chore(strapi): dump initial data by @tocosastalo in #200
- chore(tests): remove performance tests mention from README by @mCesnarik in #201
Full Changelog: https://github.com/notum-cz/strapi-next-monorepo-starter/commits/v3.0.0