Deprecate jquery.arrowSteps module
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 15 Sep 2016 16:29:14 +0000 (16:29 +0000)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 15 Sep 2016 16:33:38 +0000 (16:33 +0000)
Bug: T144974
Change-Id: I765902082e6a71ca69983a2e67dcc856ad8b6ca8

RELEASE-NOTES-1.28
resources/Resources.php

index 1f4b8dc..03cba09 100644 (file)
@@ -169,6 +169,7 @@ changes to languages because of Phabricator reports.
   phpunit.php: --regex and --keep-uploads. Instead of --regex, use --filter.
   Instead of --keep-uploads, use the same option to parserTests.php, but you
   must specify a directory with --upload-dir.
+* The 'jquery.arrowSteps' ResourceLoader module is now deprecated.
 
 == Compatibility ==
 
index 63c3490..89168db 100644 (file)
@@ -166,6 +166,7 @@ return [
                'scripts' => 'resources/lib/jquery/jquery.appear.js',
        ],
        'jquery.arrowSteps' => [
+               'deprecated' => true,
                'scripts' => 'resources/src/jquery/jquery.arrowSteps.js',
                'styles' => 'resources/src/jquery/jquery.arrowSteps.css',
                'targets' => [ 'desktop', 'mobile' ],