Skip to content

Manager:1.1.0

Compare
Choose a tag to compare
@swimmadude66 swimmadude66 released this 13 Jul 17:35
· 3 commits to main since this release
fd3e99d

@tectonica/manager v1.1.0

  • removes the option to pass a hardcoded value as a "value getter" in createValueListener and createGlobalValueListener functions
    This option was inhibiting good type suggestions and can be worked around by replacing the hardcoded value with a function which returns the hardcoded value eg () => 6. This release is flagged as a minor version due to this potentially breaking existing implementations

Full Changelog: manager_1.0.1...manager_1.1.0