Skip to content

Releases: histoire-dev/histoire

v0.17.7

30 Nov 11:39
Compare
Choose a tag to compare

🩹 Fixes

  • Nuxt vue vite plugin registration fail (#590, #643)

❤️ Contributors

v0.17.6

25 Nov 14:22
Compare
Choose a tag to compare

🩹 Fixes

  • Fix findUp for Windows (#640)
  • Update pathe dependencies everywhere (#641)

🏡 Chore

🤖 CI

  • Update node and pnpm (c3d891d)
  • Fix type errors (#642)

❤️ Contributors

v0.17.5

13 Nov 16:54
Compare
Choose a tag to compare

🩹 Fixes

  • nuxt: Support multiple app presets (#627)
  • nuxt: Disable typescript typeCheck (#632, #633)
  • dev: Remove dependency on resolve order for linking in markdown … (#599)
  • hmr: Make HMR work with Nuxt (#631)
  • Fix Vue warning 'Non-function value encountered' (#615)

📖 Documentation

  • github: Add a link to Nuxt Stackblitz to bug report template (#471, #619)
  • Add visual regression testing section to the examples (#621)

🌊 Types

  • Fix keyboardShortcut param (#628)
  • Add type inference for Story and Variant slots items (#622, #623)

🏡 Chore

❤️ Contributors

v0.17.4

25 Oct 14:38
Compare
Choose a tag to compare

🚀 Enhancements

  • config: Enable specifying path for histoire config file (#612)
  • Story stat counter (#613)

🩹 Fixes

  • HstColorSelect wrong name, fix #595 (#595)
  • nuxt: Disable nuxt app manifest (#602)
  • nuxt: Update nuxt version and disable devtools (#611)
  • Force display none for HstRadio (#537, #607)

📖 Documentation

  • Fixed file extenssion in docs (#618)

🏡 Chore

  • nuxt: Temporarily move to @ts-ignore (#609)

✅ Tests

🤖 CI

  • Disable cypress video recording (c060854)
  • Don't try to upload videos artifacts (b3831db)
  • Test sequentially for vite ecosystem ci (dabdc35)

❤️ Contributors

v0.17.3

24 Sep 23:06
Compare
Choose a tag to compare

🩹 Fixes

  • nuxt: Don't externalize .nuxt folder (3ba02bf)

❤️ Contributors

v0.17.2

24 Sep 21:49
Compare
Choose a tag to compare

🩹 Fixes

  • Update vite-node version to fix __vite_ssr_import_meta__ error (#588)
  • nuxt: UseNuxtApp error (d8bb144)

✅ Tests

🤖 CI

❤️ Contributors

v0.17.1

23 Aug 07:18
Compare
Choose a tag to compare

🩹 Fixes

  • vue: Reverse wrapper order to that wrapper added first is outside and added last is inside (70415b4)

🏡 Chore

  • Example Color Selector being in Svelte 3 not Svelte 4 (fix: #583) (#584, #583)

❤️ Contributors

  • Guillaume Chau (@Akryum)
  • Michael Thomas

v0.17.0

22 Aug 23:46
Compare
Choose a tag to compare

🚀 Enhancements

  • vue: AddWrapper (9f29c19)
  • svelte: Support setupSvelte4 for app setup (182f7c9)

✅ Tests

❤️ Contributors

v0.16.5

16 Aug 16:58
Compare
Choose a tag to compare

🩹 Fixes

  • nuxt: Build (bb0c0fe)
  • svelte: Plugin build (8d3872d)
  • nuxt: Don't stub out unenv (#578)
  • tailwind: Allow different fontSize configuration values (#580)

💅 Refactors

🏡 Chore

  • Update deps (1fc4788)
  • Ignore cypress chaining rule (#579)
  • Rename emits to emit (dd61b3d)

❤️ Contributors

v0.16.4

13 Aug 18:04
Compare
Choose a tag to compare

🚀 Enhancements

🩹 Fixes

  • svelte: Add svelte@^4.0.0 peer dependency option for svelte plugin (#551, #569)
  • nuxt: Pass nuxt runtimeConfig into nuxt app stub (#494, #567)
  • nuxt: Nuxt plugin error (#527, #575)
  • Adjust tree file path if it's a plugin (#276, #570)

🏡 Chore

  • Fix ecosystem-ci (#576)
  • Rename example to svelte4 (6dc6a3e)
  • Some renaming to svelte 4 (ec4fdd7)

✅ Tests

🎨 Styles

  • Fixed typos in Console logs (#577)

🤖 CI

❤️ Contributors