Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Sep 2, 2024
1 parent 0bf1900 commit f16a4f4
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ SwiftUIKit makes its best effort to honor semver, but breaking changes can occur



## 4.4

This version adds a new storage value type and moves the gesture buttons to `https://github.com/danielsaidi/GestureButton`.

### ✨ Features

* `StorageValue` is a new property wrapper for serializing data into `AppStorage`.

### 🗑️ Deprecations

* `GestureButton` and `ScrollGestureButton` has been moved to `https://github.com/danielsaidi/GestureButton`.



## 4.3

This version adds localization support, and makes more types use `LocalizedStringKey` instead of `String`.
Expand All @@ -15,10 +29,6 @@ This version also adds standard button types, which makes it easier to create st
* `Button+Init` adds a new button initializer.
* `Button+Standard` adds new standard button types.

### 🗑️ Deprecations

* `GestureButton` and `ScrollGestureButton` has been moved to `https://github.com/danielsaidi/GestureButton`.



## 4.2.3
Expand Down

0 comments on commit f16a4f4

Please sign in to comment.