diff --git a/.changeset/chatty-rocks-shake.md b/.changeset/chatty-rocks-shake.md deleted file mode 100644 index 47ac244e..00000000 --- a/.changeset/chatty-rocks-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ladle/react": patch ---- - -Uses hook version for iframe window ref to prevent some re-renders. Fix viewport when navigating from a different story. diff --git a/.changeset/fuzzy-crabs-raise.md b/.changeset/fuzzy-crabs-raise.md deleted file mode 100644 index 1ef877ba..00000000 --- a/.changeset/fuzzy-crabs-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ladle/react": patch ---- - -Improve the kebab casing of story names to convert MapSDK into map-sdk and not map-s-d-k. diff --git a/.changeset/healthy-trainers-explain.md b/.changeset/healthy-trainers-explain.md deleted file mode 100644 index b9fe263b..00000000 --- a/.changeset/healthy-trainers-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ladle/react": patch ---- - -Add margin 0 to iframe's body just as Stackblitz workaround diff --git a/.changeset/light-boats-cross.md b/.changeset/light-boats-cross.md deleted file mode 100644 index d45ec30d..00000000 --- a/.changeset/light-boats-cross.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ladle/react": major ---- - -Upgrade to Vite 3. It should not be really a big breaking change for Ladle but we expose the whole `vite.config.js` so you might run into some deprecations. [Read more](https://vitejs.dev/blog/announcing-vite3.html) to see if this could impact you. - -Vite 3 also ships as ESM module. That forces us to stop distributing `@ladle/react-cjs`. We used it for our internal yarn pnp setup but we don't need it anymore. Pure ESM everywhere! diff --git a/.changeset/purple-lions-cry.md b/.changeset/purple-lions-cry.md deleted file mode 100644 index 92808a77..00000000 --- a/.changeset/purple-lions-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ladle/react": patch ---- - -Find a free port for HMR server. Before, if there were multiple instances of Ladle, the client would always connect to the initial HMR server and reloads didn't work. diff --git a/.changeset/wicked-bees-rescue.md b/.changeset/wicked-bees-rescue.md deleted file mode 100644 index d8457819..00000000 --- a/.changeset/wicked-bees-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ladle/react": minor ---- - -Bump all repo dependencies do the latest and abondon cjs build&publish. diff --git a/e2e/addons/CHANGELOG.md b/e2e/addons/CHANGELOG.md index 0b7c34d7..44e0b9e3 100644 --- a/e2e/addons/CHANGELOG.md +++ b/e2e/addons/CHANGELOG.md @@ -1,5 +1,12 @@ # test-addons +## 0.2.12 + +### Patch Changes + +- Updated dependencies [[`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc)]: + - @ladle/react@2.0.0 + ## 0.2.11 ### Patch Changes diff --git a/e2e/addons/package.json b/e2e/addons/package.json index 81a9718c..8fb420f5 100644 --- a/e2e/addons/package.json +++ b/e2e/addons/package.json @@ -1,6 +1,6 @@ { "name": "test-addons", - "version": "0.2.11", + "version": "0.2.12", "license": "MIT", "private": true, "scripts": { diff --git a/e2e/config-ts/CHANGELOG.md b/e2e/config-ts/CHANGELOG.md index 03c71c60..cee53224 100644 --- a/e2e/config-ts/CHANGELOG.md +++ b/e2e/config-ts/CHANGELOG.md @@ -1,5 +1,12 @@ # test-provider +## 1.0.5 + +### Patch Changes + +- Updated dependencies [[`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc)]: + - @ladle/react@2.0.0 + ## 1.0.4 ### Patch Changes diff --git a/e2e/config-ts/package.json b/e2e/config-ts/package.json index bf74ff1c..d62b97ff 100644 --- a/e2e/config-ts/package.json +++ b/e2e/config-ts/package.json @@ -1,6 +1,6 @@ { "name": "test-config-ts", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "private": true, "scripts": { diff --git a/e2e/config/CHANGELOG.md b/e2e/config/CHANGELOG.md index 58af1d91..da01dfbf 100644 --- a/e2e/config/CHANGELOG.md +++ b/e2e/config/CHANGELOG.md @@ -1,5 +1,12 @@ # test-provider +## 0.2.36 + +### Patch Changes + +- Updated dependencies [[`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc)]: + - @ladle/react@2.0.0 + ## 0.2.35 ### Patch Changes diff --git a/e2e/config/package.json b/e2e/config/package.json index 08604f35..53d00585 100644 --- a/e2e/config/package.json +++ b/e2e/config/package.json @@ -1,6 +1,6 @@ { "name": "test-config", - "version": "0.2.35", + "version": "0.2.36", "license": "MIT", "private": true, "scripts": { diff --git a/e2e/css/CHANGELOG.md b/e2e/css/CHANGELOG.md index caaf800c..438d3237 100644 --- a/e2e/css/CHANGELOG.md +++ b/e2e/css/CHANGELOG.md @@ -1,5 +1,12 @@ # test-css +## 0.0.27 + +### Patch Changes + +- Updated dependencies [[`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc)]: + - @ladle/react@2.0.0 + ## 0.0.26 ### Patch Changes diff --git a/e2e/css/package.json b/e2e/css/package.json index 8af35e38..591fe34d 100644 --- a/e2e/css/package.json +++ b/e2e/css/package.json @@ -1,6 +1,6 @@ { "name": "test-css", - "version": "0.0.26", + "version": "0.0.27", "license": "MIT", "private": true, "scripts": { diff --git a/e2e/decorators/CHANGELOG.md b/e2e/decorators/CHANGELOG.md index bbf8ba4b..421e1ddc 100644 --- a/e2e/decorators/CHANGELOG.md +++ b/e2e/decorators/CHANGELOG.md @@ -1,5 +1,12 @@ # test-decorators +## 0.2.36 + +### Patch Changes + +- Updated dependencies [[`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc)]: + - @ladle/react@2.0.0 + ## 0.2.35 ### Patch Changes diff --git a/e2e/decorators/package.json b/e2e/decorators/package.json index 685cf424..97f7012a 100644 --- a/e2e/decorators/package.json +++ b/e2e/decorators/package.json @@ -1,6 +1,6 @@ { "name": "test-decorators", - "version": "0.2.35", + "version": "0.2.36", "license": "MIT", "private": true, "scripts": { diff --git a/e2e/flow/CHANGELOG.md b/e2e/flow/CHANGELOG.md index 4e6a2ebf..8b94ebf0 100644 --- a/e2e/flow/CHANGELOG.md +++ b/e2e/flow/CHANGELOG.md @@ -1,5 +1,12 @@ # test-flow +## 0.2.35 + +### Patch Changes + +- Updated dependencies [[`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc)]: + - @ladle/react@2.0.0 + ## 0.2.34 ### Patch Changes diff --git a/e2e/flow/package.json b/e2e/flow/package.json index 5ef740cc..c4743352 100644 --- a/e2e/flow/package.json +++ b/e2e/flow/package.json @@ -1,6 +1,6 @@ { "name": "test-flow", - "version": "0.2.34", + "version": "0.2.35", "license": "MIT", "private": true, "scripts": { diff --git a/e2e/programmatic/CHANGELOG.md b/e2e/programmatic/CHANGELOG.md index 42fe1cad..6b473f54 100644 --- a/e2e/programmatic/CHANGELOG.md +++ b/e2e/programmatic/CHANGELOG.md @@ -1,5 +1,12 @@ # test-programmatic +## 0.2.36 + +### Patch Changes + +- Updated dependencies [[`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc)]: + - @ladle/react@2.0.0 + ## 0.2.35 ### Patch Changes diff --git a/e2e/programmatic/package.json b/e2e/programmatic/package.json index 5da09fbc..d016f05c 100644 --- a/e2e/programmatic/package.json +++ b/e2e/programmatic/package.json @@ -1,6 +1,6 @@ { "name": "test-programmatic", - "version": "0.2.35", + "version": "0.2.36", "license": "MIT", "private": true, "type": "module", diff --git a/e2e/provider/CHANGELOG.md b/e2e/provider/CHANGELOG.md index 58af1d91..da01dfbf 100644 --- a/e2e/provider/CHANGELOG.md +++ b/e2e/provider/CHANGELOG.md @@ -1,5 +1,12 @@ # test-provider +## 0.2.36 + +### Patch Changes + +- Updated dependencies [[`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc)]: + - @ladle/react@2.0.0 + ## 0.2.35 ### Patch Changes diff --git a/e2e/provider/package.json b/e2e/provider/package.json index 4371e9e3..07790443 100644 --- a/e2e/provider/package.json +++ b/e2e/provider/package.json @@ -1,6 +1,6 @@ { "name": "test-provider", - "version": "0.2.35", + "version": "0.2.36", "license": "MIT", "private": true, "scripts": { diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md index 312f0813..1fe32485 100644 --- a/packages/example/CHANGELOG.md +++ b/packages/example/CHANGELOG.md @@ -1,5 +1,12 @@ # example +## 0.3.12 + +### Patch Changes + +- Updated dependencies [[`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd), [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc)]: + - @ladle/react@2.0.0 + ## 0.3.11 ### Patch Changes diff --git a/packages/example/package.json b/packages/example/package.json index b9b6a202..b3276acb 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "0.3.11", + "version": "0.3.12", "license": "MIT", "private": true, "scripts": { diff --git a/packages/ladle/CHANGELOG.md b/packages/ladle/CHANGELOG.md index fef7e258..b4d9b7c7 100644 --- a/packages/ladle/CHANGELOG.md +++ b/packages/ladle/CHANGELOG.md @@ -1,5 +1,27 @@ # @ladle/react +## 2.0.0 + +### Major Changes + +- [#191](https://github.com/tajo/ladle/pull/191) [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd) Thanks [@tajo](https://github.com/tajo)! - Upgrade to Vite 3. It should not be really a big breaking change for Ladle but we expose the whole `vite.config.js` so you might run into some deprecations. [Read more](https://vitejs.dev/blog/announcing-vite3.html) to see if this could impact you. + + Vite 3 also ships as ESM module. That forces us to stop distributing `@ladle/react-cjs`. We used it for our internal yarn pnp setup but we don't need it anymore. Pure ESM everywhere! + +### Minor Changes + +- [#194](https://github.com/tajo/ladle/pull/194) [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc) Thanks [@tajo](https://github.com/tajo)! - Bump all repo dependencies do the latest and abondon cjs build&publish. + +### Patch Changes + +- [#191](https://github.com/tajo/ladle/pull/191) [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd) Thanks [@tajo](https://github.com/tajo)! - Uses hook version for iframe window ref to prevent some re-renders. Fix viewport when navigating from a different story. + +* [#193](https://github.com/tajo/ladle/pull/193) [`e573adc`](https://github.com/tajo/ladle/commit/e573adcfeeb8ea5d78566e5ce0ac3495eed77734) Thanks [@tajo](https://github.com/tajo)! - Improve the kebab casing of story names to convert MapSDK into map-sdk and not map-s-d-k. + +- [#194](https://github.com/tajo/ladle/pull/194) [`63c8821`](https://github.com/tajo/ladle/commit/63c88217bc6b80f1e0809c91f3cce2efdd64ffdc) Thanks [@tajo](https://github.com/tajo)! - Add margin 0 to iframe's body just as Stackblitz workaround + +* [#191](https://github.com/tajo/ladle/pull/191) [`3209be6`](https://github.com/tajo/ladle/commit/3209be62042ffe700f505ca84e468998288e44bd) Thanks [@tajo](https://github.com/tajo)! - Find a free port for HMR server. Before, if there were multiple instances of Ladle, the client would always connect to the initial HMR server and reloads didn't work. + ## 1.3.0 ### Minor Changes diff --git a/packages/ladle/package.json b/packages/ladle/package.json index fd89aac6..f57cab3e 100644 --- a/packages/ladle/package.json +++ b/packages/ladle/package.json @@ -1,6 +1,6 @@ { "name": "@ladle/react", - "version": "1.3.0", + "version": "2.0.0", "repository": "git@github.com:tajo/ladle.git", "author": "Vojtech Miksu ", "license": "MIT",