We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d1738 commit 5b9f0b7Copy full SHA for 5b9f0b7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.12.1 (2025-02-14)
4
+
5
+* Support Liveview `1.0` (#760)
6
+* Improve errors and diagnostics (#757)
7
+* Fix printing diagnostics on hot code reloading (#754)
8
+* Fix attr={...} error
9
10
## v0.12.0 (2024-09-24)
11
12
* Add column information to diagnostics to improve error/warning messages during compiler validation
mix.exs
@@ -1,7 +1,7 @@
defmodule Surface.MixProject do
use Mix.Project
- @version "0.12.0"
+ @version "0.12.1"
@source_url "https://github.com/surface-ui/surface"
@homepage_url "https://surface-ui.org"
0 commit comments