temple v0.6.0 Release Notes

  • ๐Ÿ‘ Temple now is written to be fully compatible with Phoenix LiveView! This comes with substantial internal changes as well as a better component API.

    Phoenix LiveView

    Temple now outputs LiveView compatible EEx at compile time, which is fed right into the normal LiveView EEx engine (or the traditional HTML Engine if you are not using LiveView).

    Components

    Temple now has a more complete component API.

    Components work with anywhere, whether you are writing a little plug app, a vanilla Phoenix app, or a Phoenix LiveView app!

    ๐Ÿ‘€ Please see the documenation for more information.

    To migrate component from the 0.5.0 syntax to the 0.6.0 syntax, you can use the following as a guide