mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-22 23:30:42 +03:00
deprecate HighlighterToolbar.V1
This commit is contained in:
parent
7eb32e591f
commit
b8df142e67
@ -31,7 +31,7 @@ moduleName =
|
||||
|
||||
version : Int
|
||||
version =
|
||||
1
|
||||
2
|
||||
|
||||
|
||||
{-| -}
|
||||
|
@ -1,4 +1,5 @@
|
||||
Nri.Ui.Block.V3,upgrade to V4
|
||||
Nri.Ui.HighlighterToolbar.V1,upgrade to V2
|
||||
Nri.Ui.QuestionBox.V2,upgrade to V3
|
||||
Nri.Ui.QuestionBox.V3,upgrade to V4
|
||||
Nri.Ui.Select.V8,upgrade to V9
|
||||
|
|
@ -76,6 +76,9 @@ hint = 'upgrade to V3'
|
||||
[forbidden."Nri.Ui.Highlighter.V1"]
|
||||
hint = 'upgrade to V2'
|
||||
|
||||
[forbidden."Nri.Ui.HighlighterToolbar.V1"]
|
||||
hint = 'upgrade to V2'
|
||||
|
||||
[forbidden."Nri.Ui.Icon.V3"]
|
||||
hint = 'upgrade to V5'
|
||||
usages = ['component-catalog-app/../src/Nri/Ui/Modal/V3.elm']
|
||||
|
@ -20,7 +20,7 @@ import Test.Html.Selector as Selector
|
||||
|
||||
spec : Test
|
||||
spec =
|
||||
describe "Nri.Ui.HighlighterToolbar.V1"
|
||||
describe "Nri.Ui.HighlighterToolbar.V2"
|
||||
[ describe "tool selection" selectionTests
|
||||
, describe "keyboard behavior" keyboardTests
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user