Release 2.0.0 Beta2 1
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
extraClassesand 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-coreupgrade (#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
@dojodeps frompackage.json -
Update tag for
@dojodependencies