Skip to content

Releases: DevKitOrganization/DevConfiguration

0.12.0

0.12.0 Pre-release
Pre-release

Choose a tag to compare

@duncan-daydream duncan-daydream released this 24 Jun 20:02
c5e9ec8

This release relaxes constraints on ConfigVariableEditor's custom content, replacing customSection with customContent and removing customSectionTitle. If customContent contains multiple Sections, each will now be displayed in a grouped section of its own.

0.11.0

0.11.0 Pre-release
Pre-release

Choose a tag to compare

@prachigauriar prachigauriar released this 13 Apr 22:32

This release adds a confirm keyboard button on the variable detail screen so that users who edit numeric types can actually commit the edit.

0.10.1

0.10.1 Pre-release
Pre-release

Choose a tag to compare

@prachigauriar prachigauriar released this 05 Apr 03:26

This release only contains small fixes in the project’s DocC documentation.

0.10.0

0.10.0 Pre-release
Pre-release

Choose a tag to compare

@prachigauriar prachigauriar released this 30 Mar 01:08

This is a tiny release that simply exports Configuration so that consumers don’t have to import both DevConfiguration and Configuration.

0.9.0

0.9.0 Pre-release
Pre-release

Choose a tag to compare

@prachigauriar prachigauriar released this 29 Mar 20:58

This release makes the following changes:

  • ConfigVariableEditor now takes an optional dismiss closure instead of an onSave closure. This closure takes an array of modified variables just like onSave. However, if the dismiss closure is provided, it is the caller’s responsibility to dismiss the editor. If no closure is provided, the editor will use the environment's dismiss action.
  • The requiresRelaunch config variable metadata key has been removed. In general, consumers should try to respond to variable changes at runtime. If this is not possible, you can create your own similar metadata key.

0.8.1

0.8.1 Pre-release
Pre-release

Choose a tag to compare

@prachigauriar prachigauriar released this 19 Mar 05:09

This is a small release that updates to DevFoundation 1.8.1 and makes RegisteredConfigVariable’s metadata subscript public.

0.8.0

0.8.0 Pre-release
Pre-release

Choose a tag to compare

@prachigauriar prachigauriar released this 17 Mar 23:03
6dc7145

This is a small release the sorts metadata keys on the variable detail view of the editor.

0.7.0

0.7.0 Pre-release
Pre-release

Choose a tag to compare

@prachigauriar prachigauriar released this 17 Mar 22:42
77b5f1f

This release adds the isEditable metadata value to config variables. When false, a config variable will not be editable in the Config Variable Editor. true by default.

0.6.0

0.6.0 Pre-release
Pre-release

Choose a tag to compare

@prachigauriar prachigauriar released this 11 Mar 16:10
ab10717

This release enhances the editor UI to show pickers for CaseIterable integers and strings, allow editing arrays and JSON payloads in text editors, and handling formatting better for scalar types.

0.5.0

0.5.0 Pre-release
Pre-release

Choose a tag to compare

@prachigauriar prachigauriar released this 10 Mar 19:06
4c309ca

This release adds the ability for consumers to add a custom section to the config variable editor.