-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework useStorageValue
to more simple and robust variant
#960
Commits on Oct 11, 2022
-
feat: rework useStorageValue to more simple and robust variant
BREAKING CHANGE: new implementation brings different API. It is not backward compatible!
Configuration menu - View commit details
-
Copy full SHA for 322678d - Browse repository at this point
Copy the full SHA 322678dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33222db - Browse repository at this point
Copy the full SHA 33222dbView commit details
Commits on Oct 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cc54df0 - Browse repository at this point
Copy the full SHA cc54df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e9912 - Browse repository at this point
Copy the full SHA 19e9912View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ae86a - Browse repository at this point
Copy the full SHA b3ae86aView commit details -
docs(useStorageValue): Fix wrong default value for initializeWithValu…
…e in documentation comment
Configuration menu - View commit details
-
Copy full SHA for 3cf5a1c - Browse repository at this point
Copy the full SHA 3cf5a1cView commit details
Commits on Oct 22, 2022
-
chore(release): 16.0.0 [skip ci]
# [16.0.0](v15.1.0...v16.0.0) (2022-10-09) ### Styles * remove I prefix from types and interfaces ([c2a1ff4](c2a1ff4)) ### BREAKING CHANGES * `I` prefix removed from all types having it.
Configuration menu - View commit details
-
Copy full SHA for 31a3a27 - Browse repository at this point
Copy the full SHA 31a3a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24203f7 - Browse repository at this point
Copy the full SHA 24203f7View commit details -
chore(deps-dev): bump jest-environment-jsdom from 29.1.2 to 29.2.0 (#965
) Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.1.2 to 29.2.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.0/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca2886b - Browse repository at this point
Copy the full SHA ca2886bView commit details -
chore(deps-dev): bump jest from 29.1.2 to 29.2.0 (#966)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.1.2 to 29.2.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d93d0e7 - Browse repository at this point
Copy the full SHA d93d0e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4189dd6 - Browse repository at this point
Copy the full SHA 4189dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5804a - Browse repository at this point
Copy the full SHA ff5804aView commit details -
chore(deps-dev): bump @react-hookz/eslint-config from 1.7.3 to 1.7.4 (#…
…967) Bumps [@react-hookz/eslint-config](https://github.com/react-hookz/eslint-config) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/react-hookz/eslint-config/releases) - [Changelog](https://github.com/react-hookz/eslint-config/blob/master/CHANGELOG.md) - [Commits](react-hookz/eslint-config@v1.7.3...v1.7.4) --- updated-dependencies: - dependency-name: "@react-hookz/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e510b8c - Browse repository at this point
Copy the full SHA e510b8cView commit details -
chore(deps-dev): bump jest and @types/jest (#968)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.2.0 to 29.2.1 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.1/packages/jest) Updates `@types/jest` from 29.1.2 to 29.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c5c52df - Browse repository at this point
Copy the full SHA c5c52dfView commit details -
chore(deps-dev): bump jest-environment-jsdom from 29.2.0 to 29.2.1 (#969
) Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.2.0 to 29.2.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.1/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b65db7e - Browse repository at this point
Copy the full SHA b65db7eView commit details -
chore(deps-dev): bump @storybook/storybook-deployer (#971)
Bumps [@storybook/storybook-deployer](https://github.com/storybooks/storybook-deployer) from 2.8.12 to 2.8.16. - [Release notes](https://github.com/storybooks/storybook-deployer/releases) - [Changelog](https://github.com/storybookjs/storybook-deployer/blob/master/CHANGELOG.md) - [Commits](storybook-eol/storybook-deployer@v2.8.12...v2.8.16) --- updated-dependencies: - dependency-name: "@storybook/storybook-deployer" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec20f41 - Browse repository at this point
Copy the full SHA ec20f41View commit details -
chore(deps-dev): bump @babel/core from 7.19.3 to 7.19.6 (#972)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.3 to 7.19.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d393f4 - Browse repository at this point
Copy the full SHA 3d393f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f45ea - Browse repository at this point
Copy the full SHA a3f45eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for de13428 - Browse repository at this point
Copy the full SHA de13428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a17640 - Browse repository at this point
Copy the full SHA 6a17640View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b56a2 - Browse repository at this point
Copy the full SHA e5b56a2View commit details
Commits on Oct 24, 2022
-
Merge branch 'master' into rework-useStorageValue
# Conflicts: # CHANGELOG.md # package.json
Configuration menu - View commit details
-
Copy full SHA for b5b776e - Browse repository at this point
Copy the full SHA b5b776eView commit details