Skip to content

Release 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dojo-bot dojo-bot released this 30 Nov 12:19
· 859 commits to master since this release

⚠️ Breaking Changes

✅ 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)