Current section

48 Versions

Jump to

Compare versions

5 files changed
+11 additions
-3 deletions
  @@ -1,5 +1,13 @@
1 1 # Changelog
2 2
3 +
4 + ## 0.2.5
5 +
6 + Updated components:
7 + - `action_menu` and `select_menu`:
8 + - Added `prompt` slot attr `options` to pass Prompt options. This enables (for example) to postpone submitting a form in the menu by calling `submit` event in the Prompt functions `willHide` or `didHide`.
9 +
10 +
3 11 ## 0.2.4
4 12
5 13 - Fixes a bug where variables in error messages where not interpolated.
  @@ -43,4 +43,4 @@
43 43 {<<"optional">>,false},
44 44 {<<"repository">>,<<"hexpm">>},
45 45 {<<"requirement">>,<<"~> 1.4">>}]]}.
46 - {<<"version">>,<<"0.2.4">>}.
46 + {<<"version">>,<<"0.2.5">>}.
unknownlib/component.ex
File is too large to be displayed (100 KB limit).
  @@ -4,7 +4,7 @@ defmodule PrimerLive.MixProject do
4 4 def project do
5 5 [
6 6 app: :primer_live,
7 - version: "0.2.4",
7 + version: "0.2.5",
8 8 homepage_url: "https://github.com/ArthurClemens/primer_live",
9 9 description: description(),
10 10 package: package(),
  @@ -1,6 +1,6 @@
1 1 {
2 2 "name": "primer-live",
3 - "version": "0.2.3",
3 + "version": "0.2.5",
4 4 "description": "JavaScript and CSS for PrimerLive",
5 5 "license": "MIT",
6 6 "module": "./priv/static/primer-live.esm.js",