Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit deb1a27

Browse files
committed
update changelog for 1.28.0
1 parent 3e83252 commit deb1a27

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,53 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

13+
## [1.28.0] -- 2017-06-19
14+
15+
### Added
16+
- Allow constraints by domain on cartesian axes using new axis attributes:
17+
`contrain: 'domain'` and `contraintoward` [#1767]
18+
- Add gl3d annotations [#1638, #1786]
19+
- Add support for lasso and select `dragmode` on `scattergl` traces [#1657]
20+
- Add 48 new `scattergl` marker symbols (for total of 56) [#1781]
21+
- Add array support for `hoverinfo` [#1761]
22+
- Add animation support for `fillcolor` attribute [#1722]
23+
- Add `colorscale` attributes to `mesh3d` traces [#1719]
24+
- Add support for target and popup attributes pseudo-html text links [#1726]
25+
- Add per-`direction` updatemenu dropdown arrows [#1792]
26+
- Add `execute` attribute to sliders and updatemenus to skip method calls while
27+
still triggering associated events [#1700]
28+
- Add `skip` value to the `method` attribute for sliders and updatemenus which
29+
acts as a no-op [#1699]
30+
31+
### Changed
32+
- Include values of all array attributes in hover/click/select event data
33+
including `ids` and `customdata` [#1770]
34+
- Make gl2d axis tick labels on-par with SVG versions [#1766]
35+
- Build SVG text nodes directly instead of using `DOMParser` [#1783]
36+
- Rework transform style into array syntax [#1794]
37+
- Recompute hover on click to increase click robustness [#1646]
38+
- Miscellaneous performance improvements including improved bounding box caching
39+
and adding a few short-circuit [#1772, #1792]
40+
41+
###
42+
- Fix pan/zoom for layout component linked to `category` axes [#1748, #1791]
43+
- Fix non-`linear` gl3d axis range settings [#1730]
44+
- Fix `ohlc` and `candlestick` when open value equals close value [#1655]
45+
- Fix annotations positioning when MathJax symbols are present [#1788]
46+
- Fix array values in event data for transformed traces [#1717, #1727, #1737]
47+
- Fix relayout event data for gl3d camera interactions [#1732]
48+
- Fix scatter markers and text nodes linked to `ids` ordering on updates [#1709]
49+
- Fix `Plotly.validate` for dynamic enumerated attribute
50+
(e.g. axis `anchor`, `overlaying`) [#1769]
51+
- Fix pseudo-html handling in sliders, updatemenus, range-sliders,
52+
range-selectors and carpet traces [#1792]
53+
- Fix annotation bounding box and arrow heads in IE [#1782]
54+
- Fix svg exports in IE for graphs with multiple clip paths [#1740]
55+
- Fix `sankey` positioning in IE [#1723, #1731, #1729, #1735]
56+
- Fix relative links in IE [#1715]
57+
- Suppress render warning in gl3d graphs with error bars [#1718]
58+
59+
1360
## [1.27.1] -- 2017-05-17
1461

1562
### Fixed

0 commit comments

Comments
 (0)