Releases: unchartedsoftware/lex
Releases · unchartedsoftware/lex
Release 0.11.0
Release 0.10.0
Release 0.9.2
Fix for #222
Release 0.9.1
Release 0.9.0
Release 0.8.0
- Addition of
CurrencyEntryState
#23 - Deprecation of
OptionStateOption.displayKey
in favour offormatUnboxedValue
andunformatUnboxedValue
. - Support for tokens which can only be created programmatically but not through manual user interaction with the search bar #58
- Fixes for #142 #149 #157 #151 #171 #174 #173 #170 #191
Release 0.7.1
Fix for #145
Release 0.7.0
- Bugfixes for #86 #104 #118 #121 #129 #130 #132 and #136
- "Units" support for
OptionState
- Superclass checking for
State
->Builder
/Assistant
mapping - Fixes for IE11 compatibility
Minor API changes:
- Customizing interaction keys via
config.proxiedEvents
now requires an array of constants fromlex.KEYS
, such as[KEYS.UP_ARROW, KEYS.DOWN_ARROW, KEYS.TAB, KEYS.ENTER]
.config.multivalueDelimiterKey
is also a constant fromlex.KEYS
, defaulting toKEYS.COMMA
.
Release 0.6.0
- Added
DateTimeEntryState
and associated builder/assistant - Bugfixes