Skip to content

Commit 25c3678

Browse files
committed
chore: Add v0.16 change log
1 parent fbe6d0c commit 25c3678

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.15.0
1+
0.16.0
22

help/docs/change-log.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
template: overrides/main.html
33
---
4+
45
# Change Log
56

67
## Background
@@ -20,6 +21,25 @@ For LTS releases, bug fixes are provided for 2 years and security fixes are prov
2021
the longest window of support and maintenance. For general releases, bug fixes are provided for 6 months and security
2122
fixes are provided for 1 year.
2223

24+
## v0.16.0
25+
26+
Sep 07, 2022
27+
28+
- Added
29+
- Format strings (templates) with support for primitives, arrays, and nested objects.
30+
- Locale-sensitive number formatting (decimal, percent, scientific, engineering, compact, currency, accounting, units and numbering systems).
31+
- Locale-sensitive date and time formatting (styles, components, calendars, time zones, eras, periods, numbering systems).
32+
- Locale-sensitive list formatting (lists, conjunctions, disjunctions).
33+
- Block-specific locales (for multilingual user interfaces).
34+
- Generic clickable inputs (`mode='input'` and `mode='tap'`).
35+
- Keyboard shortcuts (`box(hotkey=...)`) for individual boxes, top level menu and nav.
36+
- Allow view functions to accept arbitrary parameters.
37+
- `link()` API to conjure internal links.
38+
- `box(link=...)` can be set to functions in addition to strings.
39+
- Changed
40+
- `box(path=...)` renamed to `box(link=...)` for consistency with `link()` API.
41+
- Always launch external URLs in a new window.
42+
2343
## v0.15.0
2444

2545
Aug 23, 2022

0 commit comments

Comments
 (0)