Skip to content

Releases: sidebase/create-sidebase

0.6.1

21 Jun 13:36
8de6fdb
Compare
Choose a tag to compare

Overview

This release patches a number of bugs that occurred due to the upgrade of Nuxt to version 3.12, which happened automatically in the background. To avoid this in the future, we archive previous versions of the Nuxt starter template here, from which each version of create-sidebase can pull the base template!

Updates

  • NEW: Added Nuxt I18n (Internationalization) module
  • NEW: Added DroneCI Pipeline
  • UPGRADE: Nuxt to v3.12.1
  • UPGRADE: Prisma to v5.15.1
  • UPGRADE: NuxtAuth to v0.7.2

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

18 Apr 14:02
Compare
Choose a tag to compare

Summary

This release, changes the base template that is used to generate sidebase projects from our own internal Nuxt 3 starter to the offical template provided by the Nuxt team. This will ensure that all projects generated with create-sidebase will always use the newest versions recommended by the Nuxt team!

In addition to this, we have now also migrated to the flat ESLint config by antfu and included the rust based linter oxlint.

What's Changed

  • chore: Use Nuxt3 offical starter instead of sidebase/merino by @zoey-kaiser in #36

Full Changelog: 0.5.0...0.6.0

0.5.0

09 Jan 08:21
80ef34c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.5.0

0.4.3

18 Oct 13:13
5999c51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

08 Mar 16:16
1ecef9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

06 Mar 16:36
2f60f0a
Compare
Choose a tag to compare

This release:

  • fixes the ci when a non-npm package manager is used (thanks @mahdiboomeri ❤️ ❤️)
  • bumps:
    • prisma to 4.11,
    • nuxt-auth to 0.4.2
    • trpc to 10.12.0
      • trpc nuxt to 0.7.0
    • nuxtjs/tailwind to 6.4.0
    • naive-ui-nuxt module to 0.7.1

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

06 Mar 16:24
0e6d684
Compare
Choose a tag to compare

Bump dependencies:

  • nuxt to 3.2
  • nuxt-auth to 0.4.1
  • trpc to 10.10.0
  • trpc-nuxt to 0.6.0
  • zod to 3.20.6
  • naive-ui-nuxt to 0.6.0

What's Changed

Full Changelog: 0.3.4...0.4.0

0.3.4

09 Feb 12:35
4465903
Compare
Choose a tag to compare

create-sidebase is a CLI to setup typesafe Nuxt 3 projects with Prisma, Authentication, tRPC and more. To use it, run:

npm create sidebase@latest

Today we bring you a new starting page:
Screenshot 2023-02-09 at 12 54 53

We will also show this off in the Prisma Release stream later today: https://www.youtube.com/watch?v=bLC7sS-9x20

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

09 Feb 11:59
57ee84b
Compare
Choose a tag to compare

create-sidebase is a CLI to setup typesafe, productive Nuxt 3 projects. To use it, run:

npm create sidebase@latest

What's Changed

This release focuses on docs and improved debugging:

Full Changelog: 0.3.2...0.3.3

0.3.2

11 Jan 10:00
Compare
Choose a tag to compare

create-sidebase is a CLI to setup typesafe, productive Nuxt 3 projects. To use it, run:

npm create sidebase@latest

What's Changed

In 0.3.2 we bring some quality-of-life improvements:

  • switch from nuxt-prisma to a direct integration that vastly improves type support, DX and works well with pnpm 🎊
  • all generated files are now ensured to pass 100% of style and type-checks - this wasn't the case for some raw templates before
    • this is now also enforced via CI
  • bump to nuxt-auth@0.3.3, read here: https://github.com/sidebase/nuxt-auth/releases/tag/0.3.3

Note: We had one small in-between release 0.3.1 in-between that we now made part of this one and skipped its tag.

All changes

  • feat: switch from prisma layer to "direct" prisma integration by @BracketJohn in #5
  • feat: more smoke tests: just starting by @BracketJohn in #4
  • feat: bump nuxt-auth to 0.3.3 by @BracketJohn in #3
  • feat: longer log padding and small refactor by @BracketJohn in #7
  • fix: properly indent template, proper use of single-quotes and no trailing commas from the get-go by @BracketJohn in #8
  • Release 0.3.1 by @BracketJohn in #9
  • feat: also check style & types in CI pipeline, fix template-formatting for everything that came malformatted by @BracketJohn in #10

Full Changelog: 0.3.0...0.3.2