---
title: "April 2025 - v0.53.0"
description: "Release notes for v0.53.0."
date: 2025-04-16
---

### Added

- Added Shiki for code syntax highlighting (replacing highlight.js)
- Added Docker support with Dockerfile and docker-compose.yml
- Better code highlighting with theme support

### Changed

- Simplified Separator component by removing Label prop
- Updated code snippets to use consistent modules.Code component
- Code cleanup throughout the codebase

### Removed

- Removed unused button props on landing page
- Removed unnecessary separator component from DocsLayout

### Fixed

- Fixed incorrect container style in input.css
- Resolved HTML linting issues for improved accessibility (thanks @DianaSuvorova)

Released in [v0.53.0](https://github.com/axadrn/shadcn-templ/releases/tag/v0.53.0).
