diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e343a0..289946c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [0.4.0](https://github.com/Akryum/histoire/compare/v0.3.3...v0.4.0) (2022-05-09) + + +### Bug Fixes + +* remove import to @vue/runtime-core ([e8e81c9](https://github.com/Akryum/histoire/commit/e8e81c923f6103faf084f52a415a02e0e47afb17)) +* sandbox style included in main app ([bce793d](https://github.com/Akryum/histoire/commit/bce793dea3336901fe46305c2798227b585a48bf)) +* single layout no iframe => couldn't scroll ([6afdd25](https://github.com/Akryum/histoire/commit/6afdd2578f0a6c7295d1aefd576788c951d95743)) +* slot optimization in overflow menu ([0b11e00](https://github.com/Akryum/histoire/commit/0b11e0034735c666b969c35ce6a57019a868ed62)) + + +### Features + +* full text search in markdown docs, fix [#70](https://github.com/Akryum/histoire/issues/70) ([d6e23ce](https://github.com/Akryum/histoire/commit/d6e23ce34b8d15fa68221a29a4865d5cd76087a8)) +* initial work to pre-bundle the client ([#87](https://github.com/Akryum/histoire/issues/87)) ([9e8cba9](https://github.com/Akryum/histoire/commit/9e8cba94f9bc1b18ff5c14b551279c5f9242bda7)) +* remove mandatory vue3 vite plugin ([fde0929](https://github.com/Akryum/histoire/commit/fde09295a15fadf0d88b2aff24b361724e8a8ae9)) +* **tailwind:** disable iframe ([08401bd](https://github.com/Akryum/histoire/commit/08401bd8c88146f09a973c993d4f28b29621e4e6)) + + + ## [0.3.3](https://github.com/Akryum/histoire/compare/v0.3.2...v0.3.3) (2022-05-08) diff --git a/package.json b/package.json index e2522e2e..1d316352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.3.3", + "version": "0.4.0", "private": true, "repository": { "url": "https://github.com/Akryum/histoire.git", diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index 5a134d53..3a951b6d 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.3.3", + "version": "0.4.0", "description": "Prebuilt controls components", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-percy/package.json b/packages/histoire-plugin-percy/package.json index 790e7438..c292446d 100644 --- a/packages/histoire-plugin-percy/package.json +++ b/packages/histoire-plugin-percy/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-percy", - "version": "0.3.3", + "version": "0.4.0", "description": "Histoire plugin to take screenshots with Percy for visual regression testing", "license": "MIT", "author": { @@ -38,6 +38,6 @@ "typescript": "^4.6.3" }, "peerDependencies": { - "histoire": "^0.3.3" + "histoire": "^0.4.0" } } diff --git a/packages/histoire-plugin-screenshot/package.json b/packages/histoire-plugin-screenshot/package.json index d73b1242..8a38680b 100644 --- a/packages/histoire-plugin-screenshot/package.json +++ b/packages/histoire-plugin-screenshot/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-screenshot", - "version": "0.3.3", + "version": "0.4.0", "description": "Histoire plugin to take screenshots for visual regression testing", "license": "MIT", "author": { @@ -37,6 +37,6 @@ "typescript": "^4.6.3" }, "peerDependencies": { - "histoire": "^0.3.3" + "histoire": "^0.4.0" } } diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 77f88ee8..21d8eb81 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.3.3", + "version": "0.4.0", "description": "A fast story book powered by Vite", "license": "MIT", "author": { @@ -40,7 +40,7 @@ "test": "peeky run" }, "dependencies": { - "@histoire/controls": "^0.3.3", + "@histoire/controls": "^0.4.0", "@iconify/vue": "^3.2.1", "@vueuse/core": "^8.2.5", "birpc": "^0.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 26032ea3..1074015b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -114,7 +114,7 @@ importers: packages/histoire: specifiers: - '@histoire/controls': ^0.3.3 + '@histoire/controls': ^0.4.0 '@iconify/vue': ^3.2.1 '@peeky/test': ^0.13.5 '@tailwindcss/typography': ^0.5.2