Releases: elixir-cldr/cldr_html
Releases · elixir-cldr/cldr_html
Cldr HTML version 1.6.0
Enhancements
- Adds support for phoenix_html version 4.0. Thanks very much to @03juan for the PR.
Note that Elixir 1.12 is now a minimum version requirement.
Cldr HTML version 1.5.2
Cldr HTML version 1.5.1
Cldr HTML version 1.5.0
Bug Fixes
- Fix omitting
:und
locale from the locale selection list
Enhancements
- Updates to ex_cldr version 2.37.0 which includes data from CLDR release 43
Cldr HTML version 1.4.2
Bug Fixes
- Fix type spec for select options to remove dialyzer warning. Thanks to @quentin-bettoum. Closes #16.
Cldr HTML version 1.4.1
Bug Fixes
- Adds
lang
attributes to locale selection to signal better information for accessibility. Thanks very much to @quentin-bettoum for the pull request. Closes #15.
Cldr HTML version 1.2.0
Enhancements
- Updates to ex_cldr version 2.26.0 which uses atoms for locale names and rbnf locale names. This is consistent with out elements of
t:Cldr.LanguageTag
where atoms are used where the cardinality of the data is fixed and relatively small and strings where the data is free format.
Cldr HTML version 1.1.0
Bug Fixes
- Support
phoenix_html
version 3.0 in additional to earlier releases.
Cldr HTML version 1.0.0
Enhancements
- Add
Cldr.HTML.Locale.select/3
to select locales.
Cldr HTML version 0.5.0
Bug Fixes
-
Correctly sort the selection list. Thanks to @0urobor0s for the collaboration
-
Pass options through to
Phoenix.HTML.Form.select/4
. Thanks to @0urobor0s for the PR.
Enhancements
- Adds a
:collator
option to theCldr.HTML.{Unit, Territory, Currency}.select/4
. This enables a library user to implement any desired collation on the select opions before rendering.