Skip to content

v1.1.0

Choose a tag to compare

@devrnt devrnt released this 11 Aug 22:02

Changelog

  • Add safeguard against SSR environments (thanks @willviles #68)
  • Allow customAttributes to be passed to company records (thanks @willviles #69)

Commits

  • docs: add ssr safeguard feature in readme f3d8963
  • Merge pull request #68 from willviles/fix/ssr 5b0f3c2
  • chore: move SSR environment check to api 762fea5
  • Merge pull request #74 from devrnt/dependabot/npm_and_yarn/np-6.4.0 ed691e9
  • Merge pull request #76 from devrnt/dependabot/npm_and_yarn/types/react-16.9.46 a129090
  • chore(deps-dev): bump @types/react from 16.9.45 to 16.9.46 5a8abb8
  • chore(deps-dev): bump np from 6.3.2 to 6.4.0 471951f
  • Merge pull request #73 from devrnt/dependabot/npm_and_yarn/types/react-16.9.45 045f8a5
  • Merge pull request #75 from devrnt/dependabot/npm_and_yarn/jsdom-16.4.0 d587f90
  • chore(deps-dev): bump jsdom from 16.3.0 to 16.4.0 4b5ff9f
  • chore(deps-dev): bump @types/react from 16.9.44 to 16.9.45 a85a2f1
  • Merge pull request #72 from devrnt/dependabot/npm_and_yarn/tslib-2.0.1 b3e161d
  • chore(deps-dev): bump tslib from 2.0.0 to 2.0.1 88c24ab
  • Merge pull request #71 from devrnt/dependabot/npm_and_yarn/cypress-4.12.1 0a5a9b4
  • chore(deps-dev): bump cypress from 4.12.0 to 4.12.1 1eea939
  • Merge pull request #69 from willviles/fix/custom-company-attributes d13a5ad
  • Merge pull request #70 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.8 d82f56d
  • chore(deps-dev): bump @testing-library/react from 10.4.7 to 10.4.8 5cad615
  • fix: allows customAttributes to be passed to company records e7e98d8
  • fix: safeguards against SSR environments without access to window 91bed0f
  • Merge pull request #67 from devrnt/dependabot/npm_and_yarn/example/elliptic-6.5.3 ad277f0
  • chore: upgrade packages 2783a01
  • chore: upgrade packages in playground 34cee1e
  • chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /example fc1a002
  • Merge pull request #66 from devrnt/dependabot/npm_and_yarn/types/react-16.9.44 53ae6cb
  • chore(deps-dev): bump @types/react from 16.9.43 to 16.9.44 47a40ff
  • Merge pull request #64 from devrnt/dependabot/npm_and_yarn/cypress-4.11.0 68eb4c2
  • Merge pull request #65 from devrnt/dependabot/npm_and_yarn/testing-library/react-hooks-3.4.1 03010fa
  • chore(deps-dev): bump @testing-library/react-hooks from 3.3.0 to 3.4.1 01910c0
  • chore(deps-dev): bump cypress from 4.10.0 to 4.11.0 6bb86be
  • Merge pull request #63 from devrnt/dependabot/npm_and_yarn/example/lodash-4.17.19 093ad88
  • chore(deps): bump lodash from 4.17.15 to 4.17.19 in /example 110ab52
  • Merge pull request #62 from devrnt/dependabot/npm_and_yarn/typescript-3.9.7 d2953b1
  • Merge pull request #61 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.7 1d88913
  • chore(deps-dev): bump typescript from 3.9.6 to 3.9.7 256f900
  • chore(deps-dev): bump @testing-library/react from 10.4.6 to 10.4.7 af468d9
  • Merge pull request #60 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.6 26f485f
  • chore(deps-dev): bump @testing-library/react from 10.4.5 to 10.4.6 a89117a
  • Merge pull request #59 from devrnt/dependabot/npm_and_yarn/types/react-16.9.43 1e6f109
  • Merge pull request #58 from devrnt/dependabot/npm_and_yarn/np-6.3.2 e5529c3
  • chore(deps-dev): bump @types/react from 16.9.41 to 16.9.43 810335b
  • chore(deps-dev): bump np from 6.3.1 to 6.3.2 f9d54e0
  • fix: update source url in example 7d741a1
  • docs: update anchor link for api section ef52a15

v1.0.0...v1.1.0