Skip to content
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

feat!: remove combo recipes #820

Merged
merged 36 commits into from
May 23, 2024
Merged

feat!: remove combo recipes #820

merged 36 commits into from
May 23, 2024

Conversation

porcellus
Copy link
Collaborator

@porcellus porcellus commented Apr 30, 2024

Summary of change

(A few sentences about this PR)

Related issues

  • Link to issue1 here
  • Link to issue1 here

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!)

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates

  • Changelog has been updated
  • frontendDriverInterfaceSupported.json file has been updated (if needed)
  • Changes to the version if needed
    • In package.json
    • In package-lock.json
    • In lib/ts/version.ts
  • Had run npm run build-pretty
  • Had installed and ran the pre-commit hook
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.
  • If added a new recipe interface, then make sure that the implementation of it uses NON arrow functions only (like someFunc: function () {..}).
  • If I added a new recipe, I also added the recipe entry point into the size-limit section of package.json with the size limit set to the current size rounded up.
  • If I added a new recipe, I also added the recipe entry point into the rollup.config.mjs
  • If I added a new login method, I modified the list in lib/ts/types.ts
  • If I added a factor id, I modified the list in lib/ts/recipe/multifactorauth/types.ts

Remaining TODOs for this PR

  • Item1
  • Item2

Copy link

github-actions bot commented Apr 30, 2024

size-limit report 📦

Path Size
lib/build/index.js 22.43 KB (+26.95% 🔺)
recipe/session/index.js 23.19 KB (+24.04% 🔺)
recipe/session/prebuiltui.js 27.74 KB (+29.05% 🔺)
recipe/thirdpartyemailpassword/index.js 0 B (-100% 🔽)
recipe/thirdparty/index.js 27.76 KB (+0.96% 🔺)
recipe/emailpassword/index.js 11.07 KB (+1.68% 🔺)
recipe/emailverification/index.js 7.84 KB (+1.73% 🔺)
recipe/passwordless/index.js 14.76 KB (-78.64% 🔽)
recipe/thirdpartypasswordless/index.js 0 B (-100% 🔽)
recipe/emailverification/prebuiltui.js 32.41 KB (+18.16% 🔺)
recipe/thirdpartyemailpassword/prebuiltui.js 0 B (-100% 🔽)
recipe/thirdparty/prebuiltui.js 47.64 KB (+8.21% 🔺)
recipe/emailpassword/prebuiltui.js 38.49 KB (+15.5% 🔺)
recipe/passwordless/prebuiltui.js 125.85 KB (+7.81% 🔺)
recipe/thirdpartypasswordless/prebuiltui.js 0 B (-100% 🔽)
recipe/multitenancy/index.js 6.67 KB (+1.96% 🔺)
recipe/multifactorauth/index.js 10.77 KB (+1.27% 🔺)
recipe/multifactorauth/prebuiltui.js 31.27 KB (+16.5% 🔺)

@porcellus porcellus force-pushed the feat/remove_combo_recipes_base branch from 052d9a1 to 91ff48b Compare May 14, 2024 16:24
@porcellus porcellus changed the base branch from 0.40 to 0.41 May 16, 2024 18:25
@porcellus porcellus changed the title Feat/remove combo recipes base feat!: remove combo recipes May 16, 2024
lib/ts/ui/types.ts Show resolved Hide resolved
lib/ts/types.ts Show resolved Hide resolved
lib/ts/types.ts Show resolved Hide resolved
lib/ts/types.ts Show resolved Hide resolved
lib/ts/types.ts Show resolved Hide resolved
lib/ts/types.ts Show resolved Hide resolved
lib/ts/types.ts Show resolved Hide resolved
lib/ts/types.ts Show resolved Hide resolved
lib/ts/types.ts Show resolved Hide resolved
lib/ts/types.ts Show resolved Hide resolved
.storybook/main.ts Show resolved Hide resolved
examples/for-tests-react-16/src/App.js Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
.storybook/main.ts Show resolved Hide resolved
@porcellus porcellus marked this pull request as ready for review May 23, 2024 18:58
@porcellus porcellus changed the base branch from 0.41 to 0.42 May 23, 2024 20:28
@porcellus porcellus merged commit 2a68c1f into 0.42 May 23, 2024
21 of 33 checks passed
@porcellus porcellus deleted the feat/remove_combo_recipes_base branch May 23, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants