Skip to content

Commit 1588dbb

Browse files
docs: add pro changelog for v0.130.0
1 parent 0734535 commit 1588dbb

1 file changed

Lines changed: 71 additions & 0 deletions

File tree

_changelog-pro/133.v0.130.0.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
## 0.130.0
2+
3+
### June 10, 2026
4+
5+
###    🐞 Bug Fixes
6+
7+
- Restore checkbox options appearance &nbsp;-&nbsp; by @justin-schroeder [<samp>(113b1)</samp>](https://github.com/formkit/formkit/commit/113b1e49)
8+
- Preserve delayed datepicker timezone values &nbsp;-&nbsp; by @justin-schroeder [<samp>(11c6b)</samp>](https://github.com/formkit/formkit/commit/11c6bfb0)
9+
- Preserve digit order for prefixed currencies &nbsp;-&nbsp; by @justin-schroeder [<samp>(f2922)</samp>](https://github.com/formkit/formkit/commit/f29223f7)
10+
- Release pro kill listeners on destroy &nbsp;-&nbsp; by @justin-schroeder [<samp>(40dfa)</samp>](https://github.com/formkit/formkit/commit/40dfa480)
11+
- Improve datepicker keyboard accessibility &nbsp;-&nbsp; by @justin-schroeder [<samp>(fc442)</samp>](https://github.com/formkit/formkit/commit/fc442e56)
12+
- Initialize reversed mask values &nbsp;-&nbsp; by @justin-schroeder [<samp>(667d0)</samp>](https://github.com/formkit/formkit/commit/667d03d6)
13+
- Strip affixes before reverse mask mutations &nbsp;-&nbsp; by @justin-schroeder [<samp>(f15d0)</samp>](https://github.com/formkit/formkit/commit/f15d01cc)
14+
- Page large autocomplete option lists &nbsp;-&nbsp; by @justin-schroeder [<samp>(fbb62)</samp>](https://github.com/formkit/formkit/commit/fbb625e1)
15+
- Treat null mask values as empty &nbsp;-&nbsp; by @justin-schroeder [<samp>(6c4c7)</samp>](https://github.com/formkit/formkit/commit/6c4c79e7)
16+
- Defer currency bounds while typing &nbsp;-&nbsp; by @justin-schroeder [<samp>(8b637)</samp>](https://github.com/formkit/formkit/commit/8b637174)
17+
- Avoid select fill mask overflow &nbsp;-&nbsp; by @justin-schroeder [<samp>(a9f4e)</samp>](https://github.com/formkit/formkit/commit/a9f4eede)
18+
- Refresh rating bounds reactively &nbsp;-&nbsp; by @justin-schroeder [<samp>(a4698)</samp>](https://github.com/formkit/formkit/commit/a4698c91)
19+
- Prevent disabled transferlist mutations &nbsp;-&nbsp; by @justin-schroeder [<samp>(fd946)</samp>](https://github.com/formkit/formkit/commit/fd94614d)
20+
- Tolerate empty transferlist values &nbsp;-&nbsp; by @justin-schroeder [<samp>(358d9)</samp>](https://github.com/formkit/formkit/commit/358d94c2)
21+
- Limit transferlist transfer all by max &nbsp;-&nbsp; by @justin-schroeder [<samp>(9ff47)</samp>](https://github.com/formkit/formkit/commit/9ff47930)
22+
- Restore datepicker mask after clear &nbsp;-&nbsp; by @justin-schroeder [<samp>(76326)</samp>](https://github.com/formkit/formkit/commit/76326324)
23+
- Avoid duplicate eyedropper opens &nbsp;-&nbsp; by @justin-schroeder [<samp>(741f9)</samp>](https://github.com/formkit/formkit/commit/741f9e7f)
24+
- Parse unitless locale group separators &nbsp;-&nbsp; by @justin-schroeder [<samp>(21232)</samp>](https://github.com/formkit/formkit/commit/21232962)
25+
- Preserve options on empty append loads &nbsp;-&nbsp; by @justin-schroeder [<samp>(84b7f)</samp>](https://github.com/formkit/formkit/commit/84b7fac1)
26+
- Refresh inverted popover positioning &nbsp;-&nbsp; by @justin-schroeder [<samp>(4dde2)</samp>](https://github.com/formkit/formkit/commit/4dde2410)
27+
- Keep dropdown open during scrollbar drag &nbsp;-&nbsp; by @justin-schroeder [<samp>(954d4)</samp>](https://github.com/formkit/formkit/commit/954d4ec5)
28+
- Clear option attrs between dropdown items &nbsp;-&nbsp; by @justin-schroeder [<samp>(cc294)</samp>](https://github.com/formkit/formkit/commit/cc294f5c)
29+
- Preserve datepicker model year with max date &nbsp;-&nbsp; by @justin-schroeder [<samp>(3d2f9)</samp>](https://github.com/formkit/formkit/commit/3d2f98e9)
30+
- Allow partial year entry in datepicker mask &nbsp;-&nbsp; by @justin-schroeder [<samp>(74227)</samp>](https://github.com/formkit/formkit/commit/74227503)
31+
- Preserve currency parent model updates &nbsp;-&nbsp; by @justin-schroeder [<samp>(91313)</samp>](https://github.com/formkit/formkit/commit/91313c7f)
32+
- Invert datepicker popovers near viewport edge &nbsp;-&nbsp; by @justin-schroeder [<samp>(e77ba)</samp>](https://github.com/formkit/formkit/commit/e77ba9b6)
33+
- Keep initial unit values pristine &nbsp;-&nbsp; by @justin-schroeder [<samp>(a2508)</samp>](https://github.com/formkit/formkit/commit/a250808a)
34+
- Handle dropdown truncation at zero index &nbsp;-&nbsp; by @justin-schroeder [<samp>(bd505)</samp>](https://github.com/formkit/formkit/commit/bd505b92)
35+
- Remove internally disabled autocomplete from tab order &nbsp;-&nbsp; by @justin-schroeder [<samp>(2c7e7)</samp>](https://github.com/formkit/formkit/commit/2c7e7aea)
36+
- Restore autocomplete focus after removing selections &nbsp;-&nbsp; by @justin-schroeder [<samp>(5cee8)</samp>](https://github.com/formkit/formkit/commit/5cee8bf6)
37+
- Preserve datepicker disabled date validation &nbsp;-&nbsp; by @justin-schroeder [<samp>(0158f)</samp>](https://github.com/formkit/formkit/commit/0158f556)
38+
- Reset dropdown truncation state &nbsp;-&nbsp; by @justin-schroeder [<samp>(1e9c4)</samp>](https://github.com/formkit/formkit/commit/1e9c4cb3)
39+
- Focus taglist input from selections container &nbsp;-&nbsp; by @justin-schroeder [<samp>(0184a)</samp>](https://github.com/formkit/formkit/commit/0184a975)
40+
- Ignore taglist enter during IME composition &nbsp;-&nbsp; by @justin-schroeder [<samp>(e60b2)</samp>](https://github.com/formkit/formkit/commit/e60b2ae3)
41+
- Preserve togglebuttons visible names &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/88 [<samp>(d8f81)</samp>](https://github.com/formkit/formkit/commit/d8f8130d)
42+
- Synchronize slider handle positions &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/87 [<samp>(e7481)</samp>](https://github.com/formkit/formkit/commit/e74819d3)
43+
- React to mask affix prop changes &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/86 [<samp>(7ebdf)</samp>](https://github.com/formkit/formkit/commit/7ebdf179)
44+
- Preserve reverse mask SSR display value &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/85 [<samp>(f07d4)</samp>](https://github.com/formkit/formkit/commit/f07d45e1)
45+
- Set dropdown blurred state on close &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/84 [<samp>(c68c6)</samp>](https://github.com/formkit/formkit/commit/c68c6550)
46+
- Handle mask IME composition input &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/83 [<samp>(73b3c)</samp>](https://github.com/formkit/formkit/commit/73b3c205)
47+
- Prevent initial datepicker mask dirty state &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/82 [<samp>(f5709)</samp>](https://github.com/formkit/formkit/commit/f570919b)
48+
- Add partial taglist values as new entries &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/80 [<samp>(d1430)</samp>](https://github.com/formkit/formkit/commit/d143041d)
49+
- Avoid opening datepicker on editable enter &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/78 [<samp>(6a4b0)</samp>](https://github.com/formkit/formkit/commit/6a4b0b01)
50+
- Handle buddhist datepicker value years &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/77 [<samp>(e8199)</samp>](https://github.com/formkit/formkit/commit/e81996c8)
51+
- Refresh autocomplete text selections &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/76 [<samp>(ffd8b)</samp>](https://github.com/formkit/formkit/commit/ffd8b185)
52+
- Preserve mask select fill placeholders &nbsp;-&nbsp; by @justin-schroeder [<samp>(b9347)</samp>](https://github.com/formkit/formkit/commit/b9347b64)
53+
- Prevent stale hidden dropdown selections &nbsp;-&nbsp; by @justin-schroeder [<samp>(52324)</samp>](https://github.com/formkit/formkit/commit/52324363)
54+
- Allow unpadded day enum continuations &nbsp;-&nbsp; by @justin-schroeder [<samp>(620ed)</samp>](https://github.com/formkit/formkit/commit/620edd63)
55+
- **autocomplete**:
56+
- Only page static option lists above 1000 options &nbsp;-&nbsp; by @justin-schroeder [<samp>(3044c)</samp>](https://github.com/formkit/formkit/commit/3044c086)
57+
- **datepicker**:
58+
- Only flag invalid dates when a value exists &nbsp;-&nbsp; by @justin-schroeder [<samp>(6173f)</samp>](https://github.com/formkit/formkit/commit/6173fc11)
59+
- **dropdown**:
60+
- Only set blurred state on the input itself &nbsp;-&nbsp; by @justin-schroeder [<samp>(868b4)</samp>](https://github.com/formkit/formkit/commit/868b428a)
61+
- **mask**:
62+
- Preserve genuine data matching the selectFill on initialization &nbsp;-&nbsp; by @justin-schroeder [<samp>(76e64)</samp>](https://github.com/formkit/formkit/commit/76e6498b)
63+
- **pro**:
64+
- Style disabled regenesis options &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/92 [<samp>(78c25)</samp>](https://github.com/formkit/formkit/commit/78c257cc)
65+
- Renormalize slider chart updates &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/91 [<samp>(0703b)</samp>](https://github.com/formkit/formkit/commit/0703be93)
66+
- Prevent toggle checked-state flicker &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/90 [<samp>(ff459)</samp>](https://github.com/formkit/formkit/commit/ff459445)
67+
- Restore autocomplete aria relationships &nbsp;-&nbsp; by @justin-schroeder in https://github.com/formkit/formkit/issues/89 [<samp>(f048b)</samp>](https://github.com/formkit/formkit/commit/f048b593)
68+
- **unit**:
69+
- Restore synchronous formatter re-entrancy guard and locale decimal parsing &nbsp;-&nbsp; by @justin-schroeder [<samp>(219e0)</samp>](https://github.com/formkit/formkit/commit/219e060a)
70+
71+
##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/formkit/formkit/compare/v0.129.1...v0.130.0)

0 commit comments

Comments
 (0)