Skip to content

Releases: Autodesk/hig

@weave-design/[email protected]

25 Feb 19:16
Compare
Choose a tag to compare

@weave-design/icon-button-v1.0.0 (2023-02-25)

BREAKING

  • icon/icon-button: Removes @hig/icon and refactor @hig/icon-button to use @hig/icons (49d78f4)

Bug Fixes

  • react v. in peerDependencies instead of dependencies (4701332)
  • Add back missing classnames dependencies (0dcb77a)
  • add icon css to icon-button (89810fc)
  • allow tabindex to be passed down to root (8784d15)
  • bundle: Fix package bundles (a1b479d)
  • bundle: include dependency CSS (f5a4a62)
  • combined greenkeeper prs for version updates see pr 1392 (d0a017a)
  • console errors for invalid props (608c207)
  • do not trigger focus/hover/pressed states when disabled (19ab026)
  • don't show icon tooltip (d8d3a3f)
  • export surfaces, AVAILABLE_SURFACES, variants, AVAILABLE_VARIANTS (b81c7cb)
  • Forcing semantic release by editing readmes (d39b61f)
  • halo transitions (66b1301)
  • icon-button: Adds cursor: pointer style to IconButton (411960e)
  • icon-button: Fix IconButton rendering when link is absent (1f2e292)
  • icon-button: Fix missing test dependency (612e108)
  • include static on pressed states (969c415)
  • need correct surface level values (500dffc)
  • pass down disabled attribute to root element (3f57c24)
  • prevent disabled IconButton gaining tab focus (f548f9c)
  • remove non-existant theme-data role from stylesheet (ee42999)
  • remove static variant's fill color (8c71b7a)
  • static icon positioning to match dynamic (4afc1e9)
  • stop using deprecated theme-data roles (1409974)
  • storybook: Add back Icon stories (f38f2d4)
  • update dependencies (70fb27c)

Code Refactoring

  • Major Release - React 17 Upgrade (2523711)

Features

  • add on prop and styles for it (89be8db)
  • add static variant (d8ace9d)
  • add stylesheet prop (bdebb11)
  • add surface prop and styles for it (db4ae52)
  • allow passing down of css className (ef3d19d)
  • make icon-button themable (9f829d2)
  • Mark package compatibility with React 16 (6eaeb27)
  • pass ...otherProps to the root element (980fc5c)
  • title prop is no longer required (e3240eb)
  • update icon set (80bf8c6)
  • 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.
    • deprecated props are now removed (name, svg)
  • also removed and deprecated type prop - there are no longer different types with the new design
  • removed all css classnames
  • removed css stylesheets
  • icon/icon-button: Removes @hig/icon
  • icon/icon-button: Use icon prop instead of name or svg in @hig/icon-button to render Icon/svg
  • icon/icon-button: No longer export names from @hig/icon-button

Usage:

import { Assets24 } from "@hig/icons"

function MyComponent() {
  return (
    <IconButton
      icon={<Assets24 />}
      onClick={() => console.log('Clicked it.')}
    />
  );
}

@weave-design/[email protected]

25 Feb 19:21
Compare
Choose a tag to compare

@weave-design/dropdown-v1.0.0 (2023-02-25)

BREAKING

  • icon/icon-button: Removes @hig/icon and refactor @hig/icon-button to use @hig/icons (49d78f4)

