Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

fix(deps): update nivo monorepo to ^0.79.0 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 4, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nivo/bar ^0.70.1 -> ^0.79.0 age adoption passing confidence
@nivo/core ^0.70.1 -> ^0.79.0 age adoption passing confidence
@nivo/line ^0.70.1 -> ^0.79.0 age adoption passing confidence

Release Notes

plouc/nivo

v0.79.1

Compare Source

Features
  • colors: remove react-motion (d68bd6d0)

v0.79.0

Compare Source

Features
  • circle-packing: remove unused prop-types package (a4b4dfae)
  • colors: add support for continuous color scales (f0867914)
  • core:
    • add support for legends ticks to nivo theme (806da063)
    • remove resize-observer-polyfill as it should be added if IE support is needed (22f2bf70)
  • generators: add a helper to generate x/y series (15efb6e8)
  • heatmap:
    • adjust stories (1867b606)
    • add tests for forceSquare (2cbda769)
    • restore forceSquare feature (236e94c6)
    • add tests for size variation feature (fdc93a6a)
    • define a default legend config to prevent a crash when adding a new one on the interactive demo (a9486b7a)
    • add missing event handlers to the documentation (bac7d7a1)
    • restore size variation support (849c7d7f)
    • fix the http API documentation (a91066fd)
    • remove min/max value properties from the static package (937604c3)
    • remove min/max value properties from documentation (824b794a)
    • remove min/max value properties as they should be controlled where needed, for example the colors (7a5a922b)
    • add support for annotations for the canvas implementation (9aaaad59)
    • add tests for hoverTarget (d92ecd9c)
    • add tests for layers and annotations (35111f7b)
    • init unit tests (8f9ca823)
    • fix missing hooks deps (7025bb9d)
    • update codesandbox example to reflect API changes (da44298e)
    • restore support for empty values and empty color (be1a8afa)
    • migrate canvas implementation to TypeScript (d0cd5003)
    • add support for annotations (262c34a5)
    • add the package to the monorepo TypeScript config (6462c08f)
    • update the website documentation according to API changes and additions (b636e5cb)
    • init TypeScript migration (4929c468)
  • legends:
    • fix continuous color scale legend when the direction is column (b5527c1b)
    • add support for canvas continuous color legends and add it to heatmap (e3e8f002)
    • add support for continuous color scale legends (e2203454)
  • website:
    • add an open graph image for the homepage (7b61ade4)
    • add the ability to take pages screenshots (e7e7d8ac)
    • add more chart types to the homepage (bd2c8ad5)
    • make chart labels visible by default on the homepage (01e6c340)
    • use static images for the homepage (9ad4769d)
    • create new demo charts for the homepage (2c77f8d5)
    • improve color scheme controls (f438ba6b)
    • improve typings of ComponentTemplate and use it at its full potential for the heatmap (37136c9a)
    • fix components explorer filtering (bda98c8f)
    • animate navigation toggle button (16f89bbf)
    • convert all chart icons to TypeScript (f23c5ebe)
    • add a mobile nav and improve the sitemap data (5b184314)
    • improve theming guide (02da858b)
    • change the max length of generated code lines to be 80 instead of 120 (a55c272e)
    • improve and reorganize controls (3b433201)
    • inline global styles (e0a0ffbb)
Bug Fixes
  • tests: add resize-observer-polyfill when running unit tests (312e18da)
Chore
  • core: export useMeasure in typings (079770c4)
  • packages: improve package readmes (38257b8f)

v0.78.0

Compare Source

Features
  • chord:
    • fix various hooks dependencies issues (5469cc9f)
    • add tests for active/inactive arcs & ribbons (00d839ec)
    • rename properties related to active/inactive styles (7c3e7a7a)
    • init unit tests (7c1d39b6)
    • update stories (73467c9d)
    • adjust website icon and home demo according to the new API (90210e4d)
    • migrate arc transitions to react-spring (ebf01a18)
    • fix static mapping used for the http API (a9926666)
    • migrate ribbons and arcs transitions to react-spring (458ba58b)
    • init TypeScript migration (16c316b7)
  • network: improve stories (8faac86a)
  • treemap:
    • add unit tests (64628e1f)
    • fix html parent label interpolation (ba6071a3)
    • add support for custom layers to SVG and canvas implementations (b45f0d11)
    • adjust website according to new typings (8946b02f)
    • fix static mapping and sample (a7a44000)
    • datum now just extends object (0fdd6854)
    • add support for basic aria attributes to all flavors (7213ca05)
    • fix static mapping and sample (7b5b3939)
    • migrate the package to TypeScript (1795f712)
  • website: fix api client layout (36914f28)

