@dbosoft/nextjs-uicore 1.7.0-pre.1 → 1.7.0-pre.3

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @dbosoft/nextjs-uicore
2
2
 
3
+ ## 1.7.0-pre.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Tabs: client-only tab switching via pushState, prevent Link server navigation for zero re-render tab changes.
8
+ - Updated dependencies
9
+ - @dbosoft/react-uicore@1.5.0-pre.3
10
+
11
+ ## 1.7.0-pre.2
12
+
13
+ ### Patch Changes
14
+
15
+ - f5e91c0: Tabs: add dual-mode routing (path or query parameter) with configurable param name for multiple tab groups on the same page.
16
+ - Updated dependencies [f5e91c0]
17
+ - @dbosoft/react-uicore@1.5.0-pre.2
18
+
3
19
  ## 1.7.0-pre.1
4
20
 
5
21
  ### 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.1",
6
+ "version": "1.7.0-pre.3",
7
7
  "sideEffects": false,
8
8
  "license": "MIT",
9
9
  "exports": {
@@ -23,8 +23,8 @@
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",
27
+ "@dbosoft/eslint-config": "2.0.0",
28
28
  "@dbosoft/web-types": "1.0.0"
29
29
  },
30
30
  "publishConfig": {
@@ -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.1"
42
+ "@dbosoft/react-uicore": "1.5.0-pre.3"
43
43
  },
44
44
  "scripts": {
45
45
  "check-types": "tsc --noEmit",