Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @weave-design/text-link-v1.0.0 (2023-02-26)

### Bug Fixes

*  react v. in peerDependencies instead of dependencies ([4701332](4701332))
* **bundle:** Fix package bundles ([a1b479d](a1b479d))
* **bundle:** include dependency CSS ([f5a4a62](f5a4a62))
* Forcing semantic release by editing readmes ([d39b61f](d39b61f))
* issue 2626-TextLink improperly passes stylesheet prop to inner <a> element ([e4e9ba0](e4e9ba0))
* stop using deprecated theme-data roles ([0bc4ada](0bc4ada))
* **text-link:** Specify explicit dependency on [@hig](https://github.com/hig)/themes ([b5deb0c](b5deb0c))
* theme-context and theme-data as peer dependencies ([c2ea6a5](c2ea6a5))

### Code Refactoring

* Major Release - React 17 Upgrade ([2523711](2523711))

### Features

* add secondary variant ([0bf5f1a](0bf5f1a))
* add stylesheet prop for TextLink ([4507a2c](4507a2c))
* allow className to be passed down ([e0c7205](e0c7205))
* Initialize remaining components to be migrated into packages ([3b654ce](3b654ce))
* make textlink link prop optional and render a span tag if not provided ([af412b3](af412b3))
* **text-link:** Add TextLink placeholders ([1fc3731](1fc3731))
* **text-link:** implement themability ([88ba434](88ba434))
* **text-link:** Initial migration of TextLink ([0dc1e14](0dc1e14))
* **text-link:** plug in behaviors ([bb91662](bb91662))
* **text-link:** Support customization of TextLink target ([3e78c5c](3e78c5c))
* updating peer dependencies release ([0a8a2b6](0a8a2b6))
* use latest theme-data ([220b66a](220b66a))

### 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.
* **text-link:** this implements themable text links.

* CSS class names have been removed
* Type `type` property is no longer available.
  • Loading branch information
hig-bot committed Feb 26, 2023
1 parent 489e0f0 commit e107a80
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions packages/text-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
# @weave-design/text-link-v1.0.0 (2023-02-26)


### Bug Fixes

* react v. in peerDependencies instead of dependencies ([4701332](https://github.com/Autodesk/hig/commit/4701332))
* **bundle:** Fix package bundles ([a1b479d](https://github.com/Autodesk/hig/commit/a1b479d))
* **bundle:** include dependency CSS ([f5a4a62](https://github.com/Autodesk/hig/commit/f5a4a62))
* Forcing semantic release by editing readmes ([d39b61f](https://github.com/Autodesk/hig/commit/d39b61f))
* issue 2626-TextLink improperly passes stylesheet prop to inner <a> element ([e4e9ba0](https://github.com/Autodesk/hig/commit/e4e9ba0))
* stop using deprecated theme-data roles ([0bc4ada](https://github.com/Autodesk/hig/commit/0bc4ada))
* **text-link:** Specify explicit dependency on [@hig](https://github.com/hig)/themes ([b5deb0c](https://github.com/Autodesk/hig/commit/b5deb0c))
* theme-context and theme-data as peer dependencies ([c2ea6a5](https://github.com/Autodesk/hig/commit/c2ea6a5))


### Code Refactoring

* Major Release - React 17 Upgrade ([2523711](https://github.com/Autodesk/hig/commit/2523711))


### Features

* add secondary variant ([0bf5f1a](https://github.com/Autodesk/hig/commit/0bf5f1a))
* add stylesheet prop for TextLink ([4507a2c](https://github.com/Autodesk/hig/commit/4507a2c))
* allow className to be passed down ([e0c7205](https://github.com/Autodesk/hig/commit/e0c7205))
* Initialize remaining components to be migrated into packages ([3b654ce](https://github.com/Autodesk/hig/commit/3b654ce))
* make textlink link prop optional and render a span tag if not provided ([af412b3](https://github.com/Autodesk/hig/commit/af412b3))
* **text-link:** Add TextLink placeholders ([1fc3731](https://github.com/Autodesk/hig/commit/1fc3731))
* **text-link:** implement themability ([88ba434](https://github.com/Autodesk/hig/commit/88ba434))
* **text-link:** Initial migration of TextLink ([0dc1e14](https://github.com/Autodesk/hig/commit/0dc1e14))
* **text-link:** plug in behaviors ([bb91662](https://github.com/Autodesk/hig/commit/bb91662))
* **text-link:** Support customization of TextLink target ([3e78c5c](https://github.com/Autodesk/hig/commit/3e78c5c))
* updating peer dependencies release ([0a8a2b6](https://github.com/Autodesk/hig/commit/0a8a2b6))
* use latest theme-data ([220b66a](https://github.com/Autodesk/hig/commit/220b66a))


### Reverts

* "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](https://github.com/Autodesk/hig/commit/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.
* **text-link:** this implements themable text links.

* CSS class names have been removed
* Type `type` property is no longer available.

# [@hig/text-link-v2.3.0](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2022-10-09)


Expand Down

0 comments on commit e107a80

Please sign in to comment.