Skip to content

Releases: Atinux/content-wind

v0.4.1

05 Jan 10:10
Compare
Choose a tag to compare
  • chore: update to last config-schema version (3707f92)
  • docs: update badges (93075bf)
  • chore: upgrade deps (2131c5f)

v0.4.0

16 Dec 11:01
Compare
Choose a tag to compare

Major update

I removed the List and Alert component to instead migrate to Nuxt Elements that has more components to use directly 🚀

Also upgraded to Content v2.3 and added @nuxt/eslint-config

v0.3.7

06 Dec 14:23
Compare
Choose a tag to compare
  • chore: update studio module (0fc1c25)

v0.3.6

05 Dec 13:44
Compare
Choose a tag to compare

v0.3.5

01 Dec 22:40
Compare
Choose a tag to compare
  • chore: move to config-schema and release-it (5e03079)
  • chore: upgrade typography (cb56e75)

v0.3.0

22 Nov 13:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.3.0

v0.2.7

03 Nov 10:19
Compare
Choose a tag to compare

Update default cover

By default, the cover will be /cover.jpg. (Inside public/cover.jpg).

You can now update it using the app.config.ts:

defineAppConfig({
  cover: '/my-cover.png'
})

Show Content Wind Version

CleanShot 2022-11-03 at 11 19 22

Also, the dependencies has been upgraded ✨

v0.1.0

07 Oct 21:02
Compare
Choose a tag to compare

Content Wind is ready ✨

Full Changelog: v0.0.8...v0.1.0

v0.0.7

07 Oct 14:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

07 Oct 12:56
Compare
Choose a tag to compare

Content Wind is now a Nuxt theme ✨

It is no longer a GitHub template in order to power the extends feature of Nuxt 3.

This means that you can get updates from content-wind as a normal NPM package with the possibility to extend each part of it by creating the same file in your project as on https://github.com/Atinux/content-wind/tree/main/theme 🚀

Take a look at the online playground.

Or start locally with:

npx nuxi@latest init -t themes/content-wind my-website