Skip to content

Commit 00fbf56

Browse files
committed
Update package
1 parent 274934c commit 00fbf56

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Package.swift

+2-2
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.3-b.5/KeyboardKitPro.zip",
24-
checksum: "bd02ca8255c3e3ce71ed5aa1c801dd08ce6bfb6591637323f9d76f9add42767c"
23+
url: "https://github.com/KeyboardKit/KeyboardKit/releases/download/9.3.0/KeyboardKitPro.zip",
24+
checksum: "0fb3de3e2f73e28a7208efb96c1e5c72acdf926c45f7547fcd8fe0108c5ed756"
2525
)
2626
]
2727
)

RELEASE_NOTES.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These release notes cover the current major version. See older versions for olde
1414

1515
Most new minor versions are preceded by several beta versions, e.g. `9.3-b.1`.
1616

17-
Beta version tags and releases are removed after the next minor or major version.
17+
Beta version releases are removed after the subsequent minor or major release.
1818

1919

2020

@@ -27,15 +27,13 @@ Estonian, Filipino, Hungarian, Indonesian, Irish, Italian,
2727
Latvian, Malay, Polish, Portuguese, Portuguese (Brazil),
2828
Romanian, Serbian (Latin), Slovenian, Swahili, Uzbek, Welsh
2929

30-
This version adds support for emoji colon search, which can also be used by KeyboardKit Pro's local autocomplete.
30+
This version also adds support for emoji colon search, which is used by the KeyboardKit Pro local autocomplete.
3131

32-
Users can toggle emoji autocomplete on and off with the autocomplete settings, to auto-enable emoji autocomplete.
32+
There's a new autocomplete setting for emoji autocomplete, which can be used to disable the emoji colon search.
3333

34-
This version improves the action callout by requiring less swiping and making items smaller when too many are shown.
34+
This version improves action callouts by requiring less swiping and making items smaller if too many are shown.
3535

36-
To avoid confusion, this version makes both KeyboardKit and KeyboardKit Pro use a `setup(for:completion:)` function.
37-
38-
This version also moves back all theme-related types to KeyboardKit Pro, since they can only be used in KeyboardKit Pro.
36+
To avoid confusion, this version makes KeyboardKit and KeyboardKit Pro use a `setup(for:completion:)` function.
3937

4038
### ✨ Features
4139

@@ -63,6 +61,7 @@ This version also moves back all theme-related types to KeyboardKit Pro, since t
6361

6462
### 💡 Adjustment
6563

64+
* `Keyboard.Diacritic` is refactored to handle multi-character matching.
6665
* `KeyboardCallout.ActionCallout` now shrinks actions on iPhone if needed.
6766
* `KeyboardCalloutContext` makes it easier to swipe select callout actions.
6867
* `KeyboardPreviews.CalloutService` now inherits `KeyboardCallout.BaseCalloutService`.
@@ -75,6 +74,9 @@ This version also moves back all theme-related types to KeyboardKit Pro, since t
7574

7675
### 🗑️ Deprecations
7776

77+
* `Keyboard.Accent` has been deprecated, since `Diacritic` it used in more places.
78+
* `Keyboard.DiacriticResult` has been renamed to `Keyboard.DiacriticInsertionResult`.
79+
* `KeyboardAction.accent` has been deprecated, since `Diacritic` it used in more places.
7880
* `KeyboardInputViewController.setup(for:completion:)` is no longer open to inheritance.
7981
* `KeyboardInputViewController.setupKeyboardView(_:)` without view builder has been deprecated.
8082

0 commit comments

Comments
 (0)