@plitzi/plitzi-sdk 0.34.1 → 0.35.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +71 -0
- package/dist/plitzi-sdk.js +58 -58
- package/dist/plitzi-sdk.js.gz +0 -0
- package/dist/withElement-Nj-YY2Rh.js +5 -0
- package/package.json +12 -12
- package/dist/withElement-aG4S-kGR.js +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,76 @@
|
|
|
1
1
|
# @plitzi/plitzi-sdk
|
|
2
2
|
|
|
3
|
+
## 0.35.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 470aaf8: A booking form can ask for a date, and a toggle can say it is one.
|
|
8
|
+
|
|
9
|
+
- **`formControl` accepts `subType: 'date'`.** It renders the browser's own date picker and submits `YYYY-MM-DD`, so
|
|
10
|
+
a flow or a server action reads one format whatever the visitor's locale. Until now a date was a free text field
|
|
11
|
+
and every form that needed one parsed whatever somebody typed. Offered in the builder's Input Type list.
|
|
12
|
+
- **`button` accepts `ariaExpanded` and `ariaPressed`.** A button that opens a menu or an answer, or one that stays on
|
|
13
|
+
like a filter, can tell assistive technology so — statically, or bound to the state it flips
|
|
14
|
+
(`bind: { ariaExpanded: 'state.menuOpen' }`). Left out, neither attribute is rendered: an ordinary button does not
|
|
15
|
+
claim to control anything.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- v0.35.2
|
|
20
|
+
- Updated dependencies [470aaf8]
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- Updated dependencies [470aaf8]
|
|
23
|
+
- @plitzi/sdk-elements@0.35.2
|
|
24
|
+
- @plitzi/sdk-auth@0.35.2
|
|
25
|
+
- @plitzi/sdk-dev-tools@0.35.2
|
|
26
|
+
- @plitzi/sdk-event-bridge@0.35.2
|
|
27
|
+
- @plitzi/sdk-interactions@0.35.2
|
|
28
|
+
- @plitzi/sdk-navigation@0.35.2
|
|
29
|
+
- @plitzi/sdk-plugins@0.35.2
|
|
30
|
+
- @plitzi/sdk-schema@0.35.2
|
|
31
|
+
- @plitzi/sdk-shared@0.35.2
|
|
32
|
+
- @plitzi/sdk-style@0.35.2
|
|
33
|
+
- @plitzi/sdk-variables@0.35.2
|
|
34
|
+
|
|
35
|
+
## 0.35.1
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- v0.35.1
|
|
40
|
+
- Updated dependencies
|
|
41
|
+
- @plitzi/sdk-auth@0.35.1
|
|
42
|
+
- @plitzi/sdk-dev-tools@0.35.1
|
|
43
|
+
- @plitzi/sdk-elements@0.35.1
|
|
44
|
+
- @plitzi/sdk-event-bridge@0.35.1
|
|
45
|
+
- @plitzi/sdk-interactions@0.35.1
|
|
46
|
+
- @plitzi/sdk-navigation@0.35.1
|
|
47
|
+
- @plitzi/sdk-plugins@0.35.1
|
|
48
|
+
- @plitzi/sdk-schema@0.35.1
|
|
49
|
+
- @plitzi/sdk-shared@0.35.1
|
|
50
|
+
- @plitzi/sdk-style@0.35.1
|
|
51
|
+
- @plitzi/sdk-variables@0.35.1
|
|
52
|
+
|
|
53
|
+
## 0.35.0
|
|
54
|
+
|
|
55
|
+
### Minor Changes
|
|
56
|
+
|
|
57
|
+
- v0.35.0
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- Updated dependencies
|
|
62
|
+
- @plitzi/sdk-auth@0.35.0
|
|
63
|
+
- @plitzi/sdk-dev-tools@0.35.0
|
|
64
|
+
- @plitzi/sdk-elements@0.35.0
|
|
65
|
+
- @plitzi/sdk-event-bridge@0.35.0
|
|
66
|
+
- @plitzi/sdk-interactions@0.35.0
|
|
67
|
+
- @plitzi/sdk-navigation@0.35.0
|
|
68
|
+
- @plitzi/sdk-plugins@0.35.0
|
|
69
|
+
- @plitzi/sdk-schema@0.35.0
|
|
70
|
+
- @plitzi/sdk-shared@0.35.0
|
|
71
|
+
- @plitzi/sdk-style@0.35.0
|
|
72
|
+
- @plitzi/sdk-variables@0.35.0
|
|
73
|
+
|
|
3
74
|
## 0.34.1
|
|
4
75
|
|
|
5
76
|
### Patch Changes
|