v0.119.0
Minor Changes
-
#1059
aaca6486Thanks @tenphi! - Migrate from internal tasty module to external@tenphi/tastypackage.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/nextinstead
Internal changes:
- Removed internal
src/tasty/directory (~133 files) - All internal imports now use
@tenphi/tastypackage - Fixed module augmentations in
src/tasty-augment.d.tsto target@tenphi/tastyinstead of removed internal modules - Added
isDevEnvutility tosrc/utils/is-dev-env.ts
- Removed sub-path exports: