@knowcode/doc-builder 1.3.0 → 1.3.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 +12 -0
- package/assets/css/notion-style.css +2 -2
- package/assets/css/style.css +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ All notable changes to @knowcode/doc-builder will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.3.1] - 2025-07-19
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Reduced excessive top spacing from ~104px to 80px total
|
|
12
|
+
- Adjusted header height from 64px to 50px
|
|
13
|
+
- Adjusted breadcrumb height from 40px to 30px
|
|
14
|
+
- Applied changes to both style.css and notion-style.css for consistency
|
|
15
|
+
|
|
16
|
+
### Improved
|
|
17
|
+
- More compact header design for better content visibility
|
|
18
|
+
- Better use of vertical space on all screen sizes
|
|
19
|
+
|
|
8
20
|
## [1.3.0] - 2025-07-19
|
|
9
21
|
|
|
10
22
|
### BREAKING CHANGE
|
package/assets/css/style.css
CHANGED