@dbosoft/nextjs-uicore 1.7.0-pre.1 → 1.7.0-pre.2
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.
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @dbosoft/nextjs-uicore
|
|
2
2
|
|
|
3
|
+
## 1.7.0-pre.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f5e91c0: Tabs: add dual-mode routing (path or query parameter) with configurable param name for multiple tab groups on the same page.
|
|
8
|
+
- Updated dependencies [f5e91c0]
|
|
9
|
+
- @dbosoft/react-uicore@1.5.0-pre.2
|
|
10
|
+
|
|
3
11
|
## 1.7.0-pre.1
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "DEPRECATED: Use @dbosoft/react-uicore/tabs for pure React tabs and @dbosoft/nextjs-site-core/ui/tabs for Next.js integration. All other components (head, subnav, themeselector) are replaced by @dbosoft/nextjs-site-core.",
|
|
4
4
|
"deprecated": true,
|
|
5
5
|
"author": "dbosoft",
|
|
6
|
-
"version": "1.7.0-pre.
|
|
6
|
+
"version": "1.7.0-pre.2",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"exports": {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"react": "^19.0.0",
|
|
24
24
|
"react-dom": "^19.0.0",
|
|
25
25
|
"typescript": "^5.8.0",
|
|
26
|
-
"@dbosoft/eslint-config": "2.0.0",
|
|
27
26
|
"@dbosoft/typescript-config": "1.1.0",
|
|
28
|
-
"@dbosoft/web-types": "1.0.0"
|
|
27
|
+
"@dbosoft/web-types": "1.0.0",
|
|
28
|
+
"@dbosoft/eslint-config": "2.0.0"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@heroicons/react": ">=2.1.0",
|
|
40
40
|
"clsx": ">=2.1.0",
|
|
41
41
|
"next-themes": ">=0.4.3",
|
|
42
|
-
"@dbosoft/react-uicore": "1.5.0-pre.
|
|
42
|
+
"@dbosoft/react-uicore": "1.5.0-pre.2"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"check-types": "tsc --noEmit",
|