Skip to content

v0.119.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 13:18
· 8 commits to main since this release
7c5a793

Minor Changes

  • #1059 aaca6486 Thanks @tenphi! - Migrate from internal tasty module to external @tenphi/tasty package.

    Breaking changes:

    • Removed sub-path exports: @cube-dev/ui-kit/tasty/static, @cube-dev/ui-kit/tasty/zero, @cube-dev/ui-kit/tasty/zero/babel, @cube-dev/ui-kit/tasty/zero/next
    • Consumers should import these directly from @tenphi/tasty/static, @tenphi/tasty/zero, @tenphi/tasty/babel-plugin, @tenphi/tasty/next instead

    Internal changes:

    • Removed internal src/tasty/ directory (~133 files)
    • All internal imports now use @tenphi/tasty package
    • Fixed module augmentations in src/tasty-augment.d.ts to target @tenphi/tasty instead of removed internal modules
    • Added isDevEnv utility to src/utils/is-dev-env.ts