- test: fix "maru" image link
- use
component-raf
dep - fix package, remove viewport from component
- replace viewport with a custom listener and raf events
- Constrain the tip to the screen left and right, as best as possible (#56)
- improve positioning (#53)
- core: add
static
support
- update "bounding-client-rect" to v1.0.5
- index: add support for
pad
option
- index: fix "bottom right" (bi-directional) position case in
suggested()
- package: update "bounding-client-rect" to v1.0.4
- use an elimination strategy for the
suggested()
function (#50, @TooTallNate)
- update "bounding-client-rect" to v1.0.2
- use "bounding-client-rect" module (#49, @TooTallNate)
- index: rearrange require calls
- update "document-offset" to v1.0.3
- accept elements and html string for content (#45, @bmcmahen)
- add "hiding" event
- component, package: update "events" to v1.0.9
- package: use "document-offset" module
- component: update deps
- package: update deps
- index: use dimensions() to get the
target
dims - index: add
dimensions()
calculation function - index: fix @api JSDoc for remove()
- test: remove redundant
<title>
element - package: update "timoxley-offset" to v1.0.1
- gitignore: ignore root level development temp files
- component, package: update "css" and "events"
- package: initial browserify support
- package: make dependencies be equivalent to component.json
- package: update name to "component-tip"
- Readme: update Installation section
- component: add "browser" keyword
- improve binding of 'scroll' and 'resize' handlers
- fix Tip position for elements with borders
- add live demo links
- remove jquery from examples
- remove component-convert step
- update pinned dependencies
- update
component/events
- instantiate Tip with options
- pin
component/[email protected]
- add attach to API documentation
- fix IE8 compatibility
- change direction keywords
- emit
reposition
event - fix setting
undefined
css classname - update emitter
- undo 'fix' for cancelOnHide
- removed jquery dep
- pin deps
- change default position back to above the element
- remove silly inherit dep
- fix for offset bug on 100% pages
- add .position() .auto option to completely disable auto positioning
- add explicit Tip#message() call
- rename .content() to .message() for inheritance bullshit
- fix backwards positioning
- add inherit dependency
- fix .position(), replace class immediately
- add absolute positioning support via .show(x, y)
- add Tip#cancelHideOnHover()
- fix hiding of tip when hover back over the target
- fix unnecessary applying of content on .show() [guille]
- add
Tip#attach(el, [delay])
- add
.value
option - change
Tip#cancelHideOnHover()
to be public - fix npm template.js usage
- add
Tip#cancelHideOnHover()