Bug Fixes

  • react v. in peerDependencies instead of dependencies (4701332)
  • allow className to be passed down in Dropdown (faedcce)
  • behavior: add missing keyboard interactions (efb1ad9)
  • behavior: allow falsy controlled values (afa7ffe)
  • behavior: change menu toggle to activate on click (25de807)
  • behavior: change TestField type to button to prevent text selection (1e3de1a)
  • behavior: correct id propagation (ea1f2d2)
  • behavior: correct multiple selection logic (3249f5f)
  • bundle: Fix package bundles (a1b479d)
  • bundle: include dependency CSS (f5a4a62)
  • change functions enzyme (99b2ff5)
  • combined greenkeeper prs for version updates see pr 1392 (d0a017a)
  • correct set Downshift menu ref (c4d15c3)
  • Correct variable names for downshift onchange event (99ee455)
  • cursor should be pointer and not text (0751d13)
  • defaultValue when multiple is selected (3eec268)
  • dropdown design tweaks (f16bd20)
  • dropdown: remove alpha so it can release and use new icons (1f508ba)
  • Forcing semantic release by editing readmes (d39b61f)
  • long options should not run into the caret (34471fa)
  • match menu open caret to designs (aba3bf9)
  • package: update @hig/icons to version 2.0.0 (1ff94ab)
  • package: update @hig/text-field to version 0.5.0 (2cc44b3)
  • presentation: correct logic determining single select options (cafaac1)
  • prevent setting invalid props (2502b3f)
  • remove leftover icon css dependencies (2af5d0b)
  • remove leftover text-field code (bcce416)
  • remove unused styles dependency (708554b)
  • show checked selected option when options is an array of objects (70828a4)
  • stop using deprecated theme-data roles (f49febe)
  • storybook: Add back Icon stories (f38f2d4)
  • style: import dependency CSS (791f304)
  • style: upgrade dependencies to correct box model (eb4f1ec)
  • Suppress ref check error to account for new ref validation in Downshift 2.0.20 (12cfc18)
  • tabindex should go to input (02f9f1b)
  • theme-context and theme-data as peer dependencies (832fe94)
  • update caret icon padding (f7ca4a0)
  • update Dropdown to the newest Icons version (3a446de)
  • update icon sets (9281451)
  • upgrade dependencies to recieve fixes (b96e706)

Code Refactoring

  • Major Release - React 17 Upgrade (2523711)

Features

  • match the latest designs (5cbfa0e)
  • a11y: upgrade Downshift to apply Aria attributes to the option menu (9bd971e)
  • Add Dropdown.renderOption and Option.render for optionally rendering dropdown options with custom behavior (ade7b24)
  • add error prop for Dropdown (6d86709)
  • Add optional text entry to Dropdown (5c0f334)
  • add searchable and onInputChange props (317286a)
  • add stylesheet prop (1edf4ed)
  • add support for any option type (e730c74)
  • allow for disabled options (64ae4ca)
  • behavior: add formatOption prop (19ba202)
  • behavior: add multiple selection support to Dropdown component (a3195b7)
  • behavior: add support to be used as a controlled component (5e02989)
  • dropdown: Add caret icon to dropdown (0d0c7a1)
  • dropdown: Add Dropdown placeholders (7e69d52)
  • dropdown: Allow overriding id attribute (1646118)
  • dropdown: Begin extracting style tokens that influence each other (d21a621)
  • dropdown: Begin porting DropdownOption (bcb1339)
  • dropdown: Connect onChange handler (d958d3f)
  • dropdown: Depend on Downshift (a274452)
  • dropdown: Document prop-types and begin wiring label/input (cfaae21)
  • dropdown: Forward remaining text-field props (9929868)
  • dropdown: Initial Dropdown commit (06263da)
  • dropdown: make dropdown menu themable (b1da361)
  • dropdown: Position dropdown menu absolutely (1ece4e2)
  • dropdown: Render dropdown options and connect event handlers (7c8fdff)
  • dropdown: replace dropdown text field with input (5d527fb)
  • dropdown: tweak styles (7d0410f)
  • Initialize remaining components to be migrated into packages (3b654ce)
  • text-field: Theme Dropdown options to indicate keyboard interactions (12ffc04)
  • update to Downshift 6.0.0 (9157a4a)
  • updating peer dependencies release (0a8a2b6)
  • use latest theme-data (815e718)

Performance Improvements

  • convert menu toggling to use CSS display property (df822ae)

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.
  • dropdown: * CSS class names have been dropped.
  • The label and instructions props are deprecated.
  • @hig/input replaces the input element.
  • icon/icon-button: Removes @hig/icon
  • icon/icon-button: Use icon prop instead of name or svg in @hig/icon-button to render Icon/svg
  • icon/icon-button: No longer export names from @hig/icon-button

Usage:

import { Assets24 } from "@hig/icons"

function MyComponent() {
  return (
    <IconButton
      icon={<Assets24 />}
      onClick={() => console.log('Clicked it.')}
    />
  );
}

@weave-design/[email protected]

25 Feb 19:14
Compare
Choose a tag to compare

@weave-design/checkbox-v1.0.0 (2023-02-25)

BREAKING

  • checkbox: remove required prop (1493474)
  • icon/icon-button: Removes @hig/icon and refactor @hig/icon-button to use @hig/icons (49d78f4)

Bug Fixes

  • react v. in peerDependencies instead of dependencies (4701332)
  • adds icons as a dependency of checkbox (891607d)
  • behavior: remove unnecessary click handler (539c746)
  • behavior: add handler to respond to change events (9c4b14f)
  • behavior: bump @hig/utils dependents to v0.2.1 (48b74d0)
  • behavior: call onChange handlers when controlled (af9c176)
  • bump up theme-context dependency (b068dab)
  • bundle: Fix package bundles (a1b479d)
  • bundle: include dependency CSS (f5a4a62)
  • clean up layout of checkbox (a334220)
  • combined greenkeeper prs for version updates see pr 1392 (d0a017a)
  • Forcing semantic release by editing readmes (d39b61f)
  • generate one ID per component instance instead of upon render (0fbc554)
  • halo transition (de130ee)
  • hover/focus halo adjustment (fd4884d)
  • no border for indeterminate focus state (6fa7506)
  • no tooltip in checked state (635b81e)
  • package: update @hig/icons to version 2.0.0 (b780281)
  • package: update @hig/theme-context to version 2.0.0 (b4fc94b)
  • remove unnecessary disabled logic from checked state (cd43223)
  • stop using deprecated theme-data roles (398bec3)
  • storybook: Add back Icon stories (f38f2d4)
  • theme-context and theme-data as peer dependencies (dbd2d1e)
  • update checkbox and sidenav styles for new icons (d0d661b)
  • update icons package (6df732c)
  • use proper border color in focus state (0e4b011)

Code Refactoring

  • Major Release - React 17 Upgrade (2523711)

Features

  • add stylesheet and checkboxRef prop, pass down className (ba71779)
  • checkbox: Add checkbox placeholders (e8a223a)
  • checkbox: make checkbox themeable (4030320)
  • checkbox: update disabled checkboxes to use opacity (f35b916)
  • Initialize remaining components to be migrated into packages (3b654ce)
  • update background color (9073811)
  • 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.
  • checkbox: label and required props are no longer used, previous css classnames have been removed as well
  • icon/icon-button: Removes @hig/icon
  • icon/icon-button: Use icon prop instead of name or svg in @hig/icon-button to render Icon/svg
  • icon/icon-button: No longer export names from @hig/icon-button

Usage:

import { Assets24 } from "@hig/icons"

function MyComponent() {
  return (
    <IconButton
      icon={<Assets24 />}
      onClick={() => console.log('Clicked it.')}
    />
  );
}

@weave-design/[email protected]

25 Feb 19:11
Compare
Choose a tag to compare

@weave-design/badge-v1.0.0 (2023-02-25)

Features

  • add badge component (6a20be8)
  • spread other props to the wrapper (a71adff)

@weave-design/[email protected]

25 Feb 01:57
Compare
Choose a tag to compare

@weave-design/avatar-bundle-v1.0.0 (2023-02-25)

Bug Fixes

  • react v. in peerDependencies instead of dependencies (4701332)
  • Forcing semantic release by editing readmes (d39b61f)

Code Refactoring

  • Major Release - React 17 Upgrade (2523711)

Features

  • Add new Avatar Bundle component (a9786b7)
  • Add new Avatar Bundle component (cba2d9b)
  • 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.

@weave-design/[email protected]

25 Feb 01:54
Compare
Choose a tag to compare

@weave-design/accordion-v1.0.0 (2023-02-25)

Bug Fixes

  • react v. in peerDependencies instead of dependencies (4701332)
  • caret should be allowed to be on the right (bd520cf)
  • control prevProps in ContentPresenter (3af1ed3)
  • Forcing semantic release by editing readmes (d39b61f)
  • indicator icon spacing (3c94b5f)
  • props collapsed is not passed correctly (b6ef2b5)
  • remove space blank lint (8658b0b)
  • replace componentWillReceiveProps before React deprecates it (a1a2ba7)
  • replace location prevState (764efde)
  • revert to class components (c0bdde4)
  • stop using deprecated theme-data roles (635742d)
  • transition accordion missing (62f379c)

Code Refactoring

  • Major Release - React 17 Upgrade (2523711)

Features

  • add new Accordion component (893535c)
  • allow PropTypes.node for label prop (0d0b4b4)
  • 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.

