Commit Graph

142 Commits

Author SHA1 Message Date
Brooke
1cff2659bb bump elm-package to 5.12.0 2018-08-21 14:33:33 -07:00
Tessa Kelly
22784fda93 Bump elm package version 2018-08-16 18:32:24 -07:00
Tessa Kelly
c42671c02a Adds V2 (straight copy paste of V1) 2018-08-16 18:10:00 -07:00
James Gary
1c00a0e6b0 Oops, #96 should have been minor, not patch 2018-08-16 11:46:21 -07:00
James Gary
78c62bbfb9 Add pen icon 2018-08-13 14:41:09 -07:00
Hardy Jones
39328eddaa
Bump version to 5.9.1 2018-08-03 13:08:34 -07:00
Stoeffel
a5f8ac4517 v5.9.0 2018-07-27 08:48:37 +02:00
Stoeffel
3bdd74c989 expose Disclosure indicator 2018-07-27 08:46:58 +02:00
Stoeffel
1a7067b78e v5.8.2 2018-07-27 08:36:44 +02:00
Brooke
7cf814c55c 5.8.1 - fix textarea flake bug 2018-07-25 08:19:04 -07:00
Brooke
91ff919ddf 5.8.0 - Add Select V3 2018-07-13 16:13:02 -07:00
Brooke
9cd39bd166 expose Select.V3 module 2018-07-10 17:54:43 -07:00
Tessa Kelly
0a028997d1 MINOR version bump 2018-06-28 11:17:34 -07:00
Tessa Kelly
a2f7f4a63c Adds premium checkbox 2018-06-27 12:15:23 -07:00
Tessa Kelly
d2d075c5fe Bump version 2018-06-27 10:16:09 -07:00
Tessa Kelly
afe0e046eb Expose and use the new Icon module 2018-06-22 11:00:34 -07:00
Tessa Kelly
cecc8b3e15 Merge remote-tracking branch 'origin/master' into ink__update-checkbox 2018-06-19 16:24:11 -07:00
Luke Westby
fe22523e61 bump 2018-06-18 16:45:35 -07:00
Tessa Kelly
994b058bb6 Add new version of the checkbox 2018-06-14 18:15:04 -07:00
Stoeffel
f18d4ac6d6 5.5.2 2018-06-14 09:42:45 +02:00
Brooke
24c1b7fa06 5.5.1 - textarea and textinput styles override selectors on monolith 2018-06-11 16:56:05 -07:00
Jasper Woudenberg
15adb4bd2a 5.5.0 2018-05-31 15:13:05 -07:00
Brooke
b341193678 expose TextArea.V3 and TextInput.V3 2018-05-31 15:07:15 -07:00
Jasper Woudenberg
20c89df778 5.4.0 2018-05-30 17:38:51 -07:00
Jasper Woudenberg
bbd42a44d4 5.3.0 2018-05-30 17:35:41 -07:00
Jasper Woudenberg
6e85f8fc0f Expose Nri.Ui.InputStyles 2018-05-30 17:22:17 -07:00
Jasper Woudenberg
a56dc32d10 Merge branch 'master' into textarea-v2-minimum-height 2018-05-29 14:52:01 -07:00
Brooke
347b85577b Bump to 5.2.0 - add writing style textinput 2018-05-29 11:07:18 -07:00
Brooke
66ba9c1973 expose Nri.ui.TextInput.V2 to the wild 2018-05-29 10:52:39 -07:00
Jasper Woudenberg
2a77a03efc Migrate TextArea.V2 to Html.Styled
This does not actually migrate the styles themselves yet, it just
changes the Html type of the `TextArea` exposed from the module.
2018-05-18 10:35:31 +02:00
Jasper Woudenberg
670563cc83 Expose TextArea.V2 from library 2018-05-18 10:18:04 +02:00
Jasper Woudenberg
db8d151ddd 5.1.0
This looks like a major version bump but isn't. Version 5.0.0 has
already been released, but it looks like an elm-package.json with that
version was never committed.
2018-05-17 12:22:56 +02:00
Jasper Woudenberg
6d7b18c624 Expose Nri.Ui.Text.V2 2018-05-17 12:19:51 +02:00
James Gary
37c4d95bc3 Add mastery badge icon 2018-05-11 13:39:15 -07:00
Jasper Woudenberg
d169fa4ccf 4.14.0 2018-05-03 14:38:52 +02:00
Jasper Woudenberg
d6a10d1ed4 Merge branch 'master' into extract-nri-page 2018-05-03 14:19:22 +02:00
Jasper Woudenberg
f66803640a 4.13.0 2018-05-03 11:37:29 +02:00
Jasper Woudenberg
44c58c2bc0 Merge branch 'master' into table-v2 2018-05-03 09:39:18 +02:00
Jasper Woudenberg
74b07feb8e Bump 4.12.0 2018-05-02 11:43:07 +02:00
Michael Glass
dbd0468e2e
bump 4.11.1 2018-05-02 10:54:25 +02:00
Michael Glass
c21a6856c2
allow for elm-css 14 2018-05-01 23:31:02 +02:00
Jasper Woudenberg
881139dba9 bump 4.11.0 2018-05-01 19:00:35 +02:00
Jasper Woudenberg
982fbc6f24 Extract Nri.Page from monolith
This contains premade error pages.
2018-05-01 17:20:57 +02:00
Jasper Woudenberg
3e59b7c825 Port over the latest Nri.Button from the monolith 2018-04-30 12:58:42 +02:00
Jasper Woudenberg
dc87a14925
Merge branch 'master' into table-v2 2018-04-30 10:19:11 +02:00
Juan Edi
9fe7b3ed81 Bump to 4.10.0 2018-04-25 17:49:26 -03:00
Jasper Woudenberg
de10ffb43e New table version that takes any css width
This way you're not limited to creating tables with fixed-width columns.
This also makes the table take up the maximum available width space by
default.
2018-04-25 19:10:34 +02:00
Jasper Woudenberg
e0e22c9e09 Bump 4.9.1 2018-04-25 14:20:42 +02:00
Jasper Woudenberg
cb930b6205 Bump version to 4.9.0 2018-04-25 09:34:01 +02:00
Jasper Woudenberg
979a49002f Expose Nri.Ui.Table.V1 2018-04-24 18:45:53 +02:00