Releases
v0.5.0
Added Popup component
Support for templates
Support for custom positioning
Support for custom transitions
Complete rewrite of Transition component BREAKING
Vastly improved control over transitions & queueing
Far easier to add transitions to elements
Added support for adding transitions to host element without relying on nativeElement
(closes #35 )
See docs for how to use the new version
Added support for AOT compilation (thanks to @GregOnNet , closes #32 )
Fixed SuiModule is not an NgModule (closes #44 )
Rewritten Dropdown component from the ground up (no breaking changes)
Improved keyboard navigation
Added more fine grained control via properties on the menu directive
Improved support for nested dropdowns
Rewritten Search component from the ground up
Search results now flow above or below component depending on viewport space
Renamed icon
to hasIcon
BREAKING
Added RegExp support to search field (thanks to @Strulle)
Matches are highlighted in bold
Eliminated all known minor UI glitches
Rewritten Select component from the ground up
Improved keyboard navigation and tab indexing
Renamed displayField
to labelField
and keyField
to valueField
BREAKING
Select now highlights the currently selected item (closes #34 )
Added noResultsMessage
property (thanks to @loudandwicked )
Fixed passing undefined
to options
error (closes #30 )
Fixed click target issues with nested dropdowns (closes #27 )
Added animation to Collapse component
Added property to control transition duration
Added animation to Accordion component
Added property to control transition duration
Renamed dismissable
property of Message to isDismissable
BREAKING
Various other minor bugfixes (closes #25 , closes #22 )
You can’t perform that action at this time.