-
-
Notifications
You must be signed in to change notification settings - Fork 698
Changelog
chinchang edited this page May 18, 2014
·
37 revisions
###v1.3.2 (May 18th 2014)
- Add new modifier class for disabling animations:
hint--no-animate
. (757e50ed) - Tooltips now show after some delay to avoid flickers while moving mouse quickly over them. (f7d3eb4f)
- [ dev ] Minor code refactor.
- Update user list. Add tradus.com :)
###v1.3.1 (November 23th 2013)
- [ dev ] Make class name prefix as separate variable. Dont like
hint--
, change it! #58 (Thanks katgironpe) - [ dev ] Move font size, line height and paddings as separate variables. Make your own variations.
- [ dev ] Include
src
folder in bower package. #45 (Thanks nixme) - [ dev ] Add component.json for component package manager. #33 (Thanks jstarry)
- [ dev ] Fixed Grunt watch task.
- [ dev ] Fixed project link. #44
###v1.3.0 (August 5th 2013)
- Add new bounce transition effect using
hint--bounce
. - Show tooltips on focus state also.
- Add documentation on ways to get hint.css into your project.
- Update user list.
- [ dev ] Update to grunt 0.4.1. (Thanks paazmaya)
- [ dev ] Move
z-index
as separate variable. - [ dev ] Fix issues with parenthesis in latest SASS version. (Thanks MoOx)
- [ dev ] Replace
grunt-sass
withgrunt-contrib-sass
.
###v1.2.2 (June 1st 2013)
- Fix for tooltips not working on Chrome 27
###v1.2.1 (March 24th 2013)
- Fixes for basic support for IE & Opera. (Thanks thejameskyle)
- We now have a Who's using it section :)
###v1.2.0 (March 4th 2013)
-
hint
class no more required on element. (Thanks nathggns) - [ dev ] Variables are now initialized with
!default
making them easy to override. (Thanks MoOx) - [ dev ] Add some more points to contributing guidelines.
- Typo fixes in links and descriptions.
###v1.1.1 (February 24th 2013)
- Slide 'n' Fadein transition now works on IE10 also. (Thanks nDmitry)
- Add contributing guidelines. Read here.
- Fix indentation in some files. Converted spaces to tabs.
- Add sublime project files to gitignore.
###v1.1.0 (February 20th 2013)
- Add rounded corner modifier. Use with
hint--rounded
class. - Replace old SASS include syntax with SCSS
@include
. (Thanks nDmitry for pointing out) - Add blog post link in README
###v1.0.1 (February 18th 2013)
- Add Changelog link to README
###v1.0.0 (February 4th 2013)
- Initial release
- Supports position, color types and fixed tooltips