Skip to content

Commit e9103a0

Browse files
committed
docs(changelog): update changelog for versions 1.3.6 and 1.1.3 with layout improvements and style adjustments
1 parent adeff2f commit e9103a0

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

public/demos/tv-article/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to `@todovue/tv-article` will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.6] - 2026-02-04
9+
10+
### Changed
11+
- Removed padding from code block and line elements to improve overall layout and readability.
12+
- Checked for `document` existence before accessing DOM APIs to support server-side rendering.
13+
- Enhanced highlight line parsing to correctly interpret highlight attributes and metadata tags.
14+
- Removed left padding from highlighted elements to improve alignment.
15+
816
## [1.3.5] - 2026-01-30
917

1018
### Changed
@@ -212,6 +220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
212220
- Build artifacts: ESM/CJS bundles and type definitions in `dist/`.
213221
- Integrations: `@todovue/tv-label` for tags and `@todovue/tv-relative-time` for dates.
214222

223+
[1.3.6]: https://github.com/TODOvue/tv-article/pull/17/files
215224
[1.3.5]: https://github.com/TODOvue/tv-article/pull/15/files
216225
[1.3.4]: https://github.com/TODOvue/tv-article/pull/14/files
217226
[1.3.3]: https://github.com/TODOvue/tv-article/pull/14/files

public/demos/tv-footer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to `@todovue/tv-footer` will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.3] - 2026-02-04
9+
10+
## Changed
11+
- Changed container display to `inline-flex` for improved layout handling.
12+
- Adjusted button styles to align with updated design specifications.
13+
814
## [1.1.2] - 2026-01-30
915

1016
### Added
@@ -70,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7076
- Backdrop blur effect on social icons
7177
- Comprehensive documentation and examples
7278

79+
[1.1.3]: https://github.com/TODOvue/tv-footer/pull/5/files
7380
[1.1.2]: https://github.com/TODOvue/tv-footer/pull/4/files
7481
[1.1.1]: https://github.com/TODOvue/tv-footer/pull/3/files
7582
[1.1.0]: https://github.com/TODOvue/tv-footer/pull/2/files

0 commit comments

Comments
 (0)