v0.77.0

Compare Source

Features
  • annotations:
    • add outline opacity (365f2610)
    • add support for border radius to rect annotations (c0043507)
  • network:
    • fix codesandbox example (cda66831)
    • add missing tests (ca5ee4e8)
    • add support for canvas annotations (aed35906)
    • remove nodeBlendMode as it doesn't play well with link endings underneath (bfbe9b69)
    • add the ability to control the center force strength (609287da)
    • add the ability to extend the links data structure via a generic (7fdff22f)
    • memoize default node & link components (d70ad138)
    • add basic tests (07a1e333)
    • add support for active nodes and annotations (5575928d)
    • forward aria props to SvgWrapper (e91b04f7)
    • fix remaining issues after rebasing against master (90edbd01)
    • update stories for custom components (b6741dd5)
    • improve custom tooltip stories (cbe9b21a)
    • add stories for custom node component and renderer (8f13a530)
    • fix website icon due to API changes (b115f701)
    • network can be used in standalone mode via the useNetwork hook (1b03cecd)
    • add support for custom link component (2b26bf3d)
    • add support for custom node component (8e85cf1d)
    • types are now valid (c3d5dd1b)
    • add support for generic node datum (375252a5)
    • replace react-motion with react-spring and use the same component for static and animated variants (82a2d05c)
    • remove prop-types (fa152f5c)
    • adjust old TypeScript definitions (353010f7)
    • remove deprecated license header from package (0137c963)
    • change all files extension to ts/tsx (797c1311)
  • website:
    • add a dedicated control for chart annotations (9060197e)
    • add the ability to control charts annotations (720716bf)
    • add a helper to generate common accessibility props (63a7eb60)

v0.76.0

Compare Source

Features
  • bump:
    • add tests for the AreaBump chart (3f5ed416)
    • improve website documentation (6bb16dc4)
    • improve AreaBump typings and add support for series extra properties (a68d98d1)
    • fix Bump linting errors & warnings (1afc0a4b)
    • improve website documentation (235d85eb)
    • allow extra props for Bump data series (ba2fca2e)
    • add tests for the Bump chart (90006b67)
    • migrate @​nivo/bump to TypeScript (4be280b3)
  • captures: improve the script used to generate charts' images & icons (74d9872f)
  • packages: use website captures in packages' READMEs (f9f0acb2)
  • website:
    • continue migration to TypeScript (fe2652fe)
    • try to increase node memory limit for netlify (7a244d20)
    • use chart image for OG tags (121491fd)
    • skip lib checks (a597f171)
    • add captures for all charts (1daa7fe1)
    • test chart SEO image with AreaBump (c417b2b1)
    • use netlify url if available (4316288f)
    • run init before building for netlify (d175ef70)
    • init support for netlify (d68870e4)
    • improve SEO (f39dc01e)
    • migrate the legends guide to TypeScript (c3d76090)
    • migrate the axes guide to TypeScript (1f4f480e)
    • fix guides (12d0f396)
    • add traling slash to all URLs (d7e7926d)
    • adjust guides interactive demos to use the new control definitions (7d17732e)
    • normalize charts properties definition (e9446233)

v0.75.0

Compare Source

Features
Bug Fixes
  • bar: avoid to redefine react forwardRef type (cd6e3ec3)
  • build: fix error with duplicated typings for eslint by forcing the resolution of the package (384e4240)
  • ci: fix triggers for the CI workflow (0750223f)
  • core:
    • import missing SVGProps type (feb6de60)
    • export linearGradientDef in typings (7cfbfc96)
  • format: fix formatting issues (7d03e9a3)
  • swarmplot: use the borderWidth property - fixes #​1813 (edd3990c)
  • website: fix React runtime issue with Gatsby (e36b06b3)
Chore

v0.74.1

Compare Source

