Commit Graph

371 Commits

Author SHA1 Message Date
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
Tessa Kelly
1504296d44 Bump 2021-05-11 16:52:49 -07:00
Tessa Kelly
91b87b7ec8 Update to Accordion V3 version 2021-05-05 16:03:57 -07:00
Tessa
f3fbc633d5
Merge branch 'master' into fab/menu 2021-04-22 18:16:22 -07:00
Juan Edi
ddf52758fa bump to 12.18.1 2021-04-13 18:55:55 -03:00
Brian Hicks
e0337c5677 bump to 12.18.0 2021-04-07 10:47:42 -05:00
Brian Hicks
056314f75f expose SegmentedControl.V14 2021-04-06 16:13:23 -05:00
Tessa Kelly
c5c7a24c99 copy V1 to V2 2021-03-04 11:22:50 -08:00
Tessa Kelly
1b91c898b9 Bump version 2021-03-02 14:38:39 -08:00
Ju Liu
543d3c5185 Bump to 12.16.2 2021-02-10 11:11:48 +00:00
Juan Edi
e957723371 bump to 12.16.1 2021-02-03 11:22:00 -03:00
Tessa Kelly
45a0868b92 bump 2021-01-25 11:13:07 -08:00
Ju Liu
8b6970c40d Fix exports 2021-01-20 11:14:54 +00:00
Tessa Kelly
e3e259eeb8 Bump 2021-01-05 12:29:59 -08:00
Tessa Kelly
8b501eb06d Update elm version 2020-12-15 13:42:48 -08:00
Tessa Kelly
dd5b6e9708 New version 2020-12-14 12:12:04 -08:00
Brian Hicks
b499c52ea1 bump to 12.13.0 2020-12-11 11:54:59 -06:00
Brian Hicks
a3c2e97ad2 first pass at Switch API and display 2020-12-10 14:07:34 -06:00