@tracktor/design-system 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -60
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,62 +1,6 @@
1
- # [Versions](https://github.com/Tracktor/design-system/releases)
1
+ **# [Versions](https://github.com/Tracktor/design-system/releases)
2
2
 
3
- ## v4.0.0
4
- ### 🎉 Major Updates
5
- - **React 19** - Migration to React 19 with support for new features
6
- - **Vite 7** - Upgrade to Vite 7 for improved build performance
7
- - **MUI v7** - Migration to Material-UI v7 with latest improvements and optimizations
8
- - **Storybook v9** - Upgrade to Storybook v9 with enhanced documentation and development experience
3
+ ## v4.0.1
9
4
 
10
- ### ⚡ Breaking Changes
11
- - **React**: Updated peer dependencies to support React ^17.0.0 || ^18.0.0 || ^19.0.0
12
- - **MUI**: Updated dependencies to @mui/material ^7.0.0 (peer dependencies still support >=6.0.0 for compatibility)
13
- - **TypeScript**: Updated to ^5.8.3 for better React 19 support
14
- - **Vite**: Updated to exact version 7.0.0
15
- - **Storybook**: Updated to v9.0.15 with improved Vite integration and documentation features
16
-
17
- ### 🔧 Technical Improvements
18
- - Improved build performance with Vite 7.0.0
19
- - Enhanced TypeScript support with v5.8.3 for better React 19 compatibility
20
- - Enhanced Storybook development experience with v9 features and better Vite integration
21
- - Improved documentation generation with updated Storybook blocks and addons
22
- - Tree-shaking and bundling optimizations
23
- - Updated development tools and testing libraries
24
- - Maintained backward compatibility for React 17/18 in peer dependencies
25
-
26
- ### 📦 Dependencies
27
- - `react`: ^19.0.0
28
- - `react-dom`: ^19.0.0
29
- - `@mui/material`: ^7.0.0
30
- - `@emotion/react`: ^11.0.0
31
- - `@emotion/styled`: ^11.0.0
32
- - `vite`: 7.0.0
33
- - `@vitejs/plugin-react`: ^4.3.3
34
- - `typescript`: ^5.8.3
35
- - `storybook`: ^9.0.15
36
- - `@storybook/react-vite`: ^9.0.15
37
- - `@storybook/blocks`: ^8.6.14
38
-
39
- ### 🚨 Migration Guide
40
- To migrate to v4:
41
-
42
- 1. **Update dependencies**
43
- ```bash
44
- npm install @tracktor/design-system@^4.0.0
45
- npm install react@^19.0.0 react-dom@^19.0.0
46
- npm install @mui/material@^7.0.0
47
- ```
48
-
49
- 2. **Compatibility check**
50
- - Test components using deprecated React features
51
- - Verify MUI theme overrides for potential API changes
52
- - Update Vite to v7 in your projects
53
- - Review Storybook configuration for v9 compatibility
54
- - Check custom Storybook addons and documentation for potential updates
55
-
56
- 3. **Testing**
57
- - Run complete test suite
58
- - Verify visual rendering with Storybook/Chromatic
59
- - Test Storybook build and documentation generation
60
-
61
- ### 📝 Notes
62
- This major version brings the latest innovations from the React/MUI/Storybook ecosystem while maintaining design system API compatibility. Breaking changes primarily concern external dependency versions. The Storybook v9 upgrade provides improved performance, better Vite integration, and enhanced documentation capabilities for component development and testing.
5
+ ### fix
6
+ - build external dependencies**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tracktor/design-system",
3
3
  "description": "Tracktor Design System",
4
4
  "sideEffects": false,
5
- "version": "4.0.0",
5
+ "version": "4.0.1",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",