jenkins-bot has submitted this change and it was merged.

Change subject: Release 0.17.0
......................................................................


Release 0.17.0

Change-Id: I0e5fbb4f06304df002c8c1ea7106e8152886cb61
---
M RELEASE-NOTES.md
M ValueView.php
2 files changed, 12 insertions(+), 1 deletion(-)

Approvals:
  Jonas Kress (WMDE): Looks good to me, approved
  jenkins-bot: Verified



diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index f55b1c1..c925fd9 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,5 +1,16 @@
 # ValueView release notes
 
+## 0.17.0 (2016-04-12)
+* `GlobeCoordinateInput` and `TimeInput` do not use 
`jQuery.valueview.ExpertExtender.Toggler` any
+  more.
+* Simplified `jQuery.ui.listrotator` widget:
+  * Removed `$prev` and `$next` elements as well as `prev`, `next` and 
`rotate` methods.
+  * Replaced `$auto` element with "set manually" checkbox.
+  * Removed all `animation` options.
+  * Removed `isRTL` option.
+* Improved `jQuery.ui.inputextender` styles.
+* Made `jQuery.ui.inputextender` animations faster.
+
 ## 0.16.1 (2016-02-22)
 * Fix quantities without unit in `QuantityInput`
 
diff --git a/ValueView.php b/ValueView.php
index e2c7831..fa99ba9 100644
--- a/ValueView.php
+++ b/ValueView.php
@@ -5,7 +5,7 @@
        return 1;
 }
 
-define( 'VALUEVIEW_VERSION', '0.16.1' );
+define( 'VALUEVIEW_VERSION', '0.17.0' );
 
 // Include the composer autoloader if it is present.
 if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/282942
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0e5fbb4f06304df002c8c1ea7106e8152886cb61
Gerrit-PatchSet: 3
Gerrit-Project: data-values/value-view
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Adrian Heine <[email protected]>
Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to