Releases: B-3PO/angular-material-expansion-panel
Releases · B-3PO/angular-material-expansion-panel
v0.7.2
Fix cssnano z-index option
v0.7.1
Fixed disabled state for panels #27 #28
v0.7.0
- added
getAll
method to $mdExpansionPanelGroup
service
- added
getOpen
method to $mdExpansionPanelGroup
service
- added
collapseAll
method to $mdExpansionPanelGroup
service
- added demo page using github.io
- updated readme
- updated tests
v0.6.1
added support for browserify
fixed css for icon when panels are nested
v0.6.0: new version
issues fixed
#12 , #13 , #14
bug fixes
- changed drop arrow icon rotation to match spec
- fixed md-component-id not registering correctly when using an expression
features
- added
isOpen
method to the $mdExpansionPanel directive and service
v0.5.0
- you can now pass an options object to
expand()
,collapse()
, and remove()
. currently the only param is animation(boolean). Set animation to false if you want no animations to happen on a given panel
md-expansion-panel-icon
directive added. The will give you an animated arrow in both the md-expansion-panel-collapsed
and md-expansion-panel-header
directives.
- Minor animation updates
- README updated with better examples
v0.4.8
- fix transform parent check. I was not checking for transform value of "none"
v0.4.7
add component id if one is not provided. This will allow for interaction with group and injectable $panel
v0.4.6
- fix sticky header/footer resizing
- minor style update for collapsed layout