You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,7 +24,7 @@ import OnThisPage from "../../../components/OnThisPage.astro";
30
24
- Modern build tooling support (Vite, esbuild, SWC)
31
25
- Split HTML and React elements for better type inference
32
26
33
-
See [Breaking Changes](/intro/breaking-changes#2610) for migration details.
27
+
See [Breaking Changes](/docs/intro/breaking-changes#2610) for migration details.
34
28
35
29
---
36
30
@@ -40,7 +34,7 @@ See [Breaking Changes](/intro/breaking-changes#2610) for migration details.
40
34
41
35
- Date only (2025-01-01) strings are now parsed as local time, instead of UTC.
42
36
-`encodeDate` function can be used to format date objects as date only strings, i.e. 2025-01-01. This function can be set as `encoding` for the `DateField`, `MonthField`, `Calendar`, and `MonthPicker` components.
43
-
-`MonthField` and `MonthPicker` now include a flag `inclusiveTo` which allow month ranges to end with the last day of the month, instead of the first day of the next month.
37
+
-`MonthField` and `MonthPicker` now include a flag `inclusiveTo` which allows month ranges to end with the last day of the month, instead of the first day of the next month.
44
38
45
39
---
46
40
@@ -56,7 +50,7 @@ See [Breaking Changes](/intro/breaking-changes#2610) for migration details.
56
50
57
51
**Fixes**
58
52
59
-
- Fix on validate arguments for multiple lookups
53
+
- Fix onValidate arguments for multiple lookups
60
54
61
55
---
62
56
@@ -72,7 +66,7 @@ See [Breaking Changes](/intro/breaking-changes#2610) for migration details.
72
66
73
67
**Features**
74
68
75
-
-`Window.pad` option. See [Breaking changes](/intro/breaking-changes).
69
+
-`Window.pad` option. See [Breaking changes](/docs/intro/breaking-changes).
76
70
77
71
---
78
72
@@ -181,7 +175,7 @@ See [Breaking Changes](/intro/breaking-changes#2610) for migration details.
181
175
182
176
**Fixes**
183
177
184
-
- Fix getCursorPos properly resolves position within iframes in Firefox
178
+
- Fix getCursorPos to properly resolve position within iframes in Firefox
185
179
- Fix drag and drop within iframes
186
180
187
181
---
@@ -275,7 +269,7 @@ See [Breaking Changes](/intro/breaking-changes#2610) for migration details.
275
269
276
270
**Features**
277
271
278
-
- Dart Sass compatibility (see [Breaking Changes](/intro/breaking-changes))
272
+
- Dart Sass compatibility (see [Breaking Changes](/docs/intro/breaking-changes))
279
273
- Dropping IE support
280
274
281
275
---
@@ -329,7 +323,7 @@ See [Breaking Changes](/intro/breaking-changes#2610) for migration details.
329
323
330
324
**Fixes**
331
325
332
-
- Properly sort by the second column if the values in first column are null
326
+
- Properly sort by the second column if the values in the first column are null
333
327
334
328
---
335
329
@@ -404,7 +398,7 @@ See [Breaking Changes](/intro/breaking-changes#2610) for migration details.
404
398
405
399
**Features**
406
400
407
-
- TreeAdapter now support the flag `hideRootNodes`
401
+
- TreeAdapter now supports the flag `hideRootNodes`
0 commit comments