Skip to content

Version 1.0.23

Choose a tag to compare

@NotTimTam NotTimTam released this 26 Sep 03:05
· 6 commits to 26b591d5c94eda1f5cd2a5c36433cdadda1ce48c since this release

Core Changes

  • Removed TextInput width property.
  • Added Text constructor config property: maxWidth. Exposed to both Text and TextInput with the same functionality of the old TextInput.config.width property.

Additional Changes

  • Updated documentation to reference these changes.

Migration

  • All TextInput constructor config.width keys should be changed to config.maxWidth.

Full Changelog: v1.0.22...v1.0.23