Jforrester has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/229309

Change subject: Tag v0.12.3
......................................................................

Tag v0.12.3

Change-Id: I04ea8dd7d04bd64f26524a0c41c137d39c8813a4
---
M History.md
M README.md
M package.json
3 files changed, 23 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/09/229309/1

diff --git a/History.md b/History.md
index 2d46b84..022405b 100644
--- a/History.md
+++ b/History.md
@@ -1,8 +1,28 @@
 # OOjs UI Release History
 
-## v0.12.2 / 2015-07-28
+## v0.12.3 / 2015-08-04
+### Features
+* FieldLayout: Allow displaying errors or notices next to fields (Bartosz 
Dziewoński)
 
 ### Styles
+* ToggleSwitchWidget: Update according to spec (Prateek Saxena)
+* MediaWiki, Apex themes: Fix height of frameless toolbar button (Ed Sanders)
+
+### Code
+* Add OO.ui.isSafeUrl() to make sure url targets are safe client-side (Kunal 
Mehta)
+* ButtonOptionWidget: Make it more difficult to set an inappropriate 
'tabIndex' (Bartosz Dziewoński)
+* Mixin TitledElement into DropdownInputWidget and FieldLayout (Florian)
+* Revert "Dialog: Increase z-index of .oo-ui-dialog to 1000+" (Ed Sanders)
+* build: Exclude irrelevant files from Composer PHP package (Timo Tijhof)
+* build: Move phpcs config from composer.json to phpcs.xml (Timo Tijhof)
+* build: Output doxygen to "doc" for consistency with other PHP libraries 
(Kunal Mehta)
+* build: Switch svg2png to personal build which fixes long lines (James D. 
Forrester)
+* docparser: Add rudimentary error handling (Bartosz Dziewoński)
+* tests: Twist the time in comparison tests in a different manner (Bartosz 
Dziewoński)
+* testsuitegenerator: Output the number of generated test cases (Bartosz 
Dziewoński)
+
+## v0.12.2 / 2015-07-28
+### Styles
 * Dialog: Increase z-index of .oo-ui-dialog to 1000+ (Prateek Saxena)
 * MediaWiki theme: Create new 'accessibility' icon pack (Violetto)
 
diff --git a/README.md b/README.md
index 0c0e427..cbf699c 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@
 $ git checkout -B release -t origin/master
 
 # Ensure tests pass
-$ npm install && composer update && npm test
+$ npm install && composer update && npm test && composer test
 
 # Avoid using "npm version patch" because that creates
 # both a commit and a tag, and we shouldn't tag until after
diff --git a/package.json b/package.json
index 8f4177a..2878b82 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "oojs-ui",
-  "version": "0.12.2",
+  "version": "0.12.3",
   "description": "User interface classes built on the OOjs framework.",
   "keywords": [
     "oojs-plugin",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I04ea8dd7d04bd64f26524a0c41c137d39c8813a4
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to