Skip to content

@weave-design/[email protected]

Compare
Choose a tag to compare
@hig-bot hig-bot released this 07 Mar 03:43
· 201 commits to master since this release

@weave-design/timestamp-v1.0.0 (2023-03-07)

Bug Fixes

  • react v. in peerDependencies instead of dependencies (4701332)
  • bundle: Fix package bundles (a1b479d)
  • bundle: include dependency CSS (f5a4a62)
  • Forcing semantic release by editing readmes (d39b61f)
  • presentation: correct typography font (6cadf3a)
  • remove unused styles dependency (8388f8a)
  • stop using deprecated theme-data roles (6818763)
  • support for dates over a year old (8dac1f6)
  • theme-context and theme-data as peer dependencies (465f12b)

Code Refactoring

  • Major Release - React 17 Upgrade (2523711)

Features

  • add stylesheet prop for Timestamp (4e870c4)
  • add timestampSequence prop to help with localization (f777858)
  • allow className to be passed down to Timestamp (5fda22a)
  • allow for localization (b80bcf2)
  • make timestamp themeable (3d51d31)
  • Mark package compatibility with React 16 (6eaeb27)
  • timestamp: Move Timestamp to its own package (71bbb2f)
  • update theme-data dependency (c46edd2)
  • updating peer dependencies release (0a8a2b6)

Reverts

  • "Revert "Revert "feat : Migrate all repository to React v17.0 """ (bf78986)

BREAKING CHANGES

  • This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date.
    • Remove css classes
  • No longer using an imported css file