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/netlify-identity-widget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: netlify/netlify-identity-widget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 29, 2020

  1. feat: Add the ability to clear an invalid site URL (#305)

    * feat: Add the ability to clear an invalid site URL
    
    * fix: formatting issues
    
    * Remove invalid function param
    
    * Make lint happy
    amorriscode authored Jul 29, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3a97c42 View commit details
  2. 1.9.0

    jlengstorf committed Jul 29, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    jlengstorf Jason Lengstorf
    Copy the full SHA
    c7425cb View commit details
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](https://semver.org/spec/v2.0.0

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

## [v1.9.0](https://github.com/netlify/netlify-identity-widget/compare/v1.8.1...v1.9.0) - 2020-07-29

### Merged

- feat: Add the ability to clear an invalid site URL [`#305`](https://github.com/netlify/netlify-identity-widget/pull/305)

## [v1.8.1](https://github.com/netlify/netlify-identity-widget/compare/v1.8.0...v1.8.1) - 2020-07-29

### Merged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-identity-widget",
"description": "Netlify Identity widget for easy integration",
"version": "1.8.1",
"version": "1.9.0",
"author": "Matt Biilmann <matt@netlify.com>",
"bugs": {
"url": "https://github.com/netlify/netlify-identity-widget/issues"
Loading