Skip to content

Commit 99d1dcf

Browse files
committed
Update changelog
1 parent c3334dd commit 99d1dcf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- insertion marker -->
9-
## [4.0.0](https://github.com/yaph/d3-geomap/releases/tag/4.0.0) - 2024-10-03
9+
## [4.0.0](https://github.com/yaph/d3-geomap/releases/tag/4.0.0) - 2024-10-22
1010

1111
<small>[Compare with 3.3.0](https://github.com/yaph/d3-geomap/compare/3.3.0...4.0.0)</small>
1212

1313
### Added
1414

15+
- Add d3-color v3.1 as dev dependency, load it in examples when necessary. Closes #61 ([c3334dd](https://github.com/yaph/d3-geomap/commit/c3334dd4fbad3f32ea2b70422cd35b3ac363ef73) by Ramiro Gómez).
16+
- Add modified playwright config. Use url to examples dir in webserver config. ([fd7c2e3](https://github.com/yaph/d3-geomap/commit/fd7c2e3198f2309bc60f8163fe8f5eed0b38577e) by Ramiro Gómez).
17+
- Add host to config. ([b6978ba](https://github.com/yaph/d3-geomap/commit/b6978ba742729a04b60020bcd1677f289b28104f) by Ramiro Gómez).
18+
- Add and use playwright for testing. Add several tests using example maps. Remove nightwatch and old tests. ([764ddab](https://github.com/yaph/d3-geomap/commit/764ddab7ba277003bd1e8d63a843107641e5486a) by Ramiro Gómez).
1519
- Add CHANGELOG and make task to create it. ([6a1dd19](https://github.com/yaph/d3-geomap/commit/6a1dd19886bb34685a89422b012081e1390312b8) by Ramiro Gómez).
1620
- Add CHANGELOG.md. Add make task to create CHANGELOG.md ([fed2f2f](https://github.com/yaph/d3-geomap/commit/fed2f2f791517402759d806e0f3530ca7233c2f5) by Ramiro Gómez).
1721
- Add and update example maps. ([499bcae](https://github.com/yaph/d3-geomap/commit/499bcae20ed35e9255e1cf0612de057e03edc9a0) by Ramiro Gómez).
1822
- Add github funding info ([f759820](https://github.com/yaph/d3-geomap/commit/f7598208cba92408b80d2df0ef193bcf5dfac57c) by Ramiro Gómez).
1923

2024
### Removed
2125

26+
- Remove action as long as it doesn't work. ([862cac9](https://github.com/yaph/d3-geomap/commit/862cac9997acbc14d7d76de9fe6a155716de6509) by Ramiro Gómez).
27+
- Remove tests workflow. Don't use clean install in workflow. ([2c7d5df](https://github.com/yaph/d3-geomap/commit/2c7d5dfb4738b9f34135df12d04f103ba9851680) by Ramiro Gómez).
2228
- Remove geo property from Geomap object (breaking change). ([051a491](https://github.com/yaph/d3-geomap/commit/051a491a984d2e35bf7b99729797ff1b0c1b92bb) by Ramiro Gómez).
2329

2430
## [3.3.0](https://github.com/yaph/d3-geomap/releases/tag/3.3.0) - 2019-12-11

0 commit comments

Comments
 (0)