@weave-design/[email protected]

24 Feb 01:53
Compare
Choose a tag to compare

@weave-design/multi-downshift-v1.0.0 (2023-02-24)

Bug Fixes

  • behavior: allow falsy controlled values (afa7ffe)
  • behavior: bump @hig/utils dependents to v0.2.1 (48b74d0)
  • behavior: correct multiple selection logic (3249f5f)
  • defaultSelectedItems prop not working (831aa33)
  • Forcing semantic release by editing readmes (d39b61f)
  • package: update @hig/utils to version 0.4.0 (c62b949)
  • trigger onChange when same option clicked back to back (f7f317d)

Code Refactoring

  • Major Release - React 17 Upgrade (96a3214)

Features

  • add @hig/multi-downshift package (b0e5140)
  • behavior: add support to be used as a controlled component (5e02989)
  • update to Downshift 6.0.0 (ff46de1)
  • updating peer dependencies release (0a8a2b6)

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.
  • initialSelectedItems was returning the correct default items but was not being used, using this instead of defaultSelectedItems which was always returning empty and now is a redundancy and therefore has been remove.

@weave-design/[email protected]

24 Feb 01:47
Compare
Choose a tag to compare

@weave-design/icons-v1.0.0 (2023-02-24)

BREAKING

  • icon/icon-button: Removes @hig/icon and refactor @hig/icon-button to use @hig/icons (49d78f4)

