Skip to content

Releases: B-3PO/angular-material-expansion-panel

v0.7.2

07 Feb 03:49
Compare
Choose a tag to compare

Fix cssnano z-index option

v0.7.1

06 Dec 01:50
Compare
Choose a tag to compare

Fixed disabled state for panels #27 #28

v0.7.0

25 Oct 04:58
Compare
Choose a tag to compare
  • 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.2

04 Oct 03:07
Compare
Choose a tag to compare

Fix Safari Animations

v0.6.1

09 Aug 04:18
Compare
Choose a tag to compare

added support for browserify
fixed css for icon when panels are nested

v0.6.0: new version

06 Aug 05:24
Compare
Choose a tag to compare

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

20 Jul 03:04
Compare
Choose a tag to compare
  • 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

19 Jul 02:41
Compare
Choose a tag to compare
  • fix transform parent check. I was not checking for transform value of "none"

v0.4.7

15 Jul 05:24
Compare
Choose a tag to compare

add component id if one is not provided. This will allow for interaction with group and injectable $panel

v0.4.6

15 Jul 05:06
Compare
Choose a tag to compare
  • fix sticky header/footer resizing
  • minor style update for collapsed layout