Releases: sneko/dsfr-connect
Releases · sneko/dsfr-connect
v1.1.2
v1.1.1
v1.1.0
v1.0.5
v1.0.4
v1.0.3
1.0.3 (2023-06-13)
Bug Fixes
- className typo (34e82f3)
- force turbo to use a build order since dsfr-connect compiled files are needed in other packages (548f681)
- LinkTo cannot work for docs (only component stories) (b8c02aa)
- linter: missing env variable declaration + work around weird tsx errors (79307cd)
- some json files were not generated (3fd3949)
- targeting main instance (377d7b3)
- wrong code example imports (6a3765b)
v1.0.2
1.0.2 (2023-06-08)
Bug Fixes
- add transpilation to generate json files since our deps mix their format (cjs, esm...) (1b70258)
- align packages versions if makes sense + exclude ".storybook/manager.ts" in tsconfig of vuetify because it messes up (probably due to pnpm... we gave a lot of attempts with no success) (510c919)
- some vue components did not have the right SFC format (afbefe0)
v1.0.1
v1.0.0
1.0.0 (2023-06-04)
Bug Fixes
- change how we reach static fonts to work in root and subfolder serving (f361297)
- change to "http-server" because "serve" was setting up weird 301 redirections (ref: storybookjs/storybook#12052 (comment)) (fccdac5), closes /github.com/storybookjs/storybook/issues/12052#issuecomment-1571497574
- crawling was not awaited (a1947d3)
- crisp id was not set during the build (c31735a)
- semantic-release requires node 18 + adjust working directory when publishing (8e4f825)