Commit Graph

388 Commits

Author SHA1 Message Date
Tessa
689d373430
Merge pull request #732 from NoRedInk/tessa/kill-old-components
Tessa/kill old components
2021-11-15 17:48:25 -08:00
Mariano Abel Coca
3add632b3d Bump version 2021-11-12 15:45:57 -03:00
Tessa Kelly
d5bf1577b4 💀 Select V7 2021-11-12 09:56:04 -08:00
Tessa Kelly
ff8e6ac406 Bump 2021-11-09 13:06:28 -08:00
Tessa Kelly
835c7d777d 💀 remove TextInput.V6 2021-11-09 12:51:33 -08:00
Tessa Kelly
2e2c93a0bd 💀 remove RadioButton.V1 2021-11-09 12:49:54 -08:00
Tessa Kelly
f4237ac510 💀 remove Modal.V10 2021-11-09 12:48:39 -08:00
Tessa Kelly
aa252e0348 💀 remove Select V5 2021-11-09 12:38:31 -08:00
Tessa Kelly
f97382c1a3 💀 remove Text.V5 2021-11-09 12:36:38 -08:00
Tessa Kelly
d721de6d38 💀 remove Nri.Ui.Container.V1 2021-11-09 12:35:58 -08:00
Tessa Kelly
16c81ede29 💀 remove Button V8 2021-11-09 12:35:57 -08:00
Tessa Kelly
4978d449b5 Merge remote-tracking branch 'origin/master' into tessa/select-with-label 2021-11-08 14:51:16 -08:00
Tessa Kelly
b2f8eba297 bump 2021-11-04 14:27:53 -07:00
Tessa Kelly
bb9819fb7b Update to V8: 2021-11-04 09:33:24 -07:00
Tessa Kelly
f91f063259 Bump 2021-11-03 10:40:50 -07:00
Tessa
b187f990a7
Merge pull request #759 from NoRedInk/kraken/text-input-v7
Kraken/text input v7
2021-11-02 16:02:51 -07:00
Tessa Kelly
d34b1e2f07 Bump 2021-11-01 14:56:37 -07:00
Tessa Kelly
21d42e1bba Switch to V7 2021-10-29 11:05:06 -07:00
Tessa Kelly
f478bcc508 V5 -> V6 2021-10-27 19:14:11 -07:00
Alex Perkins
af9b4cc6d8 bump for TextInput.onEnter 2021-10-27 15:46:25 -04:00
Alex Perkins
e8f8f4dc38 add an attr for Enter keydown events
Note that there can only be one `on "keydown"` event on a DOM node
so any more complex event handlers will need to use a custom event
instead

```
onEnter : msg -> TextInput.Attribute msg
onEnter msg =
    (\event ->
        case event.key of
            Just "Enter" ->
                if noModifiers event then
                    Just msg

                else
                    Nothing

            _ ->
                Nothing
    )
        |> considerKeyboardEvent
        |> HtmlEvents.on "keydown"
        |> TextInput.custom
```
2021-10-27 10:43:53 -04:00
Tessa Kelly
8b5fc7f331 Bump 2021-10-26 09:30:19 -07:00
Tessa Kelly
178dae1422 Expose Nri.Ui.Container.V2 2021-10-22 09:39:40 -07:00
Liz Krane
2293e817da Bump to 14.4.0 2021-10-18 11:31:32 -07:00
Tessa Kelly
7eeb5140fe Bump noredink-ui version 2021-10-15 09:59:04 -07:00
Tessa Kelly
43c9e6c634 Bump versions 2021-10-15 09:58:47 -07:00
Tessa Kelly
d8eb845fea Expose Nri.Ui.Container 2021-10-13 10:44:50 -07:00
Mariano Abel Coca
bcc82d46df Bump version to 14.2.1 2021-10-12 14:29:40 -03:00
Tessa
a2286b73eb
Merge pull request #740 from NoRedInk/dansby/bump-to-14.2
Bump to 14.2.0
2021-10-05 16:24:53 -07:00
Ben Dansby
da35342570 bump to 14.2 2021-10-05 16:08:18 -07:00
Tessa Kelly
e02b4847a2 Adds MediaQuery 2021-10-04 15:29:59 -07:00
Tessa Kelly
0a90684ba4 Bump 2021-10-04 10:08:54 -07:00
Tessa Kelly
9d8829f86a Adds Nri.Ui.Balloon.V1 (straight copy from monolith) 2021-09-28 14:21:09 -07:00
Brian Hicks
9a1fd544ae bump to 14.0.0 2021-09-08 13:52:38 -05:00
Ben Dansby
157bb5b482 Update elm.json 2021-09-07 09:46:36 -07:00
Stoeffel
e4e5f03e8a Bump to 13.2.0 2021-08-31 07:46:54 +02:00
Juan Wajnerman
af9017e92d
Expose Menu.V3 2021-08-27 19:00:23 -03:00
Brian Hicks
6053fbba68 bump to 13.1.1 2021-08-25 14:20:58 -05:00
Brian Hicks
8d9e96ca58 bump to 13.1.0 2021-06-25 16:17:04 -05:00
Tessa Kelly
92b9bbe492 Bump 2021-06-03 09:48:04 -07:00
Tessa Kelly
fb4b222d09 Bump 2021-06-02 17:55:37 -07:00
Tessa Kelly
5e3ed21969 Add tooltip v1 back in, since it's used by Menu.V1 still... 2021-05-27 18:34:27 -07:00
Tessa Kelly
8d914ea054 💀 remove missed file 2021-05-27 18:33:57 -07:00
Tessa Kelly
ec25c765eb Add missing test dependency 2021-05-27 18:30:31 -07:00
Tessa Kelly
83399931da Update dependencies 2021-05-27 18:30:31 -07:00
Tessa Kelly
ec94f91039 💀 remove unused components 2021-05-27 18:30:30 -07:00
Juan Edi
447f550fa1 bump to 12.23.0 2021-05-26 16:21:33 -03:00
Nuno Ferreira
0302b33d7e bumping to 12.22.0 2021-05-26 15:57:01 +01:00
Tessa Kelly
c3ea401fb7 Bump 2021-05-18 13:21:27 -07:00
Tessa Kelly
b17a190d70 Adds elm/http 2021-05-12 16:02:26 -07:00