Skip to content

Releases: samthecodingman/app-bottom-nav

Animation, CSS and Reflection fixes

04 Mar 09:36

Choose a tag to compare

Pre-release
  • (Fixes Issue #1) Improved icon documentation for demo code.
  • (Issue #2) Added force-compact property to app-bottom-nav element. This will force the compact attribute on its children which normally only happens when 4 or 5 children are present.
  • (Fixes Issue #2) Added notify property attribute to selected on app-bottom-nav element.
  • Breaking: force() renamed to showAlways() on app-bottom-nav element
  • Breaking: clearForce() renamed to showDefault() on app-bottom-nav element
  • Breaking: toggleForce() renamed to toggleForceNarrow() on app-bottom-nav element
  • Changed deprecated reflect entries on properties to reflectToAttribute on app-bottom-nav element
  • Removed 2 instances of console.log from app-bottom-nav.html
  • Removed 1 instance of console.log from animations/compact-grow-animation.html
  • Cleaned up animations for grow and shrink in animations
  • Changed animation duration to 200ms in app-bottom-nav-item element
  • Added ripple animation (based on Polymer.PaperRippleBehavior) to app-bottom-nav-item element
  • CSS scoping bug should be fixed (in theory)
  • Updated README format (added Polymer version badge, used attachments)
  • Fix bower.json version information