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

3.16.1

Compare
Choose a tag to compare
@cmcculloh-kr cmcculloh-kr released this 29 Jun 21:51
· 52 commits to master since this release

Full Changelog

Implemented enhancements:

  • Document datepicker show / hide methods and shown / hidden events #1673
  • Makes tree accessible #1984
  • Keyboard navigation of open empty folder in Tree #1994
  • Fuel UX Tests should include visual regression testing #1986
  • Checkbox and Radio should be accessible #1972
  • Tree should be accessible #1964

Closed issues:
Many of these were closed (won't fix) as part of a clean-up audit

  • When user clicks row redirect to new page.(Repeater) #2003
  • tree accessibility unit tests should work in IE #2001
  • Datepicker uses require() in a way that is not compatible with webpack < v2.0. #1985
  • Repeater row content XSS #1973
  • Out of date theme documentation page #1956
  • Using the Wizard in Angular2 Templates #1916
  • Way to get Datasource from tree API #1911
  • Scheduler broken at small screen sizes in v3.11.5 #1599
  • Wizard default step documentation #1562
  • Infinite thumbnail repeater not working with staticHeight of false #1542
  • Repeater action list won't show if no data initially #1522
  • Allow 8601 date format via options despite Moment configuration #1500
  • Update Fuel UX 2/3 fusion implementation upon release #1489
  • Add copy markup button in documentation #1477
  • Allow value to be set at initialization #1476
  • Repeater selected / deselected not returning proper object #1474
  • Implement WKST in scheduler #1464
  • [SelectList] Width does not consider images within list elements #1463
  • Change event firing on init #1462
  • Control modes #1438
  • Having problem while using FuelUX scheduler in angularJS #1429
  • support initializing tree with array and/or object (not function) as dataSource #1428
  • Repeater Actions auto flip remove auto and use actual unique element ID #1422
  • Audit Fuel UX pages and snippets for checkbox/radio markup change from 3.10 release #1413
  • Misaligned frozen column header alignment while loading #1412
  • Repeater needs to handle 0 items on left pagination footer correctly #1394
  • wizard mobile support #1376
  • Pillbox added.fu.pillbox event not triggered for items added through addItems api #1361
  • [Repeater] Fire pageChange event #1317
  • Make sure control events that don't fire when triggered via the API are documented #1310
  • Pillbox onKeyDown logic should close suggestions list if user deleted all entered text #1299
  • Pillbox onKeyDown callback should close suggestions list if data is null or empty #1298
  • Pillbox onKeyDown docs out-of-sync with code #1297
  • NoConflict mode #1284
  • Scrollbar in repeater bleeds into header #1253
  • Datepicker: changed event name is confusing #1249
  • Add checkbox (no-js) to documentation #1160
  • Use templating for example markup #1154

Merged pull requests:

  • adds polyfill for Event for IE #2002
  • Gh1994 keyboard navigation of open empty folder in tree should work as expected #2000
  • Update eslint to the latest version 🚀 #1999
  • adds initialized.fu.tree event. Adds static datasource consumer to tr… #1998
  • Ch1972 add accessibility check for checkbox and radio #1996
  • upgrades to npm 5 and runs npm install #1992
  • Update dependencies to enable Greenkeeper 🌴 #1991
  • Adds visual regression testing to Fuel UX #1990
  • Adds section for commonjs support #1989
  • Add npm cjs file back #1988
  • update npm script to match standards #1987
  • add repeater security notes #1981
  • refactor cleanInput utility method to prevent double encoding #1980
  • Update serve-static to version 1.12.3 🚀 #1970