Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# @weave-design/tooltip-v1.0.0 (2023-03-07) ### Bug Fixes * react v. in peerDependencies instead of dependencies ([4701332](4701332)) * allow className to be passed down ([94eb3b4](94eb3b4)) * bump up theme-context dependency ([b068dab](b068dab)) * **bundle:** Fix package bundles ([a1b479d](a1b479d)) * **bundle:** include dependency CSS ([f5a4a62](f5a4a62)) * declare typography dependency in tooltip ([bd2affb](bd2affb)) * Forcing semantic release by editing readmes ([d39b61f](d39b61f)) * import missing dependency styles ([0f4cd53](0f4cd53)) * make density agnostic ([aa6169e](aa6169e)) * **package:** update [@hig](https://github.com/hig)/flyout to version 0.7.0 ([d6f3436](d6f3436)) * **package:** update [@hig](https://github.com/hig)/flyout to version 0.8.0 ([37ab319](37ab319)) * **package:** update [@hig](https://github.com/hig)/flyout to version 1.0.0 ([bacdb5d](bacdb5d)) * stop using deprecated theme-data roles ([48539e6](48539e6)) * theme-context and theme-data as peer dependencies ([90cd401](90cd401)) * tooltip design tweak ([ad68abd](ad68abd)) * upgrade flyout in dependants ([ea3bedd](ea3bedd)) ### Code Refactoring * Major Release - React 17 Upgrade ([2523711](2523711)) ### Features * Add openOnHoverDelay prop ([1844bab](1844bab)) * add stylesheet override for flyout pointer ([947651f](947651f)) * add stylesheet prop ([a5326c8](a5326c8)) * Adds openOnHover prop to Tooltip. This enables the Tooltip to display when a user hovers over the target ([c5717d6](c5717d6)) * **behavior:** add `defaultOpen` prop to support uncontrolled flyout's that are open by default ([7a4e91c](7a4e91c)) * gives buttons intended height ([9358562](9358562)) * Initialize remaining components to be migrated into packages ([3b654ce](3b654ce)) * rewrite tooltip ([d14dab1](d14dab1)) * text component accepts node for children ([ce6575e](ce6575e)) * **tooltip:** Add Tooltip placeholders ([93754d2](93754d2)) * updating peer dependencies release ([0a8a2b6](0a8a2b6)) * upgrade to themeable Typography ([0bacfb8](0bacfb8)) * use latest theme-data ([5ed7a40](5ed7a40)) ### 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. * tooltip is now styled through theme-data, all css classnames have been removed it also now uses the themeable version of typography
- Loading branch information