Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: netlify-labs/react-netlify-identity-widget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: netlify-labs/react-netlify-identity-widget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.4
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 9, 2019

  1. fix stray consolelog

    sw-yx committed Sep 9, 2019
    Copy the full SHA
    c0c9135 View commit details
  2. 0.2.4

    sw-yx committed Sep 9, 2019
    Copy the full SHA
    43bbe7b View commit details
Showing with 12 additions and 7 deletions.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 example/package.json
  3. +4 −4 example/yarn.lock
  4. +1 −1 package.json
  5. +0 −1 src/index.tsx
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.2.4](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.2.3...v0.2.4) - 2019-09-09

### Commits

- fix stray consolelog [`c0c9135`](https://github.com/sw-yx/react-netlify-identity-widget/commit/c0c91352ca80fae6369c8581bcf19e80f5949c29)

## [v0.2.3](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.2.2...v0.2.3) - 2019-09-09

### Commits
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-netlify-identity": "^0.1.9",
"react-netlify-identity-widget": "^0.2.2",
"react-netlify-identity-widget": "^0.2.3",
"react-scripts": "^3.0.0"
},
"devDependencies": {
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
@@ -9252,10 +9252,10 @@ react-is@^16.8.1, react-is@^16.8.4:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==

react-netlify-identity-widget@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/react-netlify-identity-widget/-/react-netlify-identity-widget-0.2.2.tgz#015138f91b3eabee57c50707049ec2c5366b4697"
integrity sha512-DxGIbFVqX5ICY3rlxRKJyu7a9iGyYYqH9y/RjrkzisB2yRZeLArzszubWP/HT7E/tKGsx8brM7KthQV94vwSrg==
react-netlify-identity-widget@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/react-netlify-identity-widget/-/react-netlify-identity-widget-0.2.3.tgz#5a2f48ab2125b5a2f10edbe8c331eba2b8f9983d"
integrity sha512-pISbof2xgeVR69hIEDb0aRZP49F4OQARFKOlkUHK1TciheS9xfGpZfM3MUdS/Nf1omz9MSNIq6oM10cLfxHNuw==

react-netlify-identity@^0.1.9:
version "0.1.9"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-netlify-identity-widget",
"version": "0.2.3",
"version": "0.2.4",
"main": "dist/index.js",
"module": "dist/react-netlify-identity-widget.esm.js",
"typings": "dist/index.d.ts",
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@ type ModalProps = {
export const IdentityContextProvider = _IdentityContextProvider
export const useIdentityContext = _useIdentityContext
export function IdentityModal({ showDialog, onCloseDialog, ...authprops }: ModalProps) {
console.log({ authprops })
return (
<Dialog
isOpen={showDialog}