Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Serabe committed Dec 5, 2024
1 parent 023a88e commit b7c794e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ while keeping the interactivity.

> Version `0.7.0` drops support for some older versions of Elixir, OTP, Phoenix and Phoenix LiveView. This was done because the current CI matrix generated 24 different builds and just adding OTP 26 would mean duplicating that. Also, removing support for LiveView 0.18.16 drop some code.
> Note: Current version supports OTP 25 and above, Elixir 1.14 and above, Phoenix 1.7, and LiveView 0.19 and above. When live_isolated_component reaches 1.0, it'll only actively support latest OTP and previouw, latest Elixir and previous, and LiveView above 1.0. That means that as soon as a version that is not supported actively starts to warns or error in CI, its support will be dropped. Thank you for your understanding!
```elixir
def deps do
[
# For support for LiveView 1.0.0:
# target the main branch

{:live_isolated_component, "~> 0.9.0", only: [:dev, :test]}
# For support for LiveView 0.20:
{:live_isolated_component, "~> 0.8.0", only: [:dev, :test]}
# If you are using OTP 25 or above, Elixir 1.14, Phoenix 1.7, LiveView 0.19:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule LiveIsolatedComponent.MixProject do
use Mix.Project

@source_url "https://github.com/Serabe/live_isolated_component"
@version "0.8.0"
@version "0.9.0"

def project do
[
Expand Down

0 comments on commit b7c794e

Please sign in to comment.