- Updated to latest
web_ui
library
- Updates for latest SDK
- Tweaks to test infrastructure
Updated to lastest web_ui and SDK.
Updated to lastest SDK.
Updated to lastest SDK.
Updated SDK and pub dependencies.
Updated everything to align with latest Dart SDK release. Also updated related libraries.
No other changes.
A lot more in-line documentation in libraries. Scripts harvest this data to populate the demo page.
- BREAKING Removed
HeaderedContent
- An interesting sample, but pretty useless. - BREAKING Renamed
Expander
toCollapse
- BREAKING Leveraging Twitter Bootstrap for almost all component styles.
- Internal styles have been stripped away from most components.
- The content model for most components has changed to be compatible with that of Bootstrap.
- Integrated all samples into one page.
- Lot's of cleanup around samples and related code.
- Moved to new Dart SDK and related libraries.
- NEW!
Modal
- NEW!
Alert
- NEW!
Swap
is now a seperate component. - Removed a lot of state from individual components.
- Moved 4 components--
Alert
,DropDown
,Expander
, andModal
--to implement new abstract classShowHideComponent
which standardizes methods, properties, and events
- NEW!
ModalManager
- Using
build.dart
to do a lot of auto-generated content in the component sample.
- NEW! SlideEffect
- NEW! Swapper
- NEW! Tabs
- NEW! Carousel
- Better about checking
defaultPrevented
and usingpreventDefault
on events
First release. Crazy pre-alpha. Play with ShowHide
and the associated effects.