@knowcode/doc-builder 1.5.19 → 1.5.20
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 +6 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ 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.5.
|
|
8
|
+
## [1.5.20] - 2025-07-22
|
|
9
9
|
|
|
10
10
|
### Fixed
|
|
11
11
|
- Force table cells to top-align with !important CSS
|
|
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
14
|
- Added rules for nested elements in table cells
|
|
15
15
|
- Fixes issue where table cells were center-aligned instead of top-aligned
|
|
16
16
|
|
|
17
|
+
## [1.5.19] - 2025-07-22
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- Force table cells to top-align with !important CSS (version was already published)
|
|
21
|
+
|
|
17
22
|
## [1.5.18] - 2025-07-22
|
|
18
23
|
|
|
19
24
|
### Documentation
|