Skip to content

v0.9.2

Choose a tag to compare

@ddon ddon released this 08 Jun 19:34
· 1 commit to main since this release

Fixed

  • phoenix_kit_ai floor raised to ~> 0.4 — the AI-translation move (PhoenixKitAI.{Translatable,Translations,Components.AITranslate.*}) actually ships in phoenix_kit_ai 0.4.0. The previous ~> 0.3 floor (shipped in 0.9.0/0.9.1) resolved to 0.3.0, which predates the move and fails to compile against this module's AITranslatable / AITranslateBinding / form LVs. Fresh installs of 0.9.0/0.9.1 were broken; this corrects the constraint.

Changed

  • Reordered the PhoenixKitAI.Components.AITranslate.FormGlue alias in the project/task/template form LiveViews so the PhoenixKitAI.* alias sorts ahead of PhoenixKitProjects.* (Credo --strict alphabetical-alias check). No behavior change.

Hex: https://hex.pm/packages/phoenix_kit_projects/0.9.2
Docs: https://hexdocs.pm/phoenix_kit_projects/0.9.2

🤖 Generated with Claude Code