Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

3.16.0

Compare
Choose a tag to compare
@swilliamset swilliamset released this 03 May 19:34
· 244 commits to master since this release

3.16.0 (Wed May 03 2017 15:25:48 GMT-0400 (EDT))

New feature

.required class on form labels adds a splat (*).

image

<div class="form-group required">
	<label for="myCustomCheckboxWrapper" class="control-label">Checkbox Group</label>
        .
        .
        .
</div>

Closed issues:

Merged pull requests:

Change log

  • b926440 - akamai moved to ssh-dss requiring update to fuel cdn push (Stephen Williams)
  • a2b68c6 - Fix a few small typos (Ryan Guest)
  • b6a7a60 - chore(package): update grunt-contrib-qunit to version 2.0.0

https://greenkeeper.io/ (greenkeeperio-bot)

  • 2ea411b - chore(package): update grunt-contrib-uglify to version 2.3.0

https://greenkeeper.io/ (greenkeeperio-bot)

Fix a few small typos (Stephen W. Williams)

  • de36f31 - update repeater test to only assert on appropriate instance of trigger (Stephen Williams)
  • 5c61b38 - bowered qunit >2.3.0 fails on `rendered.fu.repeater` test. pinning to 2.3.0 (Stephen Williams)
  • d7c3ac8 - Merge pull request #1961 from swilliamset/repair-travis-qunit

Repair travis qunit (Christopher McCulloh)

  • 1d892f9 - Merge branch 'master' into greenkeeper-grunt-contrib-uglify-2.3.0 (Stephen W. Williams)
  • 762b6ae - Merge branch 'master' into greenkeeper-grunt-contrib-qunit-2.0.0 (Stephen W. Williams)
  • 55a700e - whitespace (Stephen Williams)
  • b35c948 - add validation and require support to templates (Stephen Williams)
  • a5ad40f - add required class form group for asterisk on control label (Stephen Williams)
  • 374faed - (w3847298) add hbs driven checkbox to index page with validation state of error for testing (Christopher McCulloh)
  • 7b267a8 - Merge pull request #2 from cormacmccarthy/swilliamset-w3847298-support-validation

(w3847298) add hbs driven checkbox to index page with validation stat… (Stephen W. Williams)

  • d9fd9b9 - Make spinbox trigger changed after setValue

After programmatically setting the value of the spinbox, the previous
value would be retained in the lastValue property of the control,
causing the "changed" event not to get triggered if the user were to
enter the previous value again. To avoid this, the current setValue
method was converted into a private method with an additional parameter
to set the last value, and the public method will wrap this and pass
that parameter, while internal uses of the method will use the private
method to avoid other side effects.

Fixes #1950 (svarga)

  • c8bf0bf - Merge pull request #1959 from swilliamset/w3847298-support-validation

add validation support to templates (Christopher McCulloh)

  • 26cbb9a - chore(package): update serve-static to version 1.12.2

https://greenkeeper.io/ (greenkeeperio-bot)

  • b0052c3 - Merge branch 'master' into fix-spinbox-changed (Christopher McCulloh)
  • d025932 - Merge pull request #1960 from vargasd/fix-spinbox-changed

Make spinbox trigger changed after setValue (Stephen W. Williams)

  • f50613a - Merge branch 'master' into greenkeeper-serve-static-1.12.2 (Stephen W. Williams)
  • ae36e6b - Merge branch 'master' into greenkeeper-grunt-contrib-uglify-2.3.0 (Stephen W. Williams)
  • e50b8c4 - Merge branch 'master' into greenkeeper-grunt-contrib-qunit-2.0.0 (Stephen W. Williams)
  • 6d22402 - Merge pull request #1965 from ExactTarget/greenkeeper-serve-static-1.12.2

Update serve-static to version 1.12.2 🚀 (Stephen W. Williams)

  • 1bad128 - Merge branch 'master' into greenkeeper-grunt-contrib-qunit-2.0.0 (Stephen W. Williams)
  • 3d8d142 - Merge pull request #1954 from ExactTarget/greenkeeper-grunt-contrib-qunit-2.0.0

Update grunt-contrib-qunit to version 2.0.0 🚀 (Stephen W. Williams)

  • 9c88f72 - Merge branch 'master' into greenkeeper-grunt-contrib-uglify-2.3.0 (Stephen W. Williams)
  • 12c1b4b - Merge pull request #1955 from ExactTarget/greenkeeper-grunt-contrib-uglify-2.3.0

Update grunt-contrib-uglify to version 2.3.0 🚀 (Stephen W. Williams)

  • 66371da - chore(package): update connect to version 3.6.1

https://greenkeeper.io/ (greenkeeperio-bot)

  • 15c987f - update spinbox unit testing changed event for setValue to be async (Stephen Williams)
  • 94112d9 - Merge pull request #1966 from swilliamset/update-spinbox-test-w-listner-to-be-async

update spinbox unit testing changed event for setValue to be async (Stephen W. Williams)

  • 5405e78 - chore(package): update grunt-contrib-clean to version 1.1.0

https://greenkeeper.io/ (greenkeeperio-bot)

  • 7db6353 - chore(package): update grunt-cli to version 1.2.0

https://greenkeeper.io/ (greenkeeperio-bot)

  • 4f56f68 - Merge remote-tracking branch 'upstream/3.x' (Stephen Williams)
  • aaad887 - repair uploadToCDN shell script (Stephen Williams)
  • 9bec673 - build before 3.16.0 - includes required label template/css updates (Stephen Williams)
  • b4ddb95 - file missed from 3.15.13 release (Stephen Williams)
  • 3b0b5b6 - release 3.16.0 (Stephen Williams)