View Source Changelog
cldr_html-v1-3-0
Cldr_HTML v1.3.0
This is the changelog for Cldr HTML v1.3.0 released on March 25th, 2022. For older changelogs please consult the release tag on GitHub
enhancements
Enhancements
- Adds
Cldr.HTML.Territory.territory_options/1
to generate a list of territory options that can be used in any case where a list of territories is required (Not just inCldr.HTML.Territory.select/3
). Thanks to @fcarlislehg for the PR.
cldr_html-v1-2-0
Cldr_HTML v1.2.0
This is the changelog for Cldr HTML v1.2.0 released on March 2nd, 2022. For older changelogs please consult the release tag on GitHub
enhancements-1
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-v1-1-0
Cldr_HTML v1.1.0
This is the changelog for Cldr HTML v1.1.0 released on September 25th, 2021. For older changelogs please consult the release tag on GitHub
bug-fixes
Bug Fixes
- Support
phoenix_html
version 3.0 in addition to earlier releases.
cldr_html-v1-0-1
Cldr_HTML v1.0.1
This is the changelog for Cldr HTML v1.0.1 released on September 2nd, 2021. For older changelogs please consult the release tag on GitHub
bug-fixes-1
Bug Fixes
- Use
Cldr.Territory.country_codes/0
as the default territory list. PreviouslyCldr.known_territories/0
was used. However that function returns a list of valid codes, not "known to CLDR" codes (which also needs fixing). Thanks to @walu-lila for the report. Fixes #10.
cldr_html-v1-0-0
Cldr_HTML v1.0.0
This is the changelog for Cldr HTML v1.0.0 released on July 3rd, 2021. For older changelogs please consult the release tag on GitHub
enhancements-2
Enhancements
- Add
Cldr.HTML.Locale.select/3
to select locales.
cldr_html-v0-5-0
Cldr_HTML v0.5.0
This is the changelog for Cldr HTML v0.5.0 released on June 23rd, 2021. For older changelogs please consult the release tag on GitHub
bug-fixes-2
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-3
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 options before rendering.
cldr_html-v0-4-0
Cldr_HTML v0.4.0
This is the changelog for Cldr HTML v0.4.0 released on June 11th, 2021. For older changelogs please consult the release tag on GitHub
bug-fixes-3
Bug Fixes
- Make
ex_doc
only available in:dev
and:release
cldr_html-v0-3-0
Cldr_HTML v0.3.0
This is the changelog for Cldr HTML v0.3.0 released on May 23rd, 2021. For older changelogs please consult the release tag on GitHub
enhancements-4
Enhancements
Add
Cldr.HTML.Territory.select/3
to select territoriesAdd support for
:style
option inCldr.HTML.Unit.select/3
cldr_html-v0-2-0
Cldr_HTML v0.2.0
This is the changelog for Cldr HTML v0.2.0 released on February 7th, 2021. For older changelogs please consult the release tag on GitHub
enhancements-5
Enhancements
Add
Cldr.HTML.Unit.unit_select/3
Use
Cldr.get_locale/0
notCldr.default_locale/0
as default parameter
cldr_html-v0-1-0
Cldr_HTML v0.1.0
This is the changelog for Cldr HTML v0.1.0 released on November 1st, 2020. For older changelogs please consult the release tag on GitHub
enhancements-6
Enhancements
First hex release
Support CLDR 38