Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 844 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 844 Bytes

Change Log

All notable changes to the "heex-snippets-in-h-sigil" extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

None

[1.2.0] - 2023-10-10

Added

  • snippets for {:noreply, socket}, {:ok, socket}, socket = socket |>

[1.1.1] - 2023-10-08

Added

  • snippet for <:slot></:slot>
  • live_component snippet
  • all phx- LiveView bindings

[1.0.0] - 2023-05-09

Added

  • Snippets for for-loop'ed tags: div, p, li, h1-6, span
  • Snippets for HEEx template: code renderer block (<%= %>), if statement, if else statement, for loop
  • Snippet for custom funcitonal component (;.CUSTOM_COMPONENT => <.CUSTOM_COMPONENT></.CUSTOM_COMPONENT>)