Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# @weave-design/icons-v1.0.0 (2023-02-24) ### BREAKING * **icon/icon-button:** Removes [@hig](https://github.com/hig)/icon and refactor [@hig](https://github.com/hig)/icon-button to use [@hig](https://github.com/hig)/icons ([49d78f4](49d78f4)) ### Bug Fixes * react v. in peerDependencies instead of dependencies ([4701332](4701332)) * bump up theme-context dependency ([b068dab](b068dab)) * **bundle:** Fix package bundles ([a1b479d](a1b479d)) * **bundle:** include dependency CSS ([f5a4a62](f5a4a62)) * do not spread unknown props to svg ([ee223d1](ee223d1)) * don't show tooltip on hover ([e50e34f](e50e34f)) * Forcing semantic release by editing readmes ([d39b61f](d39b61f)) * **icon-button:** Fix IconButton rendering when link is absent ([1f2e292](1f2e292)) * include size 12 in size export ([75e491b](75e491b)) * **package:** update [@hig](https://github.com/hig)/theme-context to version 2.0.0 ([7975948](7975948)) * remove duplicate Back16 icon ([0a8a41c](0a8a41c)) * remove ExternalLinkUI icon ([06fbbde](06fbbde)) * remove title element ([8a13814](8a13814)) * removed blue background from alert and error icons ([#2525](#2525)) ([e85ba49](e85ba49)) * removed fill from icon svgs ([7f89027](7f89027)) * replace stroke icons with fill ([5e06c82](5e06c82)) * stop using deprecated theme-data roles ([59e91ae](59e91ae)) * **storybook:** Add back Icon stories ([f38f2d4](f38f2d4)) * theme-context and theme-data as peer dependencies ([34cd334](34cd334)) ### chore * **icons:** release icons 2.0.0 ([b61b2cb](b61b2cb)) ### Code Refactoring * Major Release - React 17 Upgrade ([2523711](2523711)) ### Features * add new icons ([ca0efcd](ca0efcd)) * add recent-file icon ([fdcab11](fdcab11)) * add rename icon ([11e966c](11e966c)) * add save-as icons ([197294b](197294b)) * add stylesheet prop ([decd68a](decd68a)) * add ui control icons ([5465341](5465341)) * added hold icons to ui-controls ([90067be](90067be)) * added library and sign-out icons ([057b6db](057b6db)) * distribute SVG source files with [@hig](https://github.com/hig)/icons ([18ac0ed](18ac0ed)) * **icons:** add additional icons ([d510380](d510380)) * **icons:** Include new icons ([c825292](c825292)) * **icons:** make icons themable ([56abadd](56abadd)) * **icons:** Update bundle with new icons ([2271a03](2271a03)) * Mark package compatibility with React 16 ([6eaeb27](6eaeb27)) * support color attribute on avatar ([c7121d1](c7121d1)) * update icon set ([80bf8c6](80bf8c6)) * updating icons ([67a908a](67a908a)) * updating peer dependencies release ([0a8a2b6](0a8a2b6)) ### Reverts * "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](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.')} /> ); } ```
- Loading branch information