Skip to content

Conversation

@alexgrozav
Copy link
Contributor

This pull request introduces a minor feature update across multiple @styleframe packages, most notably adding license check integration and improving how license requirements are marked and checked on styleframe instances. The changes also include a new utility for generating random IDs and update the way dependencies are referenced. Below are the most important changes grouped by theme.

License Handling and Integration

  • Refactored license marking and checking functions: replaced markLicenseRequired and isLicenseRequired with markInstanceLicenseRequired and isInstanceLicenseRequired throughout the codebase for clarity and better instance-level control. (engine/core/src/utils/merge.ts, engine/core/src/utils/merge.test.ts, engine/core/package.json) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]
  • Removed obsolete license package files: deleted files related to the previous license implementation, including .gitignore, CHANGELOG.md, LICENSE, package.json, API and constants files, and tests. (engine/license/.gitignore, engine/license/CHANGELOG.md, engine/license/LICENSE, engine/license/package.json, engine/license/src/api.ts, engine/license/src/constants.ts, engine/license/src/index.ts, engine/license/src/instance.test.ts, engine/license/src/instance.ts) [1] [2] [3] [4] [5] [6] [7] [8] [9]

Core Functionality Improvements

  • Added a unique id property to each Styleframe instance, generated via the new generateRandomId utility, to help identify instances. (engine/core/src/styleframe.ts, engine/core/src/utils/generateRandomId.ts, engine/core/src/utils/index.ts) [1] [2] [3] [4] [5]
  • Updated dependency reference for @styleframe/license to use catalog: instead of workspace:^ for improved package resolution. (engine/core/package.json)

Release and Documentation

  • Added a changeset documenting the minor feature update and license check integration across all relevant packages. (.changeset/giant-ways-cut.md)

@alexgrozav alexgrozav self-assigned this Nov 18, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 18, 2025

🦋 Changeset detected

Latest commit: d3fa66e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@styleframe/transpiler Minor
@styleframe/plugin Minor
@styleframe/loader Minor
@styleframe/core Minor
@styleframe/app Minor
@styleframe/docs Minor
@styleframe/app-shared Minor
@styleframe/config-typescript Minor
@styleframe/config-vite Minor
styleframe Major
@styleframe/theme Major
@styleframe/cli Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Nov 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
app-styleframe-dev-production Ready Ready Preview Comment Nov 18, 2025 5:48pm
styleframe-dev-production Ready Ready Preview Comment Nov 18, 2025 5:48pm

@codecov
Copy link

codecov bot commented Nov 18, 2025

@alexgrozav alexgrozav merged commit 0593c52 into main Nov 18, 2025
10 of 11 checks passed
@alexgrozav alexgrozav deleted the license-support branch November 18, 2025 17:53
@github-actions github-actions bot mentioned this pull request Nov 18, 2025
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.

2 participants