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.5.5
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.5.6
Choose a head ref
Loading
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## [v1.5.6](https://github.com/netlify/netlify-identity-widget/compare/v1.5.5...v1.5.6) - 2019-12-02

### Merged

- fix: don't open modal when using implicit auth from cms [`#223`](https://github.com/netlify/netlify-identity-widget/pull/223)
- Add an example in Svelte [`#218`](https://github.com/netlify/netlify-identity-widget/pull/218)
- Bump handlebars from 4.0.12 to 4.2.1 [`#216`](https://github.com/netlify/netlify-identity-widget/pull/216)
- Bump lodash from 4.17.11 to 4.17.15 [`#211`](https://github.com/netlify/netlify-identity-widget/pull/211)
- Bump clean-css from 4.1.9 to 4.1.11 in /example/react [`#208`](https://github.com/netlify/netlify-identity-widget/pull/208)
- Bump handlebars from 4.0.12 to 4.2.0 [`#205`](https://github.com/netlify/netlify-identity-widget/pull/205)
- Bump eslint-utils from 1.3.1 to 1.4.2 in /example/react [`#207`](https://github.com/netlify/netlify-identity-widget/pull/207)
- Bump lodash.template from 4.4.0 to 4.5.0 in /example/react [`#213`](https://github.com/netlify/netlify-identity-widget/pull/213)
- Bump sshpk from 1.13.1 to 1.16.1 in /example/react [`#212`](https://github.com/netlify/netlify-identity-widget/pull/212)
- Bump diff from 3.3.1 to 3.5.0 in /example/react [`#204`](https://github.com/netlify/netlify-identity-widget/pull/204)
- Bump mixin-deep from 1.3.1 to 1.3.2 [`#202`](https://github.com/netlify/netlify-identity-widget/pull/202)
- Bump lodash.template from 4.4.0 to 4.5.0 [`#209`](https://github.com/netlify/netlify-identity-widget/pull/209)
- Bump js-yaml from 3.10.0 to 3.13.1 in /example/react [`#214`](https://github.com/netlify/netlify-identity-widget/pull/214)
- Bump mixin-deep from 1.3.1 to 1.3.2 in /example/react [`#210`](https://github.com/netlify/netlify-identity-widget/pull/210)
- Bump merge from 1.2.0 to 1.2.1 in /example/react [`#215`](https://github.com/netlify/netlify-identity-widget/pull/215)
- Bump handlebars from 4.0.10 to 4.2.0 in /example/react [`#206`](https://github.com/netlify/netlify-identity-widget/pull/206)
- Bump hoek from 4.2.0 to 4.2.1 in /example/react [`#203`](https://github.com/netlify/netlify-identity-widget/pull/203)
- Set the iframe title to comply with accessible best practices. [`#200`](https://github.com/netlify/netlify-identity-widget/pull/200)

### Commits

- Add Svelte README [`baf7b77`](https://github.com/netlify/netlify-identity-widget/commit/baf7b774dbe49b80688a628209bbb2d3ba5dcddd)
- remove identity site from local host list [`623be68`](https://github.com/netlify/netlify-identity-widget/commit/623be680d443ddc7366d8c242c48f122319a4b2e)

## [v1.5.5](https://github.com/netlify/netlify-identity-widget/compare/v1.5.4...v1.5.5) - 2019-06-07

### Merged
Loading