Releases: catc/simple-hint
Releases · catc/simple-hint
New alignment setting
Changes
- BREAKING - added alignment feature. Instead of positioning via
hint-top
, you must now also specify the alignment of the tooltip. To fix any preexisting, broken hints, just add-middle
to your positioning attribute. So if you hadhint-bottom
, changing it tohint-bottom-middle
will fix it. See docs for details . - improved customizability of simple hint. Can now edit sass variables and run
npm run build
to create simple-hint library with your own settings
Updated bower package
2.1.1 updated bower version
Simple-hint v2.1
Simple-hint v2.1
Changelog
- fixed fade out transitions
- converted animations to transitions
- tweaked transition timings, durations and delays
- bunch of code cleanup (removed unnecessary css prefixes)
Simple-hint v2.0
Simple-hint v2.0
Features
- positioning
- opacity fade in
- animation
- delay visibility on hover
- persistence
- tooltip sizing
- various colors
- disable on mobile
Initial Release
Simple Hint
Features
- positioning
- opacity fade
- hint persistence
- sizing