Skip to content

Releases: dojo/widgets

Release v4.0.0

Release 0.2.2

30 Nov 12:23
Compare
Choose a tag to compare
Release 0.2.2 Pre-release
Pre-release

✅ Fixes

  • Add keys for tooltip (#381)

Release 0.2.1

30 Nov 12:23
Compare
Choose a tag to compare
Release 0.2.1 Pre-release
Pre-release

👍 Enhancements

  • Select placeholder (#361)

  • Dialog functional tests (#317)

    Details
    • Add Dialog functional tests
  • Textarea functional tests (#324)

    Details
    • Add Textarea functional tests
  • Slider functional tests (#322)

    Details
    • Slider functional tests.
  • Add TimePicker functional tests (#368)

    Details
    • Add TimePicker functional tests
  • Add SplitPane Functional Tests (#370)

    Details
    • Add functional tests
  • Importing ts helpers from shim, using intern loader from grunt-dojo2 (#369)

    Details
    • Importing ts helpers from shim, using intern loader from grunt-dojo2

    • Using importHelpers

    • Updating intern.json

  • Upgrade dojo dependencies (#377)

Release 0.2.0

30 Nov 12:19
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-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)

Release 2.0.0 Beta3 2

05 Nov 09:11
Compare
Choose a tag to compare
Release 2.0.0 Beta3 2 Pre-release
Pre-release

New Features

  • Showcase page (#301)

Fixes

  • TabController unit tests updated to use test-extras (#293)

  • Added label span class (#308)

  • Update tag for @dojo dependencies

Release 2.0.0 Beta3 1

05 Nov 09:14
Compare
Choose a tag to compare
Release 2.0.0 Beta3 1 Pre-release
Pre-release

Breaking Changes

  • Label: add for and remove form (#304)

    Details
    • added for attribute to Label
    • removed formId property

Fixes

  • TextInput tests (#283)

    Details

    Updated textinput tests to test-extras

  • Textarea unit tests updated to use test-extras (#284)

    Details

    Updated textarea tests to use test-extras

  • Checkbox unit tests updated to use test-extras (#285)

    Details

    Checkbox unit test updated

  • Radio unit tests updated to use test-extras (#286)

    Details

    Updated radio unit tests to use test-extras

  • Updated slider unit tests to use test-extras (#290)

  • Updated dialog tests (#291)

  • Update Intern to intern3 in grunt config (#294)

    Details
    • update intern to intern3 in grunt config
    • updated travis grunt commands
  • Radio and checkbox interaction with no label (#305)

    Details

    Updated theme styles to display input element

  • Update for @dojo/widget-core changes (#306)

    Details
    • update dojo deps

    • initial changes for latest widget-core

    • fix unit tests for widget-core changes

    • address feedback from review

    • do not use local dependency :doh:

Release 2.0.0 Beta2 1

30 Nov 12:30
Compare
Choose a tag to compare
Release 2.0.0 Beta2 1 Pre-release
Pre-release

⚠️ Breaking Changes

  • Remove widgets.css (#244)

  • Fix slider thumb position on non-zero mins (#280)

    Details
    • fix thumb position on non-zero mins
    • test non-zero mins

✅ Fixes

  • Slider: min / max value fix (#262)

  • Remove unnecessary type casting in examples (#221)

  • Updated focus management for TabPane (#241)

👍 Enhancements

  • TabPane -> TabController (#279)

  • Calendar theme (#282)

  • Add ComboBox functional tests (#128)

  • Dialog readme and i18n update (#216)

  • ✨ Calendar Widget (#131)

    Details

    Creates Calendar widget, still needs nls

  • Moved registry creation logic to constructor

  • Checkbox and Radio READMEs (#226)

    Details
    • fixed event typings and toggle mode label

    • checkbox readme

    • fix radio event typings

    • radio readme

  • ✨ TitlePane (and README, test-extras, functional tests) (#232)

  • Button test updates (#233)

    Details
    • Button: update unit tests to use test-extras

    • Button: remove comment from unit test

    • merged master, fixed test

  • Update Button to use this.children (#230)

  • Button README (#231)

  • ✨ TimePicker (#118)

    Details

    Implement a time picker widget with a native fallback.

  • TextInput Readme (#224)

    Details
    • Readme and fixed event typings
  • Added readme and fixed event typings in example (#225)

  • Label README (#228)

  • Slider README (#229)

    Details
    • added readme and fixed example event typings
  • SlidePane README (#238)

  • ComboBox README (#237)

  • Initial TabPane README (#236)

  • Label API to use extraClasses and Label Unit with @dojo/test-extras (#243)

    Details
    • Label: use 'extraClasses' instead of 'classes'

    • Label: update unit tests to use test-extras

    • Label: add exported parseLabelClasses helper function

    • Label: add unit test for parseLabelClasses

    • Label: implement extraClasses and update dependencies and tests

    • Label: udpate Select, Slider, Textarea, and TextInput usage of extraClasses

    • update timepicker with extraClasses approach

    • address feedback

  • Changes for next widget-core release (#242)

    Details
    • Changes for next widget-core release

    • remove StatefulMixin from examples

    • changes for ts 2.4 and latest widget-core

    • do not initialise button press state

    • use defaulted variable

    • do not initialise button press state

  • Add icons for dojo theme, expand icon set (#256)

  • Theme: Select (#250)

  • Theme: Button (#251)

  • Theme: SlidePane (#248)

  • Rename variable (#264)

  • Theme: Radio (#254)

  • Theme: Checkbox (#260)

  • Theme: TabPane (#252)

  • Theme: TitlePane (#253)

  • Theme: Dialog (#247)

  • Update for @dojo/shim (#246)

    Details

    Refs dojo/shim#101

  • Theme: Slider (#257)

  • Theme: SplitPane (#261)

  • widget-core upgrade (#269)

  • Theme: ComboBox (#258)

  • Select unit tests updated to use test-extras (#289)

    Details
    • select unit tests
    • updated touch has tests
  • Registry support built into WidgetBase (#281)

  • Remove @dojo deps from package.json

  • Update tag for @dojo dependencies