Current section
48 Versions
Jump to
Current section
48 Versions
Compare versions
4
files changed
+9
additions
-5
deletions
| @@ -1,5 +1,9 @@ | |
| 1 1 | # Changelog |
| 2 2 | |
| 3 | + ## 0.5.3 |
| 4 | + |
| 5 | + Downgraded `phoenix_live_view` version to `0.19`; both `0.19` and `0.20` should be compatible. |
| 6 | + |
| 3 7 | ## 0.5.2 |
| 4 8 | |
| 5 9 | Added JS and CSS exports for Prompt functionality only. This is useful when you want to use menu/dialog/drawer behavior without Primer Design CSS. See the installation documentation for details. |
| @@ -1,7 +1,7 @@ | |
| 1 1 | {<<"links">>, |
| 2 2 | [{<<"GitHub">>,<<"https://github.com/ArthurClemens/primer_live">>}]}. |
| 3 3 | {<<"name">>,<<"primer_live">>}. |
| 4 | - {<<"version">>,<<"0.5.2">>}. |
| 4 | + {<<"version">>,<<"0.5.3">>}. |
| 5 5 | {<<"description">>, |
| 6 6 | <<"An implementation of GitHub's Primer Design System for Phoenix LiveView.">>}. |
| 7 7 | {<<"app">>,<<"primer_live">>}. |
| @@ -49,7 +49,7 @@ | |
| 49 49 | [{<<"name">>,<<"phoenix_live_view">>}, |
| 50 50 | {<<"app">>,<<"phoenix_live_view">>}, |
| 51 51 | {<<"optional">>,false}, |
| 52 | - {<<"requirement">>,<<"~> 0.20">>}, |
| 52 | + {<<"requirement">>,<<"~> 0.19">>}, |
| 53 53 | {<<"repository">>,<<"hexpm">>}], |
| 54 54 | [{<<"name">>,<<"jason">>}, |
| 55 55 | {<<"app">>,<<"jason">>}, |
| @@ -4,7 +4,7 @@ defmodule PrimerLive.MixProject do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :primer_live, |
| 7 | - version: "0.5.2", |
| 7 | + version: "0.5.3", |
| 8 8 | homepage_url: "https://github.com/ArthurClemens/primer_live", |
| 9 9 | description: description(), |
| 10 10 | package: package(), |
| @@ -36,7 +36,7 @@ defmodule PrimerLive.MixProject do | |
| 36 36 | {:ex_doc, "~> 0.30", only: :dev}, |
| 37 37 | {:phoenix_ecto, "~> 4.4", only: :test, runtime: false}, |
| 38 38 | {:phoenix_html, "~> 3.3"}, |
| 39 | - {:phoenix_live_view, "~> 0.20"}, |
| 39 | + {:phoenix_live_view, "~> 0.19"}, |
| 40 40 | {:jason, "~> 1.4"} |
| 41 41 | ] |
| 42 42 | end |
| @@ -1,6 +1,6 @@ | |
| 1 1 | { |
| 2 2 | "name": "primer-live", |
| 3 | - "version": "0.5.2", |
| 3 | + "version": "0.5.3", |
| 4 4 | "description": "JavaScript and CSS for PrimerLive", |
| 5 5 | "license": "MIT", |
| 6 6 | "module": "./priv/static/primer-live.esm.js", |