Skip to content

Commit 3d217fd

Browse files
committed
v0.5.1
1 parent 5cd6e2f commit 3d217fd

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

8+
## [0.5.1] - 2026-02-18
9+
10+
### Bug Fixes
11+
12+
- allow sanitized HTML as attribution
13+
- add coverage reporters to Vitest configuration
14+
15+
### Tests
16+
17+
- SVGExportControl and rendering tests
18+
- enhance renderMap tests with fill, line, and circle layer scenarios
19+
820
## [0.5.0] - 2026-02-18
921

1022
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@versatiles/svg-renderer",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Renders vector maps as SVG.",
55
"keywords": [
66
"svg",

0 commit comments

Comments
 (0)