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

Major refactor of identity service & tests, make jsx/dom as identity view renderer #254

Merged
merged 15 commits into from
Mar 5, 2025

Conversation

byn9826
Copy link
Member

@byn9826 byn9826 commented Mar 4, 2025

BREAKING CHANGES:

  1. The following properties have been removed from wrangler.toml and are now defined as an enum in configs/branding.ts:
  • FontFamily, FontUrl, LayoutColor, LabelColor, PrimaryButtonColor, PrimaryButtonLabelColor, PrimaryButtonBorderColor, SecondaryButtonColor, SecondaryButtonLabelColor, SecondaryButtonBorderColor, CriticalIndicatorColor.
  • This change helps ensure that the total number of environment variables does not exceed the maximum allowed for a Cloudflare free plan.
  1. The required version for Wrangler is now "3.112.0". Using an older version might cause issues with certain Wrangler commands.
  2. For the local environment, you must set the ENVIRONMENT variable to "dev" in the .dev.var file. For remote environments or Node-built versions, ENVIRONMENT should be set to any value other than "dev".

@byn9826 byn9826 changed the title Major refactor of identity service & tests, make jsx/dom as identity view renderer [draft] Major refactor of identity service & tests, make jsx/dom as identity view renderer Mar 4, 2025
@byn9826 byn9826 changed the title [draft] Major refactor of identity service & tests, make jsx/dom as identity view renderer Major refactor of identity service & tests, make jsx/dom as identity view renderer Mar 5, 2025
@byn9826 byn9826 merged commit 6964194 into main Mar 5, 2025
4 checks passed
@byn9826 byn9826 deleted the switch-to-new branch March 5, 2025 04:33
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.

1 participant