Releases: richardeschloss/nuxt-stories
Releases · richardeschloss/nuxt-stories
v3.0.17 -- Stable Release
v3.0.17 -- Stable Release for Nuxt3
2.0.14 - Stable Major Release
See the CHANGELOG.md for detailed information.
2.0.9 - Stable Major Release
- Updated dependencies
- Bug fixes
- Changed how stories are fetched and saved
- Added CRUD operations for markdown-based stories
2.0.3 - Stable Major Release
Includes major UI changes. See the changelog
1.0.1 - Stable release (per npm)
- Bumped major version to mark as stable.
- Test coverage reached 100%
v0.0.10 - Stable release with toggleable nav
- 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
- 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 :)