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

v3.7.2

Compare
Choose a tag to compare
@interactivellama interactivellama released this 07 May 21:07
· 1123 commits to 3.x since this release

Bugfix release

Not much to see here. Three bugfixes and a commit that has been reverted.

In this release, checkboxes should support data-initialize on the div tag as they did before 3.7.0. With release, 3.8.0, we will introduce a breaking markup change to checkbox which requires the data-initialize only be used on the label. See release notes for 3.7.0 for background information.

Reverts

  • Revert breaking checkbox markup change for 3.7.2 release [reverts 1185] #1282
  • Checkbox refactor [reverted] #1185

Bugfixes

  • Add type attribute to input tags in LESS files [radio/checkbox] #1274
  • Add auto overflow to dropdown to support scrolling long lists [selectlist] #1280
  • Add a repeater frozen column to index page [repeater] #1256

Documentation

  • Update tree events documentation #1269
  • Correct tree render method documentation #1268
  • Add radio markup deprecation notice, update markup #1263
  • Fix wizard example markup documentation #1262

Plumbing

  • Ignore shell scripts that do release #1257