Features
  • defs: allow gradientTransform to be passed to gradient definitions, fixes #​1098 (#​1812) (76062b53)
  • radar: add support for patterns and gradients (#​1807) (0b3bdb0b)
  • radial-bar: update website package as it is now published (2757063c)
Bug Fixes
  • radial-bar: remove unnecessary console log (dd72cd41)
Chore

v0.74.0

Compare Source

Features
  • bar:
    • remove recompose from dependencies (dda2edfe)
    • ignore TS error when importing source from stories/unit tests (bf4061ae)
    • adjust unit tests for new data (53811a52)
    • pass bar data to bar item aria attribute generators (b7347736)
    • fix tooltip position when triggering it from focus (8c139c34)
    • exclude aria props from canvas bar item renderer (95f9b15d)
    • remove bar item focus handler event as it's not used (3c3e8fcc)
    • add a generic hook to handle both SVG and canvas implementations (75481c61)
    • enable tooltip for keyboard based navigation (8a32e501)
    • add labelledby and describedby aria attributes support to SVG bar item component (ce11205d)
    • add aria attributes support to SVG bar component (b6e930f9)
  • bullet: add custom tooltip (#​1694) (75eafa18)
  • bump: add missing line props in TS definition (#​1787) (69aef61b)
  • core:
    • upgrade react-spring (2cb0fffc)
    • fix typings for ValueFormat context support (828e06b4)
    • add typings for d3 curve factories (bdb231ce)
    • remove unused withCurve and withHierarchy HOCs (6fdd4839)
    • remove make targets related to example projects (a6fde221)
    • do not use false as a default for focusable attribute in SvgWrapper for BC (3825b12b)
  • defs: hide SVG defs for screen readers (ae7d5378)
  • examples: remove retro and typescript example projects (10aa6df2)
  • funnel:
  • polar-axes:
  • radar:
  • radial-bar:
    • generate icon and screenshots (399215b6)
    • add the ability to specify a static max value (6144dbb1)
    • add controls for radial & circular axes to the demo (587b179c)
    • add stories (88e05dda)
    • add circular axes (c65a1c9b)
    • isolate polar axes components in their own folder to easily move them to a dedicated package (ab8e2597)
    • fix typo in website dimensions properties (3ac27b14)
    • add the ability to customize inner radius (3fb05676)
    • add unit tests for tracks (26a27ba3)
    • update package README (06f63999)
    • add unit tests (8c1bf1a8)
    • support custom datum via generic (883f8486)
    • improve polar grid transitions (aa9ea046)
    • add support for circular grid (8c1f2f52)
    • add support for padAngle (9a8f03f8)
    • add tracks (729ac4c7)
    • add legends and ability to finetune style (f23b988a)
    • add support for labels (e6bab88a)
    • use the @​nivo/arcs package (5ec257f1)
    • improve documentation about the data structure (d8fd7699)
    • add support for tooltip and mouse handlers (d4f8c47a)
    • init package (126e1f93)
  • sankey:
    • add package to TypeScript monorepo config (883b10ad)
    • update stories to use new storybook format (1494170c)
    • use generics for nodes and links (e59add96)
    • init TypeScript migration (5b907274)
  • scales:
    • fix old imports from axes package (81c72ccd)
    • move ticks logic to the scales package (801c7675)
    • forward generic types from stackX/stackY to stackAxis (8e774c0c)
  • scatterplot:
    • convert stories to new format (af87639d)
    • add tests for date based data (95bbe5c2)
    • add unit tests for annotations (a0d3b866)
    • add unit tests for markers (8afb16a1)
    • enable format editor in doc for x/y format (aa55260f)
    • flatten node props (1be2e324)
    • add unit test for aria props (c8ed443b)
    • add support for custom layer to ScatterPlot prop type (cb0fce8f)
    • ignore TS error when importing source from stories/unit tests (837be3ee)
    • move style.color to color in node data, fix typing issues in stories (56fdbd41)
    • adjust stories according to API changes (816a4783)
    • migrate from react-motion to react-spring (c1b84c98)
    • migrate package to typescript (34e6d377)
  • stream:
    • convert stories to new format (d58ca1c4)
    • add unit tests for custom tooltip components (d24f23e2)
    • add support for custom tooltip and stack tooltip (3b8fde15)
    • add unit tests for dots (a7f56db2)
    • add support for custom layer (fa5d6e63)
    • add documentation about aria attributes (e202437a)
    • add aria attributes to the root SVG container (60741652)
    • adjust website documentation according to API changes (c94f5e28)
    • migrate stream package to TypeScript (e6f4c70b)
  • timerange: add from, to, and emptyColor props (#​1722) (d49a7903)
  • website:
    • improve data log when clicking on funnel parts (6f67fc39)
    • improve typings for ComponentTemplate (f9395545)
    • improve typings of charts props documentation (ace1a66d)
    • convert chart props files to TypeScript (b57d8b07)
    • convert a few control components to TypeScript (56f8ae68)
    • add typings for theme (39ff4927)
    • update code according to react-markdown API changes (74fdbbb6)
    • upgrade gatsby dependencies (cc3e3913)
    • add markdown support to component properties help content (a5aa25cd)
    • improve accessibility of component tabs (57406d0c)
Bug Fixes
  • website:
    • do not try to run dedent when help text is undefined (5ba75a94)
    • fix invalid dependency for useMemo (06be0276)
Chore
  • browserlist: update caniuse-lite (6bcecb3d)

v0.73.1

Compare Source

Bug Fixes

v0.73.0

Compare Source

Bug Fixes
Chore

v0.72.0

Compare Source

Features
  • bar:
    • add custom renderer support (459e74c8)
    • add layers support to canvas flavor (c39e91f5)
    • add annotations/borderRadius to canvas flavor (31438233)
    • enable labels for canvas flavor (602c1c3c)
    • convert canvas flavor to functional component (3cac1d56)
    • add support for valueFormat (e142895f)
    • add ability to customize legend label (3f0bb4e2)
    • support initialHiddeIds prop (29a80c6f)
    • switch from react-motion to react-spring (abef1fae)
    • migrate package to typescript (10ae918f)
  • bullet: support minValue/maxValue properties (#​1635) (86c5d81e)
  • calendar: expose weekdayTicks prop on TimeRange component (#​1634) (efafa016)
Bug Fixes
Chore

v0.71.0

Compare Source

Features
Bug Fixes
  • axes: fix time scale bug with days crossing a new month (#​1565) (cc27a856)
  • bar:
    • get working with scales updates (48880b43)
    • fix when values are updated from 0 in grouped mode (#​1585) (8ff82034)
    • fix inconsistency with custom tooltip (2479df38)
  • calendar: update TimeRange component for consistency (23d569c6)
  • legends: update proptypes to avoid generated type error (f0acb818)
  • line: get working with scales updates (c2e9631b)
  • pie:
    • correct argument type to usePie hook (191e3e0b)
    • use legend.data property if supplied (acdfa902)
  • scales:
  • scatterplot: get working with scales updates (d9e3a5bc)
  • stream: get working with scales updates (73a0812c)
  • swarmplot:
  • website: update imports from @​nivo/calendar (c7f9876e)
Chore

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update nivo monorepo to ^0.72.0 fix(deps): update nivo monorepo to ^0.73.0 Jul 14, 2021
@renovate renovate bot changed the title fix(deps): update nivo monorepo to ^0.73.0 fix(deps): update nivo monorepo Jul 15, 2021
@renovate renovate bot changed the title fix(deps): update nivo monorepo fix(deps): update nivo monorepo to ^0.74.0 Oct 9, 2021
@renovate renovate bot changed the title fix(deps): update nivo monorepo to ^0.74.0 fix(deps): update nivo monorepo to ^0.75.0 Dec 17, 2021
@renovate renovate bot changed the title fix(deps): update nivo monorepo to ^0.75.0 fix(deps): update nivo monorepo to ^0.76.0 Dec 29, 2021
@renovate renovate bot changed the title fix(deps): update nivo monorepo to ^0.76.0 fix(deps): update nivo monorepo to ^0.77.0 Dec 31, 2021
@renovate renovate bot changed the title fix(deps): update nivo monorepo to ^0.77.0 fix(deps): update nivo monorepo to ^0.78.0 Jan 2, 2022
@renovate renovate bot changed the title fix(deps): update nivo monorepo to ^0.78.0 fix(deps): update nivo monorepo Jan 12, 2022
@renovate renovate bot changed the title fix(deps): update nivo monorepo fix(deps): update nivo monorepo to ^0.79.0 Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant