From 1adaa810bbf62cc1d1a86f25fd77646189c76689 Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Tue, 6 Jun 2023 16:09:36 -0400 Subject: [PATCH 01/12] Use MackeyRMS/elm-ui --- elm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/elm.json b/elm.json index 9d855f8..5ccb5d0 100644 --- a/elm.json +++ b/elm.json @@ -1,9 +1,9 @@ { "type": "package", - "name": "miniBill/elm-ui-with-context", - "summary": "An augmentation of elm-ui with a global context.", + "name": "MackeyRMS/elm-ui-with-context", + "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "2.0.0", + "version": "1.0.0", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -19,7 +19,7 @@ "dependencies": { "elm/core": "1.0.0 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0", - "mdgriffith/elm-ui": "1.1.0 <= v < 2.0.0" + "MackeyRMS/elm-ui": "1.0.0 <= v < 2.0.0" }, "test-dependencies": {} } From de0989476605115ff74ba8b2aab970224b5baf20 Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Tue, 6 Jun 2023 21:49:54 -0400 Subject: [PATCH 02/12] Require updated elm-ui --- elm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elm.json b/elm.json index 5ccb5d0..8aa4afa 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.0.0", + "version": "1.0.1", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -17,9 +17,9 @@ ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { + "MackeyRMS/elm-ui": "1.0.1 <= v < 2.0.0", "elm/core": "1.0.0 <= v < 2.0.0", - "elm/html": "1.0.0 <= v < 2.0.0", - "MackeyRMS/elm-ui": "1.0.0 <= v < 2.0.0" + "elm/html": "1.0.0 <= v < 2.0.0" }, "test-dependencies": {} } From aece94907f5ab1b4f403c973c08582f0166a6fa2 Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Tue, 6 Jun 2023 22:10:40 -0400 Subject: [PATCH 03/12] Bump elm-ui --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 8aa4afa..79c14d8 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.0.1", + "version": "1.0.2", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -17,7 +17,7 @@ ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { - "MackeyRMS/elm-ui": "1.0.1 <= v < 2.0.0", + "MackeyRMS/elm-ui": "1.0.2 <= v < 2.0.0", "elm/core": "1.0.0 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0" }, From dab566299dc2a9ffad9ac06732991ac70a1bf9d5 Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Thu, 8 Jun 2023 08:59:59 -0400 Subject: [PATCH 04/12] Bump elm-ui --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 79c14d8..60631fc 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.0.2", + "version": "1.0.3", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -17,7 +17,7 @@ ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { - "MackeyRMS/elm-ui": "1.0.2 <= v < 2.0.0", + "MackeyRMS/elm-ui": "1.0.3 <= v < 2.0.0", "elm/core": "1.0.0 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0" }, From f9e0959274c048b6ead4dc21467bc30e8d05b099 Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Tue, 20 Jun 2023 14:24:59 -0400 Subject: [PATCH 05/12] Bump elm-ui --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 60631fc..fa14b0e 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.0.3", + "version": "1.0.4", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -17,7 +17,7 @@ ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { - "MackeyRMS/elm-ui": "1.0.3 <= v < 2.0.0", + "MackeyRMS/elm-ui": "1.0.4 <= v < 2.0.0", "elm/core": "1.0.0 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0" }, From 989e32b00ebbb4b2cd245c4e4112f7f0cd9a716d Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Tue, 20 Jun 2023 14:42:39 -0400 Subject: [PATCH 06/12] Bump elm-ui --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index fa14b0e..7159835 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.0.4", + "version": "1.0.5", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", From b91b337b9200edcda403cf5c3de1f752449c36b2 Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Wed, 28 Jun 2023 16:47:21 -0400 Subject: [PATCH 07/12] Bump elm-ui --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 7159835..820837d 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.0.5", + "version": "1.0.6", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -17,7 +17,7 @@ ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { - "MackeyRMS/elm-ui": "1.0.4 <= v < 2.0.0", + "MackeyRMS/elm-ui": "1.0.6 <= v < 2.0.0", "elm/core": "1.0.0 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0" }, From 2ac092108080163809427eea9aa782f14d6a66b1 Mon Sep 17 00:00:00 2001 From: Austin Erlandson Date: Mon, 13 May 2024 09:28:25 -0500 Subject: [PATCH 08/12] bump elm-ui version. --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 820837d..23bf574 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.0.6", + "version": "1.0.7", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -17,7 +17,7 @@ ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { - "MackeyRMS/elm-ui": "1.0.6 <= v < 2.0.0", + "MackeyRMS/elm-ui": "1.0.7 <= v < 2.0.0", "elm/core": "1.0.0 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0" }, From 8f1fa750485f86b594f4267fc39ca00a048ffeaf Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Mon, 13 May 2024 15:35:42 -0400 Subject: [PATCH 09/12] Bump elm-ui --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 23bf574..97dbd7c 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.0.7", + "version": "1.0.8", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -17,7 +17,7 @@ ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { - "MackeyRMS/elm-ui": "1.0.7 <= v < 2.0.0", + "MackeyRMS/elm-ui": "1.1.0 <= v < 2.0.0", "elm/core": "1.0.0 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0" }, From 1e9aa95c2107f4b41a87127a364cf34cb65c2023 Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Mon, 13 May 2024 15:41:21 -0400 Subject: [PATCH 10/12] Add customEl wrapper --- elm.json | 2 +- src/Element/WithContext.elm | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/elm.json b/elm.json index 97dbd7c..832d0ad 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.0.8", + "version": "1.1.0", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", diff --git a/src/Element/WithContext.elm b/src/Element/WithContext.elm index c4b38b6..d40c6f7 100644 --- a/src/Element/WithContext.elm +++ b/src/Element/WithContext.elm @@ -1,6 +1,6 @@ module Element.WithContext exposing ( with, withAttribute, withDecoration, layout, layoutWith, element, attribute, attr - , Element, none, text, el + , Element, none, text, el, customEl , row, wrappedRow, column , paragraph, textColumn , Column, table, IndexedColumn, indexedTable @@ -36,7 +36,7 @@ module Element.WithContext exposing # Basic Elements -@docs Element, none, text, el +@docs Element, none, text, el, customEl # Rows and Columns @@ -604,6 +604,12 @@ el = wrapAttrs Element.el run +{-| -} +customEl : String -> List (Attribute context msg) -> Element context msg -> Element context msg +customEl nodeName = + wrapAttrs (Element.customEl nodeName) run + + {-| -} row : List (Attribute context msg) -> List (Element context msg) -> Element context msg row = From 6a6c65ea0e57cd5c095ed162e93dce3dba11396d Mon Sep 17 00:00:00 2001 From: Spencer Gaston Date: Tue, 14 May 2024 12:58:13 -0400 Subject: [PATCH 11/12] Add webComponent --- elm.json | 4 ++-- src/Element/WithContext.elm | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/elm.json b/elm.json index 832d0ad..c30835d 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "1.1.0", + "version": "2.0.0", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -17,7 +17,7 @@ ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { - "MackeyRMS/elm-ui": "1.1.0 <= v < 2.0.0", + "MackeyRMS/elm-ui": "2.0.0 <= v < 3.0.0", "elm/core": "1.0.0 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0" }, diff --git a/src/Element/WithContext.elm b/src/Element/WithContext.elm index d40c6f7..492938c 100644 --- a/src/Element/WithContext.elm +++ b/src/Element/WithContext.elm @@ -1,6 +1,6 @@ module Element.WithContext exposing ( with, withAttribute, withDecoration, layout, layoutWith, element, attribute, attr - , Element, none, text, el, customEl + , Element, none, text, el, webComponent , row, wrappedRow, column , paragraph, textColumn , Column, table, IndexedColumn, indexedTable @@ -36,7 +36,7 @@ module Element.WithContext exposing # Basic Elements -@docs Element, none, text, el, customEl +@docs Element, none, text, el, webComponent # Rows and Columns @@ -605,9 +605,9 @@ el = {-| -} -customEl : String -> List (Attribute context msg) -> Element context msg -> Element context msg -customEl nodeName = - wrapAttrs (Element.customEl nodeName) run +webComponent : String -> List (Attribute context msg) -> List (Element context msg) -> Element context msg +webComponent nodeName = + wrapContainer (Element.webComponent nodeName) {-| -} From f385db6d71ca18794d50ce6a2d88fad8fbc20beb Mon Sep 17 00:00:00 2001 From: Austin Erlandson Date: Wed, 15 May 2024 11:54:43 -0500 Subject: [PATCH 12/12] bump --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index c30835d..8441a9f 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MackeyRMS/elm-ui-with-context", "summary": "fork of elm-ui-with-context", "license": "BSD-3-Clause", - "version": "2.0.0", + "version": "2.0.1", "exposed-modules": [ "Element.WithContext", "Element.WithContext.Input", @@ -17,7 +17,7 @@ ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { - "MackeyRMS/elm-ui": "2.0.0 <= v < 3.0.0", + "MackeyRMS/elm-ui": "2.0.1 <= v < 3.0.0", "elm/core": "1.0.0 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0" },