@kubit-ui-web/react-components 2.0.0-beta.49 → 2.0.0-beta.50

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 +39 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,39 @@
1
+ # @kubit-ui-web/react-components
2
+
3
+ ## 2.0.0-beta.50
4
+
5
+ ### Major Changes
6
+
7
+ - Npm release with changesets (#57)
8
+
9
+ ## 2.0.0-beta.49
10
+
11
+ ### Major Changes
12
+
13
+ - Include changesets workflow (#55)
14
+
15
+ ## 2.0.0-beta.48
16
+
17
+ ### Major Changes
18
+
19
+ - Initial beta release of Kubit React Components v2
20
+ - Complete redesign of component architecture
21
+ - Improved accessibility across all components
22
+ - Enhanced TypeScript support with comprehensive type definitions
23
+ - Optimized bundle size with tree-shaking support
24
+
25
+ ### Minor Changes
26
+
27
+ - Added 50+ production-ready React components
28
+ - Implemented design token system for consistent theming
29
+ - Added dark mode support
30
+ - Enhanced component customization through props
31
+ - Improved documentation and Storybook stories
32
+
33
+ ### Patch Changes
34
+
35
+ - Fixed various accessibility issues
36
+ - Improved component performance
37
+ - Enhanced error handling
38
+ - Updated dependencies
39
+ - Fixed styling inconsistencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubit-ui-web/react-components",
3
- "version": "2.0.0-beta.49",
3
+ "version": "2.0.0-beta.50",
4
4
  "description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
5
5
  "author": {
6
6
  "name": "Kubit",
@@ -150,18 +150,18 @@
150
150
  "@testing-library/react": "^16.3.2",
151
151
  "@testing-library/user-event": "^14.6.1",
152
152
  "@trivago/prettier-plugin-sort-imports": "^6.0.2",
153
- "@types/node": "^25.0.10",
153
+ "@types/node": "^25.2.0",
154
154
  "@types/react": "^18.3.12",
155
155
  "@types/react-dom": "^18.3.1",
156
156
  "@types/testing-library__jest-dom": "^6.0.0",
157
- "@vitejs/plugin-react": "^5.1.2",
157
+ "@vitejs/plugin-react": "^5.1.3",
158
158
  "@vitest/coverage-v8": "^4.0.18",
159
159
  "@vitest/ui": "^4.0.18",
160
160
  "eslint": "^9.39.2",
161
161
  "eslint-config-kubit": "1.2.0",
162
162
  "glob": "^13.0.0",
163
163
  "html-validate": "^10.7.0",
164
- "jsdom": "^27.4.0",
164
+ "jsdom": "^28.0.0",
165
165
  "prettier": "^3.8.1",
166
166
  "react": "18.3.1",
167
167
  "react-dom": "18.3.1",
@@ -171,7 +171,7 @@
171
171
  "vite-plugin-dts": "^4.5.4",
172
172
  "vitest": "^4.0.18",
173
173
  "vitest-axe": "^0.1.0",
174
- "@kubit-ui-web/design-system": "2.0.0-beta.6"
174
+ "@kubit-ui-web/design-system": "2.0.0-beta.7"
175
175
  },
176
176
  "publishConfig": {
177
177
  "access": "public",