Commit Graph

3160 Commits

Author SHA1 Message Date
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
Tessa
f00a76bbaf
Merge pull request #571 from NoRedInk/tessa/bump-segmented-control-and-deletions
Version 11
2020-08-06 09:30:08 -07:00
Tessa Kelly
09f1012ab2 Version 11 2020-08-06 09:25:38 -07:00
Tessa
7be8e70d34
Merge pull request #570 from NoRedInk/axe/segmented-control-and-tabs
Axe/segmented control and tabs
2020-08-06 09:19:20 -07:00
Tessa Kelly
beda1eaa3f Fix Percy diff 2020-08-05 16:32:43 -07:00
Tessa Kelly
6a9ebcd980 Adds misisng legend 2020-08-05 16:22:33 -07:00
Tessa Kelly
ca714c5775 Update the keyboard support notes 2020-08-05 15:58:40 -07:00
Tessa Kelly
814fc0cc51 Adds focusability to tabpanel 2020-08-05 15:58:29 -07:00
Tessa Kelly
46b181f0f4 Show the focus state 2020-08-05 15:53:22 -07:00
Tessa Kelly
d7b6d9fdf0 🎨 make the API consistent 2020-08-05 15:25:26 -07:00
Tessa Kelly
f815a4bb13 Use TabsInternal for Segmentedcontrol 2020-08-05 15:19:09 -07:00
Tessa Kelly
bcd3135c39 Begin basing segmented control off of tabsinternal 2020-08-05 15:03:22 -07:00
Tessa Kelly
e91c39ffe7 🎨 tidy tabs imports 2020-08-05 14:52:38 -07:00
Tessa Kelly
c277a30578 Switch tabs v6 over to tabsinternal 2020-08-05 14:50:50 -07:00