Skip to content

Commit a509fbd

Browse files
committed
Update package and release notes
1 parent bbbb648 commit a509fbd

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
targets: [
2121
.binaryTarget(
2222
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"
2525
)
2626
]
2727
)

RELEASE_NOTES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,29 @@ Beta version tags and releases are removed after the next minor or major version
1818

1919

2020

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+
2144
## 9.5
2245

2346
This version adds ways to customize callout actions and keyboard styles with view modifiers instead of services.

0 commit comments

Comments
 (0)