Skip to content

Releases: elixir-cldr/cldr_html

Cldr HTML version 1.6.0

27 May 23:11
Compare
Choose a tag to compare

Enhancements

Note that Elixir 1.12 is now a minimum version requirement.

Cldr HTML version 1.5.2

10 Aug 12:24
Compare
Choose a tag to compare

Bug Fixes

  • Add ex_cldr_territories as optional dependency - as it should always have been. Thanks to @cw789 for the report and great patience. Closes #17. Again.

Cldr HTML version 1.5.1

09 Aug 20:15
Compare
Choose a tag to compare

Bug Fixes

  • Fixes compile time module checking on Elixir 1.15 and OTP 25 or later. Thanks to @cw789 for the report. Closes #17.

Cldr HTML version 1.5.0

28 Apr 07:09
Compare
Choose a tag to compare

Bug Fixes

  • Fix omitting :und locale from the locale selection list

Enhancements

Cldr HTML version 1.4.2

16 Oct 21:37
Compare
Choose a tag to compare

Bug Fixes

  • Fix type spec for select options to remove dialyzer warning. Thanks to @quentin-bettoum. Closes #16.

Cldr HTML version 1.4.1

09 Sep 18:56
Compare
Choose a tag to compare

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

02 Mar 09:22
Compare
Choose a tag to compare

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

25 Sep 02:32
Compare
Choose a tag to compare

Bug Fixes

  • Support phoenix_html version 3.0 in additional to earlier releases.

Cldr HTML version 1.0.0

03 Jul 05:36
Compare
Choose a tag to compare

Enhancements

  • Add Cldr.HTML.Locale.select/3 to select locales.

Cldr HTML version 0.5.0

23 Jun 14:04
Compare
Choose a tag to compare

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 the Cldr.HTML.{Unit, Territory, Currency}.select/4. This enables a library user to implement any desired collation on the select opions before rendering.