Commit Graph

2973 Commits

Author SHA1 Message Date
Brian Hicks
77f720e696
Merge pull request #588 from NoRedInk/12.0.0
bump to 12.0.0
2020-08-20 16:28:04 -05:00
Brian Hicks
0e7f3bd18f bump to 12.0.0 2020-08-20 16:21:02 -05:00
Juan Edi
cf9a0b1fe9
Merge pull request #587 from NoRedInk/rich-text-in-segmented-control-tooltips
various upgrades to segmented controls
2020-08-20 18:19:02 -03:00
Brian Hicks
b02d90c59d fix up the tests... again 2020-08-20 16:01:42 -05:00
Brian Hicks
9aead358a5 allow SegmentedControl to be centered 2020-08-20 15:58:31 -05:00
Brian Hicks
95b1592854 fix up tests 2020-08-20 15:45:26 -05:00
Brian Hicks
b31e31a0fc replace toString with idString in viewRadioGroup 2020-08-20 15:43:57 -05:00
Brian Hicks
f54ff424c5 use idString instead of toString 2020-08-20 15:41:50 -05:00
Brian Hicks
bae4303bb6 allow HTML in radio options 2020-08-20 15:17:45 -05:00
Brian Hicks
e979190537 allow HTML in labels 2020-08-20 15:13:35 -05:00
Brian Hicks
85bcfbe424 copy v11 -> v12 2020-08-20 15:07:18 -05:00
Tessa
f4a4c9aad5
Merge pull request #585 from NoRedInk/tessa/remove-modal-v9
Tessa/remove modal v9
2020-08-20 09:22:17 -07:00
Tessa
cfa65b53b5
Merge branch 'master' into tessa/remove-modal-v9 2020-08-20 08:16:18 -07:00
Juan Edi
7b770ac00d
Merge pull request #586 from NoRedInk/tessa/remove-tabs-v5
💀 remove tabs v5
2020-08-19 18:37:35 -03:00
Tessa Kelly
b12520fedf 💀 remove tabs v5 2020-08-18 14:05:09 -07:00
Tessa Kelly
d5d83bcbde 💀 remove modal v9 2020-08-18 14:01:28 -07:00
Tessa Kelly
98614d2f7f Fix Modal docs links 2020-08-18 14:01:28 -07:00
Tessa
53b69ce90a
Merge pull request #584 from NoRedInk/dansby/tabs-heading
Adjust styling of tabs heading
2020-08-18 14:01:08 -07:00
Tessa Kelly
3600c9df4c Apply 4c74301d52 changes to V6 tabs component 2020-08-18 13:55:43 -07:00
Tessa Kelly
c6b495edc5 Revert "adjust styling of heading"
This reverts commit 4c74301d52.
2020-08-18 13:53:38 -07:00
Tessa
91920b865f
Merge branch 'master' into dansby/tabs-heading 2020-08-18 13:44:15 -07:00
Ben Dansby
4c74301d52 adjust styling of heading 2020-08-18 12:09:23 -07:00
Juan Edi
2385db9c42
Merge pull request #582 from NoRedInk/tessa/remove-old-segmented-controls
💀 remove segmented control v9 and v10
2020-08-18 15:22:13 -03:00
Tessa
9c608059bb
Merge branch 'master' into tessa/remove-old-segmented-controls 2020-08-17 15:20:05 -07:00
Brian Hicks
ce8d067783
Merge pull request #583 from NoRedInk/11.1.1
bump to 11.1.1
2020-08-17 17:12:50 -05:00
Brian Hicks
d8e15f0fd0 bump to 11.1.1 2020-08-17 17:07:58 -05:00
Brian Hicks
ad060cddeb
Merge pull request #581 from NoRedInk/segmentedcontrol-radio-button-checked-attr
add checked attribute to SegmentedControl radio view
2020-08-17 17:07:36 -05:00
Tessa Kelly
9c8e475aa8 💀 remove segmented control v9 and v10 2020-08-17 13:47:27 -07:00
Brian Hicks
dface805bc add a separate checked attribute for writing tests against
The basic problem here: `node.checked = true` in a real browser does not
modify the DOM; it only modifies the internal state of the element. It shows
up in our tests because `Test.Html.Query` makes all the elements and properties
visible for testing.

To get around this, we just add a `data-nri-checked` for automated tests
to use.
2020-08-17 12:23:39 -05:00
Brian Hicks
3bbcc27d20 test checked attribute (since QA will be depending on it in their tests) 2020-08-17 12:23:39 -05:00
Brian Hicks
2e1fa2e36b add the "checked" attribute to segmented controls that are selected 2020-08-17 12:23:39 -05:00
Juan Edi
9053c4d283
Merge pull request #580 from NoRedInk/make-tests-nicer
Make tests nicer
2020-08-14 13:47:16 -03:00
Tessa
7aec67a782
Merge pull request #579 from NoRedInk/elm-0.19.1
Elm 0.19.1
2020-08-13 17:10:46 -07:00
Brian Hicks
94f5d0e5cc move TextInput teests to a non-versioned file 2020-08-13 16:40:03 -05:00
Brian Hicks
8b91af1ccb move SlideModal tests to a non-versioned file 2020-08-13 16:39:20 -05:00
Brian Hicks
b6dc6a21c8 move PremiumCheckbox tests to a non-versioned file 2020-08-13 16:38:48 -05:00
Brian Hicks
dc16e11cab trigger rebuild on test files as well as src files 2020-08-13 16:35:48 -05:00
Brian Hicks
b014df5af7 move Tooltip tests to a non-versioned file 2020-08-13 16:35:23 -05:00
Brian Hicks
9a51b4b5c2 move SortableTable tests to a non-versioned file 2020-08-13 16:34:03 -05:00
Brian Hicks
c7d6bafc96 move Page tests to a non-versioned file 2020-08-13 16:33:15 -05:00
Brian Hicks
189fbf0881 mark existing specs as OK to have deprecated imports 2020-08-13 16:27:30 -05:00
Brian Hicks
19fd32831b look in tests for deprecated imports 2020-08-13 16:23:49 -05:00
Brian Hicks
e34e887b43 upgrade elm-version in the styleguide 2020-08-13 16:13:07 -05:00
Brian Hicks
72b5aeeb69 delete spec for deprecated component 2020-08-13 16:12:18 -05:00
Brian Hicks
cbe378a414 upgrade Elm to 0.19.1 (how did this work before?) 2020-08-13 16:10:43 -05:00
Luke Westby
8bde27d097
Merge pull request #577 from NoRedInk/kraken/bump-11-1-0
bump 11.1.0
2020-08-12 16:33:24 -07:00
Luke Westby
7cc5111676 bump 2020-08-12 16:21:05 -07:00
Luke Westby
8ab55ec70b
Merge pull request #576 from NoRedInk/more-flexible-modals
Implement Modal.V10
2020-08-12 16:12:42 -07:00
Ju Liu
2072d2f44b Make deprecation script ignore imports in commetns 2020-08-12 17:04:23 +01:00
Ju Liu
be9c2e42c5 Implement Modal.V10
Which allows an easier way to customize the modal styling
2020-08-12 15:18:21 +01:00