We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d77e9c commit 139a9a6Copy full SHA for 139a9a6
.changeset/twenty-apples-read.md
packages/ovr/CHANGELOG.md
@@ -1,5 +1,20 @@
1
# ovr
2
3
+## 4.5.0
4
+
5
+### Minor Changes
6
7
+- 3d77e9c: feat: Adds the `true` option to the `search` option in `Helper.url` and component props to forward the current requests search params.
8
9
+ ```tsx
10
+ import { Get } from "ovr";
11
12
+ const page = new Get("/", () => {
13
+ // `search={true}` forwards the search params to the `href` attribute
14
+ return <page.Anchor search>Home</page.Anchor>;
15
+ });
16
+ ```
17
18
## 4.4.0
19
20
### Minor Changes
packages/ovr/package.json
@@ -1,7 +1,7 @@
{
"name": "ovr",
"description": "Progressive HTML Rendering",
- "version": "4.4.0",
+ "version": "4.5.0",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments