Skip to content

Releases: richardeschloss/nuxt-stories

v3.0.17 -- Stable Release

03 Dec 02:58
Compare
Choose a tag to compare

v3.0.17 -- Stable Release for Nuxt3

2.0.14 - Stable Major Release

04 Mar 18:43
9783883
Compare
Choose a tag to compare

See the CHANGELOG.md for detailed information.

2.0.9 - Stable Major Release

18 Sep 20:09
dd5f15e
Compare
Choose a tag to compare
  • Updated dependencies
  • Bug fixes
  • Changed how stories are fetched and saved
  • Added CRUD operations for markdown-based stories

2.0.3 - Stable Major Release

26 Jul 04:24
1fb578e
Compare
Choose a tag to compare

Includes major UI changes. See the changelog

1.0.1 - Stable release (per npm)

20 Nov 07:03
0a94792
Compare
Choose a tag to compare
  • Bumped major version to mark as stable.
  • Test coverage reached 100%

v0.0.10 - Stable release with toggleable nav

07 Nov 07:10
c7e3d0d
Compare
Choose a tag to compare
  • Now has toggleable navbars
  • Wired up some module options to the plugin option (to avoid hard coding strings in the front end).
  • Also remembered to add the plugin to the package.json (that was accidentally left out of the [email protected] fixed in v0.0.10)

v0.0.8 - Stable release for desktop

02 Nov 00:58
1536f9c
Compare
Choose a tag to compare
  • Auto-generates sample stories in the "[srcDir]/.stories" folder to help you get started ASAP
  • Update the ".stories" folder to update your stories just like you would update pages in the "pages" folder. It will auto-populate the sidebar 2 levels deep with those stories.
  • Still is quite tiny
  • Uses bootstrap themes to help with responsive layouts. Currently set up for desktop. Mobile-friendly aspects planned for future.
  • Stories routes will only be enabled development, not in production, unless "forceBuild" is set to true.
  • "storiesDir" and "storiesAnchor" are other options that provide flexibility
  • "stories/index.vue" can always be updated to your liking. Future updates to this package won't overwrite your changes :)