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

Latest commit

 

History

History
132 lines (87 loc) · 11 KB

CHANGELOG.md

File metadata and controls

132 lines (87 loc) · 11 KB

2.2.3 (2020-03-27)

Bug Fixes

  • components: decorator method changed for watch decorator (cfce09e), closes #117
  • alignment #47 (c754fb5)
  • async: fix #40 (6735510)
  • #38 (313ccfb)
  • @d3/types: @d3/types is breaking some components. (32eef26)
  • CircleCI: change docker image (824f295)
  • CircleCi has another user-agent, try to fit it: CirlceCi user-agent error on run the tests (afbb3e2)
  • core: missing "h" import (8f5ad59)
  • husky: add it again (2b97a05)
  • index: module and nomodule (38cd63a)
  • package.json: Add --coverage flag in the test script (dd87fef)
  • package.json: return to older versions of dependencies (c14d899)
  • stencil: system pushed back to jest 23 and puppeteer 1.14 (0ca08da)

Code Refactoring

  • components: removed app component (96ee03a), closes #19
  • interfaces: generic types on all the graph interfaces (d588b4f), closes #15
  • shared: default data rewritten (964adaf), closes #15
  • src: breaking circular dependencies (8bfd6af)

Features

  • core: @stencil/core 1.0.0 released (c4a87df)
  • package.json: added docusaurus (c128d11), closes #19
  • package.json: commitlint and husky (57be81d), closes #13
  • upgrade: wip for stencil one (5f264d2)
  • website: created website for docs under docusaurus.io (e0b64fd), closes #19

BREAKING CHANGES

  • components: The updateGraphData method it's not gonna be public anymore, the component will update changing the graphData prop
  • src: hasDataMethod to hasData - "method" naming is implicit and unnecessary
  • components: app component is not available any more
  • shared: if you are using TypeScript, add the generic types to override the default value
  • interfaces: if you are using TypeScript, add the generic types to override the default value

2.2.2 (2020-03-27)

Bug Fixes

  • components: decorator method changed for watch decorator (cfce09e), closes #117
  • alignment #47 (c754fb5)
  • async: fix #40 (6735510)
  • #38 (313ccfb)
  • @d3/types: @d3/types is breaking some components. (32eef26)
  • CircleCI: change docker image (824f295)
  • CircleCi has another user-agent, try to fit it: CirlceCi user-agent error on run the tests (afbb3e2)
  • core: missing "h" import (8f5ad59)
  • husky: add it again (2b97a05)
  • index: module and nomodule (38cd63a)
  • package.json: Add --coverage flag in the test script (dd87fef)
  • package.json: return to older versions of dependencies (c14d899)
  • stencil: system pushed back to jest 23 and puppeteer 1.14 (0ca08da)

Code Refactoring

  • components: removed app component (96ee03a), closes #19
  • interfaces: generic types on all the graph interfaces (d588b4f), closes #15
  • shared: default data rewritten (964adaf), closes #15
  • src: breaking circular dependencies (8bfd6af)

Features

  • core: @stencil/core 1.0.0 released (c4a87df)
  • package.json: added docusaurus (c128d11), closes #19
  • package.json: commitlint and husky (57be81d), closes #13
  • upgrade: wip for stencil one (5f264d2)
  • website: created website for docs under docusaurus.io (e0b64fd), closes #19

BREAKING CHANGES

  • components: The updateGraphData method it's not gonna be public anymore, the component will update changing the graphData prop
  • src: hasDataMethod to hasData - "method" naming is implicit and unnecessary
  • components: app component is not available any more
  • shared: if you are using TypeScript, add the generic types to override the default value
  • interfaces: if you are using TypeScript, add the generic types to override the default value

1.0.0 (2019-03-30)

Bug Fixes

  • @d3/types: @d3/types is breaking some components. (6b7b5b2)
  • CircleCI: change docker image (ac4a3c7)
  • CircleCi has another user-agent, try to fit it: CirlceCi user-agent error on run the tests (442d579)
  • package.json: Add --coverage flag in the test script (de302c1)
  • package.json: return to older versions of dependencies (fff9c20)

Code Refactoring

  • components: removed app component (a2bc6b2), closes #19
  • interfaces: generic types on all the graph interfaces (16d1c7a), closes #15
  • shared: default data rewritten (f491f42), closes #15
  • src: breaking circular dependencies (5ad0436)

Features

  • package.json: added docusaurus (4c61643), closes #19
  • package.json: commitlint and husky (632473a), closes #13
  • website: created website for docs under docusaurus.io (708a7e0), closes #19

BREAKING CHANGES

  • src: hasDataMethod to hasData - "method" naming is implicit and unnecessary
  • components: app component is not available any more
  • shared: if you are using TypeScript, add the generic types to override the default value
  • interfaces: if you are using TypeScript, add the generic types to override the default value