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/progress-ring-v1.0.0 (2023-02-26)

### 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))
* console error on progress ring default props ([f37f493](f37f493))
* Forcing semantic release by editing readmes ([d39b61f](d39b61f))
* improve proptypes surface ([534a96b](534a96b))
* Modification of the condition associated with the final state of the animation ([670aa99](670aa99))
* stop using deprecated theme-data roles ([a4de3fb](a4de3fb))
* theme-context and theme-data as peer dependencies ([8e082ec](8e082ec))
* update svgs ([af6e7e9](af6e7e9))
* use nodeRef for CSSTransition ([9d1e8b5](9d1e8b5)), closes [/github.com/reactjs/react-transition-group/issues/668#issuecomment-695162879](https://github.com//github.com/reactjs/react-transition-group/issues/668/issues/issuecomment-695162879)
* utilize cancelAnimationFrame API properly remove requestAnimationFrame listener on Determinate behavior ([8cdb6e0](8cdb6e0))
* utilize cancelAnimationFrame API properly remove requestAnimationFrame listener on Indeterminate behavior ([a5790bd](a5790bd))

### Code Refactoring

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

### Features

* add props to customize ProgressRing background ([208c523](208c523))
* add stylesheet prop, pass down className ([8ddc296](8ddc296))
* Initialize remaining components to be migrated into packages ([3b654ce](3b654ce))
* **progress-ring:** Add ProgressRing placeholders ([d315571](d315571))
* **progress-ring:** implement themable progress ring ([cf7ebe4](cf7ebe4))
* remove vanilla from progress-ring ([8eca8fa](8eca8fa))
* update react-transition-group ([56b4f6c](56b4f6c))
* updating peer dependencies release ([0a8a2b6](0a8a2b6))

### Reverts

* "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](bf78986))

### BREAKING CHANGES

* all svgs no longer have a mask
- surface prop is no longer used since the background is now transparent
- mask prop is no longer used since the background is now transparent
- classNames are no longer used for the SVG children elements
* 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.
* **progress-ring:** This implements the new themable API for progress ring.
Some CSS class names were dropped but otherwise usage remains the same.
  • Loading branch information
hig-bot committed Feb 26, 2023
1 parent b8e9633 commit 489e0f0
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions packages/progress-ring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
# @weave-design/progress-ring-v1.0.0 (2023-02-26)


### Bug Fixes

* react v. in peerDependencies instead of dependencies ([4701332](https://github.com/Autodesk/hig/commit/4701332))
* bump up theme-context dependency ([b068dab](https://github.com/Autodesk/hig/commit/b068dab))
* **bundle:** Fix package bundles ([a1b479d](https://github.com/Autodesk/hig/commit/a1b479d))
* **bundle:** include dependency CSS ([f5a4a62](https://github.com/Autodesk/hig/commit/f5a4a62))
* console error on progress ring default props ([f37f493](https://github.com/Autodesk/hig/commit/f37f493))
* Forcing semantic release by editing readmes ([d39b61f](https://github.com/Autodesk/hig/commit/d39b61f))
* improve proptypes surface ([534a96b](https://github.com/Autodesk/hig/commit/534a96b))
* Modification of the condition associated with the final state of the animation ([670aa99](https://github.com/Autodesk/hig/commit/670aa99))
* stop using deprecated theme-data roles ([a4de3fb](https://github.com/Autodesk/hig/commit/a4de3fb))
* theme-context and theme-data as peer dependencies ([8e082ec](https://github.com/Autodesk/hig/commit/8e082ec))
* update svgs ([af6e7e9](https://github.com/Autodesk/hig/commit/af6e7e9))
* use nodeRef for CSSTransition ([9d1e8b5](https://github.com/Autodesk/hig/commit/9d1e8b5)), closes [/github.com/reactjs/react-transition-group/issues/668#issuecomment-695162879](https://github.com//github.com/reactjs/react-transition-group/issues/668/issues/issuecomment-695162879)
* utilize cancelAnimationFrame API properly remove requestAnimationFrame listener on Determinate behavior ([8cdb6e0](https://github.com/Autodesk/hig/commit/8cdb6e0))
* utilize cancelAnimationFrame API properly remove requestAnimationFrame listener on Indeterminate behavior ([a5790bd](https://github.com/Autodesk/hig/commit/a5790bd))


### Code Refactoring

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


### Features

* add props to customize ProgressRing background ([208c523](https://github.com/Autodesk/hig/commit/208c523))
* add stylesheet prop, pass down className ([8ddc296](https://github.com/Autodesk/hig/commit/8ddc296))
* Initialize remaining components to be migrated into packages ([3b654ce](https://github.com/Autodesk/hig/commit/3b654ce))
* **progress-ring:** Add ProgressRing placeholders ([d315571](https://github.com/Autodesk/hig/commit/d315571))
* **progress-ring:** implement themable progress ring ([cf7ebe4](https://github.com/Autodesk/hig/commit/cf7ebe4))
* remove vanilla from progress-ring ([8eca8fa](https://github.com/Autodesk/hig/commit/8eca8fa))
* update react-transition-group ([56b4f6c](https://github.com/Autodesk/hig/commit/56b4f6c))
* updating peer dependencies release ([0a8a2b6](https://github.com/Autodesk/hig/commit/0a8a2b6))


### Reverts

* "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](https://github.com/Autodesk/hig/commit/bf78986))


### BREAKING CHANGES

* all svgs no longer have a mask
- surface prop is no longer used since the background is now transparent
- mask prop is no longer used since the background is now transparent
- classNames are no longer used for the SVG children elements
* 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.
* **progress-ring:** This implements the new themable API for progress ring.
Some CSS class names were dropped but otherwise usage remains the same.

# [@hig/progress-ring-v3.0.0](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2023-01-11)


Expand Down

0 comments on commit 489e0f0

Please sign in to comment.