Skip to content

Commit 139a9a6

Browse files
Version Packages (#34)
1 parent 3d77e9c commit 139a9a6

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/twenty-apples-read.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/ovr/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# ovr
22

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+
318
## 4.4.0
419

520
### Minor Changes

packages/ovr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ovr",
33
"description": "Progressive HTML Rendering",
4-
"version": "4.4.0",
4+
"version": "4.5.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)