Skip to content

Commit ae210f4

Browse files
committed
Prepare v0.2.0 release
1 parent d751132 commit ae210f4

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.2.0
4+
5+
- Store discovered icons in a readable JSON manifest
6+
- Render normalized `%Iconify.Icon{}` data directly from the manifest
7+
- Add compile-time discovery through Elixir AST traversal and Phoenix LiveView tokenization
8+
- Add accessibility, sizing, and transformation options to `<.icon />`
9+
- Add `prefetch`, `audit`, and `clean` Mix tasks
10+
- Add CI checks with Credo, Reach smell checks, ExDNA, and tests
11+
- Polish README and package metadata for the `elixir-volt` organization
12+
313
## v0.1.0
414

515
- Initial release

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PhoenixIconify.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.2.0"
55
@source_url "https://github.com/elixir-volt/phoenix_iconify"
66

77
def project do

0 commit comments

Comments
 (0)