Skip to content

Commit fbefbd8

Browse files
Version Packages (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 68ed951 commit fbefbd8

File tree

6 files changed

+20
-28
lines changed

6 files changed

+20
-28
lines changed

.changeset/curvy-lights-watch.md

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

.changeset/funny-times-clap.md

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

.changeset/huge-ways-read.md

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

.changeset/wise-views-sink.md

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

packages/ovr/CHANGELOG.md

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

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- 68ed951: feat: Adds [`Helper.url`](http://ovr.robino.dev/04-helpers#relative-url) to create a _relative_ URL for a route.
8+
- 68ed951: feat: Adds [`search` and `hash` props](http://localhost:5173/04-helpers#props) to `Helper` components to append search params or a hash to the `href` or `action` accordingly.
9+
10+
### Patch Changes
11+
12+
- 68ed951: types: Add JSDoc to helper component props
13+
- 68ed951: types: Add `number` type in addition to `string` for a variety of common HTML attributes (no runtime changes).
14+
15+
For example, you can now pass a `number` directly to the `<input>`'s `value` attribute without getting a type error.
16+
17+
```diff
18+
- <input value={String(1)} />
19+
+ <input value={1} />
20+
```
21+
322
## 4.3.0
423

524
### 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.3.0",
4+
"version": "4.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)