From 9ecee664a9feb9a62b22837c064f693721d89915 Mon Sep 17 00:00:00 2001 From: Dave Norris Date: Mon, 16 Oct 2023 15:14:35 +1100 Subject: [PATCH] Ross (#257) * feat: show today (#254) * Feat date (#255) feat: show current date * feat: date (#256) * feat: show today * feat: current data colour * feat: add date on/off * feat: todays date (#258) * feat: show today * feat: add date on/off * bug: default break * Feat date (#259) * feat: show today * feat - current data colour * feat: add date on/off * bug: default break * chore: doc updates * Feat date (#260) * feat: show today * feat - current data colour * feat: add date on/off * bug: default break * chore: doc updates * chore: bump version * chore: bump D3 version * chore: prep for Ross * API version bump (#261) * feat: show today * feat - current data colour * feat: add date on/off * bug: default break * chore: doc updates * chore: bump version * chore: api version bump --- README.md | 2 +- changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b796de..4e1414f 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ See [contributing.md](/contributing.md) for timeline principles. #### Dependencies -- D3.js v 7.4.4 +- D3.js v 7.8.5 (moment.js v2.29.1) deprecated from v1.10. diff --git a/changelog.md b/changelog.md index b830bfa..b19e95b 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ - Changed Salesforce API to v59.0 from v58.0 - Added the ability to plot today's date - Added the ability to change the colour used for today's date +- d3.js updated to v7.8.5 - Documentation improvements **BUG FIXES**