Skip to content

2.3.6: Maintenance Release

Compare
Choose a tag to compare
@dceejay dceejay released this 20 Mar 20:34
· 956 commits to master since this release

Enhancements

  • let ui_gauge sector sizes be specified
  • sending tab change of "" to ui_control refreshes current page
  • let button widget pass messages (or be triggered by input)
  • enhance gulp, jshint and jscs checks
  • Hide page title tag until actually set
  • add optional i18n.js file to dist
  • optionally let switch status be set by input/feedback rather than press - PR#188

Fixes

  • stop numeric widget emitting on accidental mouseover
  • text input will now send it's payload on losing focus as well as enter (if in enter mode)
  • fix form colours to be more dynamic to match theme, Issue#186