Releases: samthecodingman/app-bottom-nav
Releases · samthecodingman/app-bottom-nav
Animation, CSS and Reflection fixes
- (Fixes Issue #1) Improved icon documentation for demo code.
- (Issue #2) Added
force-compactproperty toapp-bottom-navelement. This will force thecompactattribute on its children which normally only happens when 4 or 5 children are present. - (Fixes Issue #2) Added
notifyproperty attribute toselectedonapp-bottom-navelement. - Breaking:
force()renamed toshowAlways()onapp-bottom-navelement - Breaking:
clearForce()renamed toshowDefault()onapp-bottom-navelement - Breaking:
toggleForce()renamed totoggleForceNarrow()onapp-bottom-navelement - Changed deprecated
reflectentries on properties toreflectToAttributeonapp-bottom-navelement - Removed 2 instances of
console.logfromapp-bottom-nav.html - Removed 1 instance of
console.logfromanimations/compact-grow-animation.html - Cleaned up animations for grow and shrink in
animations - Changed animation duration to 200ms in
app-bottom-nav-itemelement - Added ripple animation (based on
Polymer.PaperRippleBehavior) toapp-bottom-nav-itemelement - CSS scoping bug should be fixed (in theory)
- Updated README format (added Polymer version badge, used attachments)
- Fix
bower.jsonversion information