Skip to content

Commit f30c657

Browse files
authored
Merge pull request #113 from supertokens/feat/remove_combo_recipes
feat!: remove combo recipes
2 parents 4c94498 + 5cdb18d commit f30c657

File tree

105 files changed

+357
-8260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+357
-8260
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.12.0] - 2024-05-24
11+
12+
### Breaking Changes
13+
14+
- Removed ThirdPartyEmailPassword and ThirdPartyPasswordless recipes
15+
- Dropped support for FDI version 1.X
16+
- Added support for FDI version 2.0 and 3.0
17+
- Removed `createCode`, `resendCode` and `consumeCode` from the exports of `recipe/passwordless/utils`
18+
- Added the `SESSION_ALREADY_EXISTS` event to the session recipe. This is used by our pre-built UI.
19+
20+
### Migration guide
21+
22+
- If you were using `ThirdPartyEmailPassword`, you should now init `ThirdParty` and `EmailPassword` recipes separately. The config for the individual recipes are mostly the same, except the syntax may be different. Check our recipe guides for [ThirdParty](https://supertokens.com/docs/thirdparty/introduction) and [EmailPassword](https://supertokens.com/docs/emailpassword/introduction) for more information.
23+
24+
- If you were using `ThirdPartyPasswordless`, you should now init `ThirdParty` and `Passwordless` recipes separately. The config for the individual recipes are mostly the same, except the syntax may be different. Check our recipe guides for [ThirdParty](https://supertokens.com/docs/thirdparty/introduction) and [Passwordless](https://supertokens.com/docs/passwordless/introduction) for more information.
25+
1026
## [0.11.0] - 2024-05-09
1127

1228
### Breaking changes

bundle/emailpassword.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/emailverification.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/multifactorauth.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/multitenancy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/passwordless.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/supertokens.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/thirdparty.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/thirdpartyemailpassword.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundle/thirdpartypasswordless.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)