[Pkg-javascript-commits] [d3-tip.js] annotated tag v0.7.0 created (now a953185)
Sunil Mohan Adapa
sunilmohan-guest at moszumanska.debian.org
Thu Dec 8 10:37:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunilmohan-guest pushed a change to annotated tag v0.7.0
in repository d3-tip.js.
at a953185 (tag)
tagging 6ad188d65bb66fc1c24fbe70982fa69a85d078f3 (commit)
tagged by Tim van der Horst
on Wed Aug 24 09:01:36 2016 +1000
- Log -----------------------------------------------------------------
Alan Balasundaram (2):
When hiding tool tips, move them out of the frame, to prevent them tofrom eating mouse over events
Use pointer-events instead of pointerEvents
Alex Olshansky (2):
Update d3 version (3.4 -> 3.5.5)
0.6.7
Alex Panchenko (1):
Remove duplicate author line from package.json
Andreas Haller (1):
Add tip.destroy() to remove the DOM element
BrentSouza (1):
fixed initial style setting for pointer-events
Brian Galey (1):
update documentation with an offset callback example
Brian Mount (1):
Fix scope leak in hide.
Bruno Besson (3):
make d3-tip work with d3js v4
use caret operator for dependency
do not change previous formatting
Caged (11):
still alpha
add sample data
add nested groups example which d3-tip fails miserably at
strip trailing whitespace
every matrix and bounding box in svg and I think I've found something that works
remove old code
closure
line and circle example
apply tips
use getCTM for x offset
top position working for circles
Chris Hiester (1):
Stronger type checking
Dean Malmgren (12):
added examples for E, S, and W too
updated arrow styles and added a working example
moved the arrow styles to separate css file to stop copy/pasting and provide useful defaults
updated styling documentation and example links (that now work)
updated to address pointer-events problems in #32
northward
renamed to index.css; using base css in all examples
minor edits to styling docs
added CSS instructions to the README
fix for makefile so its possible to compile minified version
added uglifycss so we can put this on cdnjs
switched to d3-tip.min.* to be consistent with package name
Jeffrey Li (1):
put scrollLeft scrollTop outside the bbox function, so user can have a full size scrollLeft/Top value, instead of the scaled ones
Joshua Peek (1):
Rename component.json to bower.json
Justin Palmer (214):
initial commit
Sane defaults for common string and number content
account for overlapping bounds
tweak radius
first pass at stem
stem mostly working
initial bar tip
tweak positioning. still not 100% right
simple readme
readme tweaking
beginning of rewrite
implement offset for charts surrounded by padding/offsets
implement padding
implement corner radius
implement bottom orientation
need a break, no, really
stem added to top orientation
formatting fixes
add todo list
left orientation
fix left orientation for rects
right tips for circles
right orient for rects
move orientation types into reusable methods
reorient when tip exceeds bounds in any direction
account for clipping on left in all cases
don't need d3_svg_stem any longer
fix for attr and tomdoc docs
all the tomdoc
update readme, add auto hiding
Add minified version
Merge pull request #4 from kbroman/master
add ignore file
use bower for d3-tip and dependencies
update examples to use d3 component
improve bar example
:fire: it down
we no longer need padding, cornerRadius and stemSize
show tip with evaluated text
append text to the tooltip
use transformation matrix based on user screen to determine bbox
handle circle elements
kill some examples we no longer need
basic positioning
basic top center rect positioning
add n, s, e, and w to the bbox system
use new coordinate system to position tip
flesh out top and bottom orients
rename orient, use direction instead
move directions to methods out of tip.show
greatly simplify bounding box calculations
:skull: some redundant vars
randomize direction in examples
delete old vendor code
return the tip object in show and hide for chaining
shuffle some private methods around
api docs
rename to d3.tip
remove debug method from production code
add directionality class to tooltip element
add callout triangle to north positioned tips
support offsets for tips
offset examples by amount of tooltip triangle
offset circles to the east in example
test for html
remove unused container var
bump to d3 3.1.5
update README to reflect new reality
more readme cleanups
Merge pull request #5 from Caged/point-coordinates
cleanup compiler warnings
new minified version
v0.5.0
alpha version
fix tip position when document is scrolled in firefox
alpha 1
d3.svg.tip to d3.tip
add proxy method for setting style values
example of two tips on a page and "stickyness"
add download and installation instructions
move data into bar example to get around crossdomain network error
add Makefile
tweak readme
production -> development
rename tip.text to tip.html
initial pass at documentation structure
test these relative links out
add some breadcrumbs
anchor links for api methods
document tip.show and tip.hide
add initialization doc stub
fix anchors
first pass at position docs
complete rename of text to html
first pass at initializing tooltip docs
firsti pass at styling docs
first pass at updating content docs
fix link to d3.tip doc
tweak styling docs
Merge pull request #6 from Caged/api-docs
simplify tip.attr and tip.style
Revert "simplify tip.attr and tip.style"
add licensing information
v0.5.0
Link to v0.5.0 in README
fix readme. tip.text is now tip.html
consistent naming convention
doc fix
use d3.tip.js
remove superfluous parenthesis
implement nw direction support
implement ne direction support
implement sw direction support
implement se direction support
update position docs
Merge pull request #9 from Caged/intercardinal-direction-support
update minified version
0.5.1
update version links in README
use ownerSVGElement instead of reverse lookup
Merge branch 'master' of github.com:Caged/d3-tip
performance test
only set directions once
optimize loop for unsetting previous directional classes
d3's `each` seems to leak
kill unused length variable
regenerate minified version
Merge pull request #11 from Caged/performance-tuning
0.5.2
update direction docs with intercardinal directions
fix positioning tooltip links
Merge branch 'master' of github.com:Caged/d3-tip
Merge pull request #12 from josh/master
scrollLeft shouldn't be a global
tweak some syntax casing
update readme
Merge pull request #13 from GUI/master
upgrade d3 version dependency
Merge branch 'master' of github.com:Caged/d3-tip
support bulk assignment for attr and style. Fixes #14
bulk assignment test
Merge pull request #15 from Caged/bulk-assignment
more ignores for bower installs
bump version to 0.5.3
Merge branch 'master' of github.com:Caged/d3-tip
ignore docs directory when installing with bower
fix header formatting in documentation
Clarify the need for a class name
upgrade bower and d3
Merge branch 'master' of github.com:Caged/d3-tip
Link to live demo and example code
support css transitions
this is circles
add css transition example
Merge pull request #19 from Caged/css-transitions
Update README.md
update minified version
semicolon apocalypse
minor version bump
Ignore bower_components directory
ignore bower_components and remove erroneous checkin
Merge branch 'master' of github.com:Caged/d3-tip
Merge pull request #23 from balasuar/master
d3 won't translate camelCased properties
remove d3.tip.min.js since it was highly likely to be out of sync
use lib/index.js convention
bump to 0.6.1
update readme to point to new location
don't need the name prefix
Merge pull request #17 from deanmalmgren/patch-1
update arrow styles to point to new d3-tip location
body.scroll* is deprecated. Use documentElement instead. Fixes #26
safari still needs document.body
Merge pull request #28 from Caged/scroll-offsets-fix
bump to 0.6.2
allow explict passing of target element
Merge branch 'master' into explicit-target
check if the last item passed to ship show is an svgelement before we pop the array
bump version to 0.6.3
add documentation and examples for explicity targets
Merge pull request #30 from Caged/explicit-target
move index.css to example styles
use new example stylesheet
update styling documentation
update read me, point it to new style location
Merge branch 'pr/34'
Merge pull request #38 from BrentSouza/master
Merge pull request #46 from deanmalmgren/make-fix
Merge pull request #41 from surjikal/patch-1
ensure tooltip is out of document flow on initialization. Fixes #45
fix #47. remove old directional classes when running tip.show again
Merge pull request #49 from deciob/amd
bump to 0.6.4
Merge pull request #57 from bkg/docs-offset
Merge pull request #74 from bmount/patch-1
remove erroneous trailing whitespace
Merge pull request #78 from chiester/master
bind to d3 3.4
bump to 0.6.5
Merge pull request #79 from Caged/update-d3
add requirejs example
Merge pull request #82 from Caged/amd-example
Merge branch 'master' into test-pr62
fix module check
Merge branch 'master' into test-pr62
bump version, add author
we're actually at 0.6.6
Merge pull request #83 from Caged/commonjs
Merge pull request #67 from romainneutron/foreignobject
Merge pull request #109 from clbn/patch-1
Merge pull request #97 from ahx/remove-tooltip
Merge pull request #110 from clbn/version-bump
fix css rendering in chrome
bump to 0.7.0
Karl Broman (6):
Adjust horizontal location for left position and vertical location for target rectangle
Fix location of rectangle for left position
Use 'x' and 'y' rather than 'dx' and 'dy' for text box
For text box, change alignment-baseline to dominant-baseline
Adjust placement when target object is a rectangle
Fix placement of tip for left/right orientation
Nick Muerdter (1):
Add trailing semicolon to prevent file concat issues.
Nick Porter (1):
Correctly detect `document.documentElement`.
Romain Neutron (1):
Fix screen bounding box detection in case the event target is foreignobject HTML content
Tim van der Horst (5):
Add d3 to package.json to match the bower dependencies
Use require to load d3 in the CommonJS loader, and export d3-tip directly
Merge pull request #160 from vdh/npm-dependencies
Merge pull request #144 from panchenko/package-json-remove-duplicate-author
Merge pull request #162 from vdh/use-require
Yaniv Kessler (3):
package.json
properly export itself in commonjs scenario
properly inject d3.tip in cjs scenario
deciob (2):
Added AMD support.
Merge remote-tracking branch 'upstream/master' into amd
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git
More information about the Pkg-javascript-commits
mailing list