html2pdf 0.8.3

Convert HTML to PDF using a Headless Chrome browser
Documentation
# Changelog

All notable changes to this project will be documented in this file.

## [0.8.2] - 2025-02-24

<!-- generated by git-cliff -->
## [0.8.1] - 2025-01-25

### Miscellaneous Tasks

- ⬆️ Bump dependencies

<!-- generated by git-cliff -->
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.8.3] - 2026-05-08

### Bug Fixes

- Fix the invalid margin access ([#50]https://github.com/ilaborie/html2pdf/pull/50)

### Features

- Add version flag

### Miscellaneous Tasks

- Bump dependencies
- Cleanup CI/CD

### Refactor

- Cleanup the code, simplification

<!-- generated by git-cliff -->

## [0.8.0]https://github.com/ilaborie/html2pdf/compare/v0.7.1...v0.8.0 - 2024-11-24

### Added

- cleanup dependencies

## [0.7.1]https://github.com/ilaborie/html2pdf/compare/v0.7.0...v0.7.1 - 2024-03-12

### Other
- :arrow_up: Bump actions/checkout from 1 to 4
- :construction_worker: Configure dependabot
- :construction_worker: Add Release-plz
- :arrow_up: Bump dependencies
- Fix the bug that failed to export with a waiting time of more than 30 seconds.