@boldvideo/bold-js 0.6.1 → 0.7.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.
- package/CHANGELOG.md +20 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
- package/boldvideo-bold-js-0.6.0.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @boldvideo/bold-js
|
|
2
2
|
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix: Add thoughts directory to .npmignore to prevent publishing internal planning files
|
|
8
|
+
|
|
9
|
+
## 0.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- Add `color_scheme` field to Portal type (BOLD-759)
|
|
14
|
+
|
|
15
|
+
Added optional `color_scheme` field to the Portal type to support theme configuration:
|
|
16
|
+
|
|
17
|
+
- `'toggle'`: Show theme toggle, allow user to switch between light/dark
|
|
18
|
+
- `'light'`: Force light mode, hide theme toggle
|
|
19
|
+
- `'dark'`: Force dark mode, hide theme toggle
|
|
20
|
+
|
|
21
|
+
This field is already returned by the API and consumed by the Next.js starter. The type definition now matches the API response.
|
|
22
|
+
|
|
3
23
|
## 0.6.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
Binary file
|