Skip to content

Releases: david-swift/SettingsKit-macOS

0.2.4

13 Apr 05:56
a4f3b11
Compare
Choose a tag to compare

Improvements

  • Add support for observing and setting the selected settings tab (#11)
  • Move documentation from GitBook to DocC hosted via GitHub Pages here

Full Changelog: 0.2.3...0.2.4

0.2.3

20 Nov 21:13
Compare
Choose a tag to compare

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

09 Oct 13:44
Compare
Choose a tag to compare

Added

  • Add user-friendly documentation here

Edited

  • Polish the .gitignore and README.md files
  • Improve the selection management and search with the sidebar design
  • Add top(_:) and bottom(_:) 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

21 Sep 19:31
Compare
Choose a tag to compare

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

17 Sep 15:46
Compare
Choose a tag to compare

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

29 Aug 19:14
Compare
Choose a tag to compare

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

05 Aug 07:30
Compare
Choose a tag to compare

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

01 Aug 06:43
Compare
Choose a tag to compare

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

31 Jul 18:50
Compare
Choose a tag to compare

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

17 Jul 07:31
Compare
Choose a tag to compare

Edited

  • Match the sidebar buttons' background color to the sidebar color (this comment in #3)

Full Changelog: 0.1.8...0.1.9