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: duplicate init split prebuilt UI #665

Merged
merged 98 commits into from
May 2, 2023

Commits on Dec 30, 2022

  1. init web-js recipes, supertokens from auth-react

    Alisher committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d481adf View commit details
    Browse the repository at this point in the history
  2. move recipe output type to types.ts

    Alisher committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    60f483b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. make combined recipes use web-js version

    Alisher committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    23dd3c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a94044 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    7e56a13 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    117e3e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    ab1c8f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d504aa View commit details
    Browse the repository at this point in the history
  3. fix tests

    Alisher committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    243d326 View commit details
    Browse the repository at this point in the history
  4. update changelog

    Alisher committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    26d5543 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. fixes after review

    Alisher committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ce8fdf5 View commit details
    Browse the repository at this point in the history
  2. move initOutput type to root types

    Alisher committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b2f1bd4 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Alisher committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3a4d947 View commit details
    Browse the repository at this point in the history
  4. review fixes

    Alisher committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ddde0f5 View commit details
    Browse the repository at this point in the history
  5. review fixes

    Alisher committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    632c31f View commit details
    Browse the repository at this point in the history
  6. add build files

    Alisher committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7b1ffbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f812c65 View commit details
    Browse the repository at this point in the history
  8. remove commented code

    Alisher committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6c5d26d View commit details
    Browse the repository at this point in the history
  9. disable isIE check in order to avoid error

    Alisher committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    156aa27 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. test fixes caused by utils

    Alisher committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    3c1a1a1 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Alisher committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    af9b623 View commit details
    Browse the repository at this point in the history
  3. rename recipeImpl -> webJSRecipe for all recipes

    Alisher committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    606db67 View commit details
    Browse the repository at this point in the history
  4. add comments

    Alisher committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    99742af View commit details
    Browse the repository at this point in the history
  5. utils-> normalization_function fix

    Alisher committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b42ae70 View commit details
    Browse the repository at this point in the history
  6. type changes for recipe member

    Alisher committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    8c11813 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. type change, renamein

    Alisher committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    cbe17b3 View commit details
    Browse the repository at this point in the history
  2. move config normalization to init for session

    Alisher committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    8a1dd92 View commit details
    Browse the repository at this point in the history
  3. Update thirdpartypasswordless comments

    Co-authored-by: Mihály Lengyel <mihaly@lengyel.tech>
    alisher-aituarov and porcellus committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    2432b23 View commit details
    Browse the repository at this point in the history
  4. Update thirdpartyemailpassword/recipe comments

    Co-authored-by: Mihály Lengyel <mihaly@lengyel.tech>
    alisher-aituarov and porcellus committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    9e9089a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. review fixes

    Alisher committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3558c78 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/eliminate-duplicate-init-call' of github.com:super…

    …tokens/supertokens-auth-react into feat/eliminate-duplicate-init-call
    Alisher committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    59dc3ce View commit details
    Browse the repository at this point in the history
  3. reuse action type for RecipeInitResult

    Alisher committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ab0999e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    e8faf8e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. fixes-session, overrides

    Alisher committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a152065 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    8e227c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. fix exampleTestHelper

    Alisher committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b7cd53a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. fix rollup watch mac issue

    Alisher committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f0fb2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. initial splitting

    Alisher committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    aa51381 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. create class for each recipe to handle routes

    Alisher committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    00613b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. review fixes for /lib

    Alisher committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    92308df View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. update examples

    Alisher committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6101f52 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    2cd218a View commit details
    Browse the repository at this point in the history
  2. fix: partially unit test

    Alisher committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    76cd609 View commit details
    Browse the repository at this point in the history
  3. fix: unit test case

    Alisher committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    81e36ca View commit details
    Browse the repository at this point in the history
  4. fix: broken components overriding after merge

    Alisher committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3591ea5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    90db89e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. fix: respect rid when rendering UIs

    Alisher committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6d806e5 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Alisher committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    572f456 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. fix: add underscore prefix

    Alisher committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    efcd73a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Merge branch 'feat/eliminate-duplicate-init-call' into feat/duplicate…

    …-init-split-prebuilt-ui
    Alisher committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0c7ccfd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e2a92a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. fix: emailverification prebuilt ui

    Alisher committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a921ea2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. fix: review changes

    Alisher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    91c65de View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    1f4cd8e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. fix no router case

    Alisher committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    71ae508 View commit details
    Browse the repository at this point in the history
  2. fix: prebuiltui components types exoprt

    Alisher committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2f6db17 View commit details
    Browse the repository at this point in the history
  3. fix: emailverification exports

    Alisher committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    54ed8d9 View commit details
    Browse the repository at this point in the history
  4. fix: test apps

    Alisher committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3982fc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    0f24935 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    44ac5bd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    7009be3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. fix: e2e tests

    Alisher committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9f7b859 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d2b01d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. update changelog

    Alisher committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a3d08c7 View commit details
    Browse the repository at this point in the history
  2. fix: example apps

    Alisher committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    28f2da2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a71f521 View commit details
    Browse the repository at this point in the history
  4. fix examples & changelog

    Alisher committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fdcffa8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. fix: preBuiltUI -> prebuiltui

    Alisher committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    eb731f4 View commit details
    Browse the repository at this point in the history
  2. fix filename casing

    Alisher committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    fcf7c80 View commit details
    Browse the repository at this point in the history
  3. fix: preBuiltUI -> prebuiltui

    Alisher committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    195a73e View commit details
    Browse the repository at this point in the history
  4. fix filename casing

    Alisher committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    598ecff View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. expose signle routing functons

    Alisher committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4e1755c View commit details
    Browse the repository at this point in the history
  2. rename: prebuiltui->ui

    Alisher committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3aa9250 View commit details
    Browse the repository at this point in the history
  3. update test apps

    Alisher committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    35f08d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a930e68 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    bb0137c View commit details
    Browse the repository at this point in the history
  6. fix: unit tests

    Alisher committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    50573f9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b162dcf View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. preBuiltUI -> prebuiltui

    Alisher committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e2a52c1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    45fccf8 View commit details
    Browse the repository at this point in the history
  3. update changelog

    Alisher committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c742837 View commit details
    Browse the repository at this point in the history
  4. update example apps

    Alisher committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ff2c703 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    bb50d53 View commit details
    Browse the repository at this point in the history
  6. getSuperTokensReactRouterDomRoutes casing fix

    Alisher committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    cf622f8 View commit details
    Browse the repository at this point in the history
  7. getSuperTokensReactRouterDomRoutes casing fix

    Alisher committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    cf9b921 View commit details
    Browse the repository at this point in the history
  8. review fixes

    Alisher committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8ffa630 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e86de6c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. review fixes

    Alisher committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    5229a5a View commit details
    Browse the repository at this point in the history
  2. review fixes

    Alisher committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    725cd11 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    3ab07b9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/splitting-prebuild-ui-components' into feat/duplic…

    …ate-init-split-prebuilt-ui
    Alisher committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    aedc204 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    ce2393d View commit details
    Browse the repository at this point in the history
  2. fix example imports

    Alisher committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8185f95 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. fix: providers form & example app

    Alisher committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c5aa2fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db6a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44bada3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f25ff21 View commit details
    Browse the repository at this point in the history
  5. chore: update version

    porcellus committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d7b00f7 View commit details
    Browse the repository at this point in the history