File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ let package = Package(
20
20
targets: [
21
21
. binaryTarget(
22
22
name: " KeyboardKitPro " ,
23
- url: " https://github.com/KeyboardKit/KeyboardKit/releases/download/9.5.0 /KeyboardKitPro.zip " ,
24
- checksum: " d7643663ca58e9dd34601c82d5a528e6cad65c6ddb18399464c6c66ceb867b55 "
23
+ url: " https://github.com/KeyboardKit/KeyboardKit/releases/download/9.5.1 /KeyboardKitPro.zip " ,
24
+ checksum: " 51ffade5ae3922929097ba3e56bdc9497781c4cd5044009713af895232af535e "
25
25
)
26
26
]
27
27
)
Original file line number Diff line number Diff line change @@ -18,6 +18,29 @@ Beta version tags and releases are removed after the next minor or major version
18
18
19
19
20
20
21
+ ## 9.5.1
22
+
23
+ This version fixes a few bugs and adds some new features to make the view extension approach work.
24
+
25
+ ### ✨ Features
26
+
27
+ * ` Keyboard.ButtonStyle ` has a new font-agnostic ` fontWeight ` property.
28
+
29
+ ### 💡 Adjustments
30
+
31
+ * ` Keyboard.ButtonStyle ` now extends more properties with ` extended(with:) ` .
32
+
33
+ ### 👑 Pro
34
+
35
+ * ` KeyboardTheme ` has a new ` buttonPressedOverlayColor ` .
36
+ * ` KeyboardTheme.ButtonType ` now implements ` CaseIterable ` .
37
+
38
+ ### 🐛 Bug Fixes
39
+
40
+ * ` KeyboardStyle.StandardStyleService ` now applies the font weight, if defined.
41
+
42
+
43
+
21
44
## 9.5
22
45
23
46
This version adds ways to customize callout actions and keyboard styles with view modifiers instead of services.
You can’t perform that action at this time.
0 commit comments