Releases: d3fc/d3fc
d3fc@15.2.13
What's Changed
- chore: update jsdom by @bethpritchard in #1863
- fix: add workflow to add release notes to fix releases by @bethpritchard in #1864
- chore: update rollup dependencies by @bethpritchard in #1861
- refactor: use changesets action for publish by @bethpritchard in #1869
- Fix doji candlesticks in webgl (main repo version) by @jisted-scottlogic in #1870
- chore: update changesets-action to fork by @jisted-scottlogic in #1872
- chore: add changeset for fixed deployment by @bethpritchard in #1873
- chore: update changesets-action fork version by @jisted-scottlogic in #1875
- revert: remove superfluous changeset by @bethpritchard in #1876
- fix: use experimental feature to get changeset to bump internal dependencies by @bethpritchard in #1877
- Version Packages by @github-actions in #1874
- Revert "Version Packages" by @jisted-scottlogic in #1879
- fix: exclude gh actions bot from commitlint by @jisted-scottlogic in #1878
- Update changesets action fork version by @jisted-scottlogic in #1882
- Version Packages by @github-actions in #1883
- Revert "Version Packages" by @bethpritchard in #1884
- fix: change env var in release.yaml to authorise NPM publish by @bethpritchard in #1885
- Version Packages by @github-actions in #1886
New Contributors
- @github-actions made their first contribution in #1874
Full Changelog: https://github.com/d3fc/d3fc/compare/d3fc@15.2.12...d3fc@15.2.13
@d3fc/d3fc-webgl@3.2.1
Patch Changes
- 6a0e5f9: Fix webgl candlestick body height
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
3.2.0 (2022-05-30)
Features
3.1.0 (2020-09-01)
Features
- reepoch scaleTime values using Date.now (2aa8d9b)
3.0.0 (2020-08-14)
Bug Fixes
- incorrect candlestick/ohlc width (484d502)
Features
- add pixelRatio property to webgl series (08c2de1)
BREAKING CHANGES
- webgl series must now expose a pixelRatio property
@d3fc/d3fc-series@6.1.3
Patch Changes
- Updated dependencies [6a0e5f9]
- @d3fc/d3fc-webgl@3.2.1
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
@d3fc/d3fc-chart@5.1.9
Patch Changes
- @d3fc/d3fc-series@6.1.3
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
@d3fc/d3fc-annotation@3.0.16
Patch Changes
- @d3fc/d3fc-series@6.1.3
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
d3fc@15.2.12
What's Changed
- chore(deps-dev): bump ws from 5.2.3 to 5.2.4 by @dependabot in #1847
- chore(deps): bump tough-cookie, jest and jest-puppeteer by @dependabot in #1837
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #1848
- fix: add build to release pipeline by @bethpritchard in #1851
- chore(deps): bump ws and puppeteer by @dependabot in #1852
- fix: remove auto release by @bethpritchard in #1853
- Publish script by @jisted-scottlogic in #1855
- fix: publish permissions by @jisted-scottlogic in #1857
- fix: move to changesets by @jisted-scottlogic in #1858
- chore: version bump for changesets by @jisted-scottlogic in #1859
- fix: change .changeset access to public by @bethpritchard in #1860
Full Changelog: https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-annotation@3.0.15...d3fc@15.2.12
d3fc@15.2.9
What's Changed
- docs: added polyfills of Symbol and CustomEvent for IE by @ColinEberhardt in #1034
- chore: copyfiles fix - that pesky space by @ColinEberhardt in #1035
- docs: correct d3fc script links in site getting started page by @jleft in #1038
- docs: changed the zoom example to use canvas by @ColinEberhardt in #1037
- docs(site): updated website styling by @ColinEberhardt in #1045
- docs(site): fixed multi series examples based on recent API change by @ColinEberhardt in #1046
- feat: updated dependency versions by @ColinEberhardt in #1057
- docs: do writing good english by @chrisprice in #1059
- docs: updated examples to use d3 bl.ocks by @ColinEberhardt in #1062
- docs: fix b0rked menu link by @ColinEberhardt in #1063
- docs: a few more website fixes by @ColinEberhardt in #1064
- feat: Updated d3fc dependencies by @ColinEberhardt in #1066
- feat: integrated d3fc-brush by @ColinEberhardt in #1069
- feat: updated dependency versions by @ColinEberhardt in #1073
- website fixes due to breaking changes in v13 by @ColinEberhardt in #1074
- fix: incorporated d3fc-discontinuous-scale 2.0.4 by @ColinEberhardt in #1076
- docs: added more examples by @ColinEberhardt in #1079
- added some more financial examples by @ColinEberhardt in #1082
- feat: updated dependencies by @ColinEberhardt in #1089
- fix: rolling back d3fc-element to 3.0.1 by @ColinEberhardt in #1090
- check dependencies update by @ColinEberhardt in #1104
- fix: updated the version number by @ColinEberhardt in #1105
- Monorepo by @chrisprice in #1100
- fix defined regression in d3fc-series by @chrisprice in #1108
- Fix build issue by @chrisprice in #1169
- docs: link to unpkg by @chrisprice in #1033
- chore: add Symbol polyfill warning by @chrisprice in #1170
- fix: ensure test failures propagate to top level by @chrisprice in #1173
- fix documentation references by @chrisprice in #1174
- fix: update jsnext:main to module by @chrisprice in #1175
- docs: explain how to apply styling to chart by @chrisprice in #1176
- feat: rename dateExtent to timeExtent to match d3 by @chrisprice in #1177
- fix: add overflow hidden to plot-area by @chrisprice in #1178
- fix: remove resize listener to fix memory leak by @chrisprice in #1179
- canvas shapes now fill then stroke by @chrisprice in #1180
- fix: follow d3 tick/tickArguments behaviour by @chrisprice in #1181
- Misc small fixes by @chrisprice in #1182
- feat: add use-device-pixel-ratio attribute by @chrisprice in #1183
- fix: sub-transition interval redraws hide nodes by @chrisprice in #1186
- fix: incorrect gridline position on update by @chrisprice in #1185
- feat: add chartCartesian - a CSS grid-based chart by @chrisprice in #1193
- Ensure line / area series support defined by @ColinEberhardt in #1195
- Add readme file to packages/d3fc by @rlax in #1208
- Update README.md with relevant code by @rlax in #1209
- docs: fixed example where the chart was hidden by @ColinEberhardt in #1212
- docs: remove site reference to D3 version by @dbarkey-scottlogic in #1216
- docs: update readmes to reference new package names by @dbarkey-scottlogic in #1217
- docs: correct cross links between packages by @dbarkey-scottlogic in #1221
- Declaring valueformatter moved after // START tag. by @artonevala in #1218
- fix: remove Quandl feed by @dbarkey-scottlogic in #1219
- Fixed display of bubble-sort transition example by @andy-lee-eng in #1223
- Fixed issue with horizontal seriesGrouped offset in wrong direction by @andy-lee-eng in #1227
- Canvas symbol functionality to match SVG by @Ro4052 in #1234
- feat: Added chart x-axis width and y-axis height settings by @andy-lee-eng in #1230
- Export cartesian/element css variables as part of package by @andy-lee-eng in #1226
- feat: Allow custom axis components in cartesian chart by @andy-lee-eng in #1236
- Update to #1238 by @ColinEberhardt in #1245
- fix: Canvas multi series checks if series decorate exists before invoking by @Ro4052 in #1235
- fix: Fix problem generating axis documentation by @andy-lee-eng in #1248
- docs: Correct "submit a fix" links for API documents by @andy-lee-eng in #1249
- fix: Checks for making sure ReadMes are parsed correctly for docs by @andy-lee-eng in #1250
- docs: Exclude "Scripts" section in right hand nav panel by @andy-lee-eng in #1251
- docs: View-on-Github link now links to correct package by @andy-lee-eng in #1252
- feat: Canvas gridline by @Ro4052 in #1237
- docs: switch default export to named by @Ro4052 in #1253
- feat: canvas line annotation by @Ro4052 in #1254
- feat: canvas band annotation by @Ro4052 in #1255
- feat: canvas crosshair annotation by @Ro4052 in #1256
- Axis decorators for rotated and offset labels by @andy-lee-eng in #1263
- chore: migrate examples to chartCartesian by @Ro4052 in #1266
- Feat/hide plot area by @Ro4052 in #1265
- Y label styling by @Ro4052 in #1268
- feat: add chart label to chartCartesian by @Ro4052 in #1271
- chore: migrate site examples to chartCartesian by @Ro4052 in #1274
- fix: moved both axis to give them a higher z-order than the plot area by @ColinEberhardt in #1275
- docs: add chart label and update screenshot by @Ro4052 in #1276
- Cartesian updates by @ColinEberhardt in #1277
- chore: rename d3fc to D3FC by @ColinEberhardt in #1278
- fix: property store correctly applies values from multiple argument functions by @ColinEberhardt in #1281
- fix: avoid reconstruction of top-label element by retaining the requi… by @ColinEberhardt in #1286
- fix: update d3 links in getting started docs from /build to /dist by @joelwilliamsmith in #1288
- docs: removed notes about D3 migration by @ColinEberhardt in #1291
- Repository Caretaking by @hanna-greaves in #1295
- Run site script as part of travis build by @joelwilliamsmith in #1301
- Switch travis site task to use lerna rather than cd into required package by @joelwilliamsmith in #1303
- Remove package-lock files by @joelwilliamsmith in #1304
- Readme fix by @hanna-greaves in #1299
- HMR/Live-reload improvements 🔥 by @hanna-greaves in #1311
- Update Babel 🐟 and Lerna 🐉 by @hanna-greaves in #1316
- feat: add Conventional Commit Support by @hanna-greaves in #1315
- feat: add xValues/yValues to all series by @chrisprice in #1335
- Reinstate eslint - part 1 by @chrisprice in #1346
- chore: fix develop script by @mattstobbs in #1353
- chore: fix website minified build by @OliverForeman in #1354
- Added
skipUTCWeekends.js
tod3fc-discontinuous-scale
. by @AldoMX in #1357 - chore: fix bundle minified build by @OliverForeman in #1355
- Initial WebGL Implementation by @chrisprice in #1360
- feat: add projectedAttributeBuilder by @chrisprice in #1376
- refactor: move glErrorBar calcul...
d3fc@15.2.11
15.2.11 (2024-06-17)
Note: Version bump only for package d3fc
d3fc@15.2.10
What's Changed
- chore(deps): bump d3-color, @d3fc/d3fc-annotation, @d3fc/d3fc-axis, @d3fc/d3fc-brush, @d3fc/d3fc-chart, @d3fc/d3fc-discontinuous-scale, @d3fc/d3fc-label-layout, @d3fc/d3fc-series and @d3fc/d3fc-webgl in /packages/d3fc by @dependabot in #1843
Full Changelog: https://github.com/d3fc/d3fc/compare/d3fc@15.2.9...d3fc@15.2.10
@d3fc/d3fc-annotation@3.0.15
3.0.15 (2024-06-17)
Note: Version bump only for package @d3fc/d3fc-annotation