Skip to content

Commit

Permalink
Release v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed Feb 19, 2024
1 parent 23b1a29 commit 0fcfe3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.12.0 (2024-02-XX)
## v0.11.2 (2024-02-19)

* Add support for Liveview >= `v0.20` (#714)
* Add support for debug annotations using liveview's `debug_heex_annotations` config.
Expand All @@ -19,7 +19,7 @@
* The `Form` component along with all form inputs will be moved to a separate project and
later deprecated in favor of their LiveView built-in counterparts.
* Scope-aware context as described in https://surface-ui.org/contexts#scope-aware-context will
be deprecaded and fully removed in `v0.13`. The reason is the lack of built-in support for that
be deprecaded and fully removed in `v0.13`. The reason is the lack of built-in support for the
feature in Liveview itself, which leads to inefficient diff-tracking when using it. Global context
related functions like `Context.put` and `Context.get`, as well as the `:from_context` option, will
be kept as their use don't affect diff-tracking negatively.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Surface.MixProject do
use Mix.Project

@version "0.12.0"
@version "0.11.2"

def project do
[
Expand Down

0 comments on commit 0fcfe3c

Please sign in to comment.