Bug Fixes

  • react v. in peerDependencies instead of dependencies (4701332)
  • bump up theme-context dependency (b068dab)
  • bundle: Fix package bundles (a1b479d)
  • bundle: include dependency CSS (f5a4a62)
  • do not spread unknown props to svg (ee223d1)
  • don't show tooltip on hover (e50e34f)
  • Forcing semantic release by editing readmes (d39b61f)
  • icon-button: Fix IconButton rendering when link is absent (1f2e292)
  • include size 12 in size export (75e491b)
  • package: update @hig/theme-context to version 2.0.0 (7975948)
  • remove duplicate Back16 icon (0a8a41c)
  • remove ExternalLinkUI icon (06fbbde)
  • remove title element (8a13814)
  • removed blue background from alert and error icons (#2525) (e85ba49)
  • removed fill from icon svgs (7f89027)
  • replace stroke icons with fill (5e06c82)
  • stop using deprecated theme-data roles (59e91ae)
  • storybook: Add back Icon stories (f38f2d4)
  • theme-context and theme-data as peer dependencies (34cd334)

chore

  • icons: release icons 2.0.0 (b61b2cb)

Code Refactoring

  • Major Release - React 17 Upgrade (2523711)

Features

  • add new icons (ca0efcd)
  • add recent-file icon (fdcab11)
  • add rename icon (11e966c)
  • add save-as icons (197294b)
  • add stylesheet prop (decd68a)
  • add ui control icons (5465341)
  • added hold icons to ui-controls (90067be)
  • added library and sign-out icons (057b6db)
  • distribute SVG source files with @hig/icons (18ac0ed)
  • icons: add additional icons (d510380)
  • icons: Include new icons (c825292)
  • icons: make icons themable (56abadd)
  • icons: Update bundle with new icons (2271a03)
  • Mark package compatibility with React 16 (6eaeb27)
  • support color attribute on avatar (c7121d1)
  • update icon set (80bf8c6)
  • updating icons (67a908a)
  • 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.

  • Updated styling of all 16 and 24px icons to better align with existing command icons

  • Added add-page

  • Added external-link

  • Added file-audio

  • Added import

  • Added inbox

  • Added mute

  • Added not-editable

  • Added select-all

  • Added select-none

  • Added sort

  • Added unlink

  • Added unpin

  • Added user-inactive

  • Renamed building-ops to building

  • Renamed cost-control to bill-stack

  • Renamed export to export-move

  • Renamed insight to graph

  • Renamed issue to alert

  • Renamed layout to survey-equipment

  • Renamed user-incactive to user-inactive

  • Removed assets

  • Removed caret - can be found in UI Controls

  • Removed check-disabled - can be found in UI Controls

  • Removed check-white

  • Removed checkbox-checked - can be found in UI Controls

  • Removed checkbox-indeterminate - can be found in UI Controls

  • Removed checkmark-blue-dark

  • Removed checkmark-indeterminate - can be found in UI Controls

  • Removed checkmark-s - can be found in UI Controls

  • Removed clear-small

  • Removed close - can be found in UI Controls

  • Removed close-hamburger - can be found in UI Controls

  • Removed close-notification - can be found in UI Controls

  • Removed close-xs - can be found in UI Controls

  • Removed dropdown-caret-down - can be found in UI Controls

  • Removed dropdown-caret-left - can be found in UI Controls

  • Removed dropdown-caret-right - can be found in UI Controls

  • Removed dropdown-caret-up - can be found in UI Controls

  • Removed hamburger - can be found in UI Controls

  • Removed hamburger-close - can be found in UI Controls

  • Removed hamburger-default - can be found in UI Controls

  • Removed model-coordination

  • Removed rfi

  • Removed social-blog-2

  • Removed x-close-gray

  • icons: update package version to release icons 2.0.0

  • icon/icon-button: Removes @hig/icon

  • icon/icon-button: Use icon prop instead of name or svg in @hig/icon-button to render Icon/svg

  • icon/icon-button: No longer export names from @hig/icon-button

Usage:

import { Assets24 } from "@hig/icons"

function MyComponent() {
  return (
    <IconButton
      icon={<Assets24 />}
      onClick={() => console.log('Clicked it.')}
    />
  );
}

@weave-design/[email protected]

24 Feb 01:51
Compare
Choose a tag to compare

@weave-design/avatar-v1.0.0 (2023-02-24)

Bug Fixes

  • react v. in peerDependencies instead of dependencies (4701332)
  • avatar: add theme knobs in avatar storybook, use only one letter for avatar when size is small, fix js warnings (4057b51)
  • backgroundId to account for lowercase name (4c0ac9d)
  • bump up theme-context dependency (b068dab)
  • bundle: Fix package bundles (a1b479d)
  • bundle: include dependency CSS (f5a4a62)
  • Forcing semantic release by editing readmes (d39b61f)
  • function initialsFromName() can't handle some non-English names properly (a844ede)
  • package: update @hig/theme-context to version 2.0.0 (c3dbc64)
  • remove key duplicated (2683acc)
  • resolve versioning issue, Avatar 0.2.0->1.0.0 (535d892)
  • Shows a bg color for names starting w/ Z (9745ec3)
  • theme-context and theme-data as peer dependencies (7c7d2db)

Code Refactoring

  • Major Release - React 17 Upgrade (2523711)

Features

  • add stylesheet prop (4465d6a)
  • allow className to be passed down to Avatar (6b7c894)
  • avatar: Add medium-32 size to avatar (bc7a31d)
  • avatar: Handle errored images (#907) (0867acc)
  • avatar: Implement new avatar BG colors (ACWB-8852) (ec8a934)
  • avatar: Move avatar component into a scoped package (#874) (e55e531)
  • avatar: Remove unneeded function (d8de162)
  • avatar: themable avatar (0fbd821)
  • improve markup semantics (df10f18)
  • Mark package compatibility with React 16 (6eaeb27)
  • Small refactors to make usage by avatarBundle possible (09d6bf9)
  • Update avatar props and background color calculation (7eaf08a)
  • updating peer dependencies release (0a8a2b6)
  • use latest theme-data (6214278)

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.
  • avatar: The sizes.LARGE_36 size is no longer supported. You can
    substitute with sizes.MEDIUM_32 or sizes.LARGE_48. The "large-48" size
    is no longer supported. You can substitute it with "large" for 48 pixels
    wide or "medium-32" for 32 pixels wide. The previous "large" size is now
    48 pixels wide rather than 36 pixels wide.

@weave-design/[email protected]

23 Feb 05:11
Compare
Choose a tag to compare

@weave-design/utils-v1.0.0 (2023-02-23)

Bug Fixes

  • behavior: bump @hig/utils dependents to v0.2.1 (48b74d0)
  • Forcing semantic release by editing readmes (d39b61f)
  • make combineEventHandlers more reliable (cdece6e)

Features

  • a11y: add createButtonEventHandlers (05b93f4)
  • add combineEventHandlers to new @hig/utils package (76527ce)
  • add createCustomClassNames (8b41973)
  • add generatedId (e37d6ef)
  • performance: add memoizeCombineEventHandlers (bba60c4)