Releases: david-swift/SettingsKit-macOS
Releases · david-swift/SettingsKit-macOS
0.2.4
0.2.3
Improvements
- Add modifier for disabling the automatic selection of new subtabs
Bug Fixes
- Fix "Accessing StateObject's object without being installed on a view"
Full Changelog: 0.2.2...0.2.3
0.2.2
Added
- Add user-friendly documentation here
Edited
- Polish the
.gitignore
andREADME.md
files - Improve the selection management and search with the sidebar design
- Add
top(_:)
andbottom(_:)
modifiers for adding views to the top or bottom of the list of settings subtabs
Full Changelog: 0.2.1...0.2.2
0.2.1
Edited
- Update the test app to work with SettingsKit 0.2.0 and later
- Fix the bug that subtabs with the "No Selection" type were visible in the subtabs list with the sidebar design
- Add the subtab's id as a parameter to the action closure in the "remove" standard action (#9)
Full Changelog: 0.2.0...0.2.1
0.2.0
Edited
- Add a parameter to switch between the default macOS design and a navigation split view design (#8)
- Add a simple sample app for showcasing the usage of this package (#8)
Full Changelog: 0.1.13...0.2.0
0.1.13
Edited
- Set the tab view style of a setting tab's content to
automatic
(#7)
Full Changelog: 0.1.12...0.1.13
0.1.12
Edited
- Add
standardActions(add:remove:options:)
with an add menu instead of button (related to #6)
Full Changelog: 0.1.11...0.1.12
0.1.11
Edited
- If a new subtab has been added, select that one (#4).
- Make it impossible to not select any subtab if there are subtabs available (#5).
Full Changelog: 0.1.10...0.1.11
0.1.10
Edited
- Remove the functions for adding keyboard shortcuts to subtabs and tabs
- Improve the way selection is handled in a tab's sidebar (#5)
- Update the docs
Full Changelog: 0.1.9...0.1.10
0.1.9
Edited
- Match the sidebar buttons' background color to the sidebar color (this comment in #3)
Full Changelog: 0.1.8...0.1.9