Skip to content

@weave-design/[email protected]

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

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

Bug Fixes

  • react v. in peerDependencies instead of dependencies (4701332)
  • behavior: add missing keyboard interactions (cfe892c)
  • behavior: remove invalid prop from Fragment (8366190)
  • bundle: Fix package bundles (a1b479d)
  • bundle: include dependency CSS (f5a4a62)
  • Forcing semantic release by editing readmes (d39b61f)
  • remove fonts package as a dependency (5ebb31d)
  • stop using deprecated theme-data roles (e963079)
  • tab with zero index not trigger to active in Tabs (9715472)
  • theme-context and theme-data as peer dependencies (19fe5de)
  • update dependencies (70fb27c)
  • use active underline for pressed state (8f9885a)

Code Refactoring

  • Major Release - React 17 Upgrade (2523711)

Features

  • a new style for Tabs (a1516f6)
  • add stylesheet prop (67a432c)
  • allow active Tab to be controlled (4ecbb79)
  • Initialize remaining components to be migrated into packages (3b654ce)
  • migration: Rewrite Tabs component (799c6c2)
  • style Tabs hover and focus events (649af7e)
  • Tab label to accept a node (b4c62e6)
  • tabs: Add Tabs placeholders (91ef9f4)
  • update Tabs to match the new design (a6ab419)
  • updating peer dependencies release (0a8a2b6)
  • use emotion and stylesheet function in Tabs (4b7a047)
  • use theme data in Tabs (f2c5a6e)

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.
  • this includes an entirely new design for Tabs that uses
    theme data.
  • This removes all of the old element class names in favor of classnames
    generated by emotion.