Skip to content

Conversation

DRiFTy17
Copy link
Collaborator

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added/updated: Y
  • Docs have been added/updated: N
  • Does this PR introduce a breaking change? N
  • I have linked any related GitHub issues to be closed when this PR is merged? N

Describe the new behavior?

Converting the <forge-card> component to be implemented with Lit.

@DRiFTy17 DRiFTy17 added minor Increment the minor version when merged skip-release Preserve the current version when merged labels Mar 20, 2025
@DRiFTy17 DRiFTy17 requested a review from a team as a code owner March 20, 2025 20:37
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Contributor

View Storybook Deployment
pr/tyler-technologies-oss:refactor-card-lit


private _raised = false;
/** Whether the card has elevation or not. */
@property({ type: Boolean, reflect: true }) public raised = false; // TODO: remove reflect in v4 in favor of :state
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supporting attribute reflection and state until we can fully phase out reflection seems like the right path 👍

@DRiFTy17 DRiFTy17 merged commit fdb20f3 into main Mar 22, 2025
7 checks passed
@DRiFTy17 DRiFTy17 deleted the refactor-card-lit branch March 22, 2025 02:43
Copy link
Contributor

github-actions bot commented Apr 3, 2025

🚀 PR was released in v3.8.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged released This issue/pull request has been released. skip-release Preserve the current version when merged storybook-preview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants