From 08e913a8f38fddf568646fe54b5997f3e34a7a7b Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Tue, 10 Sep 2024 19:35:47 +0200 Subject: [PATCH] release: vike-solid@0.7.5 --- packages/vike-solid/CHANGELOG.md | 18 ++++++++++++++++++ packages/vike-solid/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/vike-solid/CHANGELOG.md b/packages/vike-solid/CHANGELOG.md index f24fea5..6d67742 100644 --- a/packages/vike-solid/CHANGELOG.md +++ b/packages/vike-solid/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.7.5 (2024-09-10) + + +### Bug Fixes + +* properly export config (vikejs/vike-vue[#194](https://github.com/vikejs/vike-solid/issues/194)) ([604d1eb](https://github.com/vikejs/vike-solid/commit/604d1eb95eaf7eaad2477333bd6ad5b3e3d3e1d4)) +* return undefined instead of throw error upon missing pageContext (fix vikejs/vike-react[#147](https://github.com/vikejs/vike-solid/issues/147)) ([d9d37e0](https://github.com/vikejs/vike-solid/commit/d9d37e02ec94781663785283ba18d2abe6521336)) +* **useConfig:** add support for `useConfig()` with HTML streaming ([72b20ec](https://github.com/vikejs/vike-solid/commit/72b20ec699ee6dd53dc0ba4333bc3bc614f18795)) +* **useConfig:** enable using `useConfig()` with HTML streaming ([555aa71](https://github.com/vikejs/vike-solid/commit/555aa71cdf049089724ac77ac32ff03f0ff8cef8)) + + +### Features + +* add support for checking crawlers/bots and integrate `renderToStringAsync()` ([711742c](https://github.com/vikejs/vike-solid/commit/711742cae563fc888b064b8377a4c6a84d0b042d)) +* new extension `vike-solid-query` ([b04b04a](https://github.com/vikejs/vike-solid/commit/b04b04a044c992785f827bf28406c075e1a58eff)) + + + ## [0.7.4](https://github.com/vikejs/vike-solid/compare/v0.7.3...v0.7.4) (2024-09-04) diff --git a/packages/vike-solid/package.json b/packages/vike-solid/package.json index 768ce93..eba2729 100644 --- a/packages/vike-solid/package.json +++ b/packages/vike-solid/package.json @@ -1,6 +1,6 @@ { "name": "vike-solid", - "version": "0.7.4", + "version": "0.7.5", "type": "module", "scripts": { "dev": "rollup -c rollup.config.js --watch",