Releases: ibm-js/deliteful
Releases · ibm-js/deliteful
0.8.0
0.8.0-beta
prepare for 0.8.0-beta
0.8.0-alpha
Fixed accordion sample after changes on store - Updating sample according to 11a4c8d - Optimizing functional test
0.7.1
0.7.0
What's new in this release?
Enhancements
- Switch: support textDir property (#450)
- ViewStack: showPrevious() should do a reverse transition (#396)
Bug Fixes
- SidePane not initialising correctly when included in template (#536)
- ResponsiveColumns is not resetting screenClass when the breakpoints are changed. (#534)
- ViewStack: this.transition not used as in the documentation (#529)
- Combobox: spurious
input
event at initialization in single selection mode and for programmatic selection (#519) - Select: in Chrome/desktop, scroll can jump a bit during interaction (only in multiple sel. mode) (#510)
- Combobox: in some conditions, does not show initially the label of the first option. (#509)
- PageableList: doc needs a jsfiddle sample (#478)
- Switch: High-contrast mode should be supported (#477)
- ProgressBar: formatExtraMsg() presumably backwards in RTL mode (#466)
- StarRating: should not import uacss? (#461)
- deliteful/list/PageableList is crashing IE10 (#280)
0.7.0-beta.2
Fix in previous commit
0.7.0-beta
remove erroneous and superfluous register
0.6.0
What's new in this release?
New Features
- ComboBox: package the popup as a distinct widget (#367)
- ComboBox: implement keyboard navigation support (#362)
Enhancements
- Combobox: properly separate "keynav-child-navigated" and click handlers. (#502)
- List: documentation (and sample?) should better exposes the two choices here for navigation (between selection & click). (#391)
- List: easy way to switch between selection mode and action mode (#210)
Bug Fixes
- Missing jsfiddles in doc (#474)
- PageIndicator: viewstack property should be camel case (#470)
- Button&ToggleButton: buttons with iconClass are taller by default than regular buttons (#469)
- ViewStack: showNext & showPrevious do not have any jsdoc (#468)
- deliteful/tests/functional/StartRating.js test has been failing (#465)
- Switch: when disabled, the knob can still be slid (#453)
- Bidi problems in deliteful/ToggleButton (#432)
- Checkbox: documentation states that there is no user interaction through keyboard (#427)
- Combobox: the dropdown arrow is not clickable on IE (#397)
- ProgressBar: no change event should be send as there are no user interaction to this widget (#390)
- List: height in non scrollable mode (#327)
- SidePane on Android: the pushed content should not be horizontally scrollable (#192)
0.6.0-beta
No new elements in this release but lot's of cleanups.
- We are now consistently using ES6 Promises.
- We use jQuery for DOM manipulation.
- We have various bidirectional text improvements.
- Combobox is finally converging with keyboard support as well as multi channel policy support based on the new channelBreakpoints module that allows you to define the default breakpoints used in the application.
- Major CSS rework towards simplication
- support of delite 0.6.0-beta
We have one incompatibility, the SwapView viewstack property has been renamed to viewStack (camel case).
See details here: https://github.com/ibm-js/deliteful/issues?q=is%3Aissue+milestone%3A0.6.0+is%3Aclosed
0.6.0-alpha
deliteful for delite-0.6.0-alpha