Release 0.2.0
Pre-release⚠️ Breaking Changes
-
Remove main.ts and associated tests (#345)
-
Widget Core and Test Extras Updates (#363)
Details
Fixes #357
-
Move showcase to dojo/examples (#344)
✅ Fixes
-
Move background colour to themeable class (#334)
-
Add z-index to SlidePane content (#338)
-
Escape key closes dialog (#332)
Details
Resolves #372
-
Widen pointer targets, fix VO Safari issue (#347)
-
Add AccordionPane README and custom element descriptor (#366)
-
Update Dojo URL in package.json (#318)
-
Fixed intern config path (#326)
-
Remove fixSessionCapabilities (#320)
-
Update old variables (#348)
-
Fix broken functional tests (#346)
Details
- Run Firefox and Chrome on Windows 10 to always get latest version
- Change AccordionPane test to click on heading (Edge and Safari drivers have broken click)
- Change TextInput example to use onInput (Edge and Safari drivers don't fire onChange correctly)
- Change TextInput test to compare active element instead of CSS classes
- Fix SlidePane functional test swipe parameters
- Stop caching node_modules on TravisCI
- Work around a FirefoxDriver bug for clicking on a label and the input getting focus
-
Radio, Checkbox, and Select background theme colors (#358)
-
Use output of tcm and update unit tests (#356)
-
Fix select styling inconsistency and fix icon issues (#350)
Details
-
styling inconsistencies
-
bumped cli build version
-
revert package.json
-
bump to 0.2.0
-
👍 Enhancements
-
Convert to Intern 4 (#311)
-
✨ AccordionPane (#310)
-
SlidePane: Add top / bottom support (#340)
-
Simplify widget render (#336)
-
✨ Tooltip (#362)
-
Update CI for new release of grunt-dojo2 (#331)
-
✨ Listbox (#312)
Details
Adds Listbox widget as a common base for Select and Combobox
-
Z-index organization (#359)
-
Label functional tests (#321)
Details
- Label functional tests.
-
Add grunt dist to travis.yml (#292)