Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Dec 19, 2021
1 parent f04c384 commit beeb7c0
Show file tree
Hide file tree
Showing 12 changed files with 102 additions and 10 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/crimx/observable-hooks/compare/v4.1.2...v4.2.0) (2021-12-19)


### Bug Fixes

* render when first value changed before mount ([#91](https://github.com/crimx/observable-hooks/issues/91)) ([9b8845c](https://github.com/crimx/observable-hooks/commit/9b8845c19272bfbac0c552d4e9a29418887f9348))


### Features

* add useRenderThrow ([#90](https://github.com/crimx/observable-hooks/issues/90)) ([eb50f2f](https://github.com/crimx/observable-hooks/commit/eb50f2fe04537172c76e27e6a0dd2c44dbd4543a))


### Performance Improvements

* prevent observable suspense initial re-rendering ([d974012](https://github.com/crimx/observable-hooks/commit/d97401262215ffd9295a2f4df2bdad19018f9e80))


### BREAKING CHANGES

* close #89

* refactor(observable-hooks): remove render error throw

* feat(observable-hooks): add useRenderThrow





## [4.1.2](https://github.com/crimx/observable-hooks/compare/v4.1.1...v4.1.2) (2021-11-10)


Expand Down
8 changes: 8 additions & 0 deletions examples/context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/crimx/observable-hooks/compare/v4.1.2...v4.2.0) (2021-12-19)

**Note:** Version bump only for package context





## [4.1.2](https://github.com/crimx/observable-hooks/compare/v4.1.1...v4.1.2) (2021-11-10)

**Note:** Version bump only for package context
Expand Down
4 changes: 2 additions & 2 deletions examples/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "context",
"version": "4.1.2",
"version": "4.2.0",
"private": true,
"dependencies": {
"@types/jest": "^26.0.23",
Expand All @@ -9,7 +9,7 @@
"@types/react-dom": "^17.0.7",
"bulma": "^0.7.5",
"cross-env": "^5.2.0",
"observable-hooks": "^4.1.2",
"observable-hooks": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/pomodoro-timer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/crimx/observable-hooks/compare/v4.1.2...v4.2.0) (2021-12-19)

**Note:** Version bump only for package pomodoro-timer





## [4.1.2](https://github.com/crimx/observable-hooks/compare/v4.1.1...v4.1.2) (2021-11-10)

**Note:** Version bump only for package pomodoro-timer
Expand Down
4 changes: 2 additions & 2 deletions examples/pomodoro-timer/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pomodoro-timer",
"version": "4.1.2",
"version": "4.2.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"bulma": "^0.7.5",
"cross-env": "^5.2.0",
"observable-hooks": "^4.1.2",
"observable-hooks": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/suspense/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/crimx/observable-hooks/compare/v4.1.2...v4.2.0) (2021-12-19)

**Note:** Version bump only for package suspense





## [4.1.2](https://github.com/crimx/observable-hooks/compare/v4.1.1...v4.1.2) (2021-11-10)

**Note:** Version bump only for package suspense
Expand Down
4 changes: 2 additions & 2 deletions examples/suspense/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suspense",
"version": "4.1.2",
"version": "4.2.0",
"private": true,
"dependencies": {
"@types/jest": "^26.0.23",
Expand All @@ -9,7 +9,7 @@
"@types/react-dom": "^17.0.7",
"bulma": "^0.7.5",
"cross-env": "^5.2.0",
"observable-hooks": "^4.1.2",
"observable-hooks": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/typeahead/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/crimx/observable-hooks/compare/v4.1.2...v4.2.0) (2021-12-19)

**Note:** Version bump only for package typeahead





## [4.1.2](https://github.com/crimx/observable-hooks/compare/v4.1.1...v4.1.2) (2021-11-10)

**Note:** Version bump only for package typeahead
Expand Down
4 changes: 2 additions & 2 deletions examples/typeahead/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeahead",
"version": "4.1.2",
"version": "4.2.0",
"private": true,
"dependencies": {
"@types/jest": "^26.0.23",
Expand All @@ -9,7 +9,7 @@
"@types/react-dom": "^17.0.7",
"bulma": "^0.7.5",
"cross-env": "^5.2.0",
"observable-hooks": "^4.1.2",
"observable-hooks": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"examples/*"
],
"version": "4.1.2",
"version": "4.2.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
30 changes: 30 additions & 0 deletions packages/observable-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/crimx/observable-hooks/compare/v4.1.2...v4.2.0) (2021-12-19)


### Bug Fixes

* render when first value changed before mount ([#91](https://github.com/crimx/observable-hooks/issues/91)) ([9b8845c](https://github.com/crimx/observable-hooks/commit/9b8845c19272bfbac0c552d4e9a29418887f9348))


### Features

* add useRenderThrow ([#90](https://github.com/crimx/observable-hooks/issues/90)) ([eb50f2f](https://github.com/crimx/observable-hooks/commit/eb50f2fe04537172c76e27e6a0dd2c44dbd4543a))


### Performance Improvements

* prevent observable suspense initial re-rendering ([d974012](https://github.com/crimx/observable-hooks/commit/d97401262215ffd9295a2f4df2bdad19018f9e80))


### BREAKING CHANGES

* close #89

* refactor(observable-hooks): remove render error throw

* feat(observable-hooks): add useRenderThrow





## [4.1.2](https://github.com/crimx/observable-hooks/compare/v4.1.1...v4.1.2) (2021-11-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/observable-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "observable-hooks",
"version": "4.1.2",
"version": "4.2.0",
"description": "React hooks for RxJS Observables. Simple, flexible, testable and performant.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit beeb7c0

Please sign in to comment.