[v0.2.0] — 2026-05-15
-
Gettext-backed localization of the picker's UI strings (aria labels, search placeholder, section headers, empty-state). Catalog ships English source plus de, fr, and ja translations. Activated via
Money.Input.Gettextbackend.:gettextis now a required dep when the components are used (it was optional in 0.1). -
Currency names in the picker rendering localize to the active locale via
Localize.Currency.display_name/2instead of the static English:namefield. -
Money.Input.Visualizerand the standalone helper have moved to the siblingmoney_input_playgroundpackage (under theMoneyInputPlayground.Visualizernamespace). Drops the:plugand:banditoptional deps from this package. If you embedded the visualizer in your own router viaforward "/money-input", Money.Input.Visualizer, add{:money_input_playground, "~> 0.1", only: :dev}and update the forward target toMoneyInputPlayground.Visualizer.