From b7c794e63b2851d604329e82f70f718e6c5d9a82 Mon Sep 17 00:00:00 2001 From: Sergio Arbeo Date: Thu, 5 Dec 2024 12:59:31 +0100 Subject: [PATCH] v0.9.0 --- README.md | 5 +++-- mix.exs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ff1e51..c459772 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/mix.exs b/mix.exs index a44fec7..921c60e 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [