Skip to content

Conversation

DRiFTy17
Copy link
Collaborator

@DRiFTy17 DRiFTy17 commented Apr 16, 2025

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: Y
  • 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?

Upgrades to the consolidated version (v2.x) of @tylertech/tyler-icons where all icons are exported from the same module, which eliminates needing to know the icon set. All icons are now deduplicated and available from a single module export at the root of the package.

This change collapses import states down to a single import, as well as upgrades the dependency to this new version.

The <forge-icon> component now defaults to the "all" value for the externalType which means it will request icons from the consolidated set dynamically now, unless the legacy types are specified. The icon format in tyler-icons 2.x is compatible with the IconRegistry still so either 1.x or 2.x can be used interchangeably in an app.

@DRiFTy17 DRiFTy17 added minor Increment the minor version when merged skip-release Preserve the current version when merged labels Apr 16, 2025
@DRiFTy17 DRiFTy17 requested a review from a team as a code owner April 16, 2025 00:49
Copy link

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

@DRiFTy17 DRiFTy17 merged commit 4cacb78 into main May 23, 2025
7 checks passed
@DRiFTy17 DRiFTy17 deleted the combined-tyler-icons branch May 23, 2025 19:59
Copy link
Contributor

github-actions bot commented Jun 9, 2025

🚀 PR was released in v3.9.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Jun 9, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants