Releases: googlemaps/js-adv-markers-utils
Releases · googlemaps/js-adv-markers-utils
v1.2.4
v1.2.3
1.2.3 (2023-12-06)
Miscellaneous Chores
- add test requirement to dependabot workflow (#16) (a9ce557)
- deps-dev: bump @babel/traverse from 7.22.10 to 7.23.2 (#15) (905025f)
- deps-dev: bump postcss from 8.4.28 to 8.4.31 (#13) (3d7ca35)
- deps-dev: bump postcss in /examples/playground (#12) (02bcb23)
- deps-dev: bump postcss in /examples/typescript (#14) (49d337c)
- deps-dev: bump vite from 4.4.9 to 4.4.12 in /examples/playground (#18) (8a30286)
- make test.yml workflow reusable (#17) (b60a092)
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2023-08-15)
Features
- add attributeDefaults for extending classes (47a5447)
- add basic jest setup (167b6f2)
- add basic test-suite (1de918f)
- add content and classList attributes for html-markers (41ff9d8)
- add example for dependent attribute values (3cd4547)
- add examples (dd9a7a7)
- add new plain html examples (449cdd2)
- add PlaceMarkerCollection class (d88cab9)
- add setAttribuets function for MarkerCollection (2711bef)
- add setAttributes(), make update() public (075bf74)
- api-loader: allow string-array for libraries parameter (2857bff), closes #3
- icons: add place icons (7be7f5c)
- implement hover-prop (90c4605)
- implement variable location-formats (#22) (604b99e)
- improved playground module-loading (#21) (14767bb)
- Initial MarkerCollection implementation (24312a6)
- marker collection updating example (1cc2f34)
- marker-collection updates (1445d92)
- place-icons: add place icon provider (ea1e834)
- placemarker: create placemarker and examples (#19) (aebb263)
- rework color-functions (1ba6b0d)
- throw error when maps-api isn't found (6d95f0a)
Bug Fixes
- add defaults to prevent assigning undefined values (fa8526a)
- add eslint tests, fix errors (b87d552)
- add missing test-files (e956f30)
- add version to generated example-urls (3bba0b1)
- all eslint problems solved, new implementation for computed attributes (a9d4618)
- allow async function for examples (b0a39a3)
- better alpha-handling in parseRgbColor (5224ed2)
- cleanup (02b249a)
- eslint and jest config fixes (724be51)
- eslint config problems (2b44a32)
- eslint errors partially fixed (321ae58)
- further extend return-type for IconProvider (b9367d3)
- inline code-samples for faster loading (9029ed0)
- playground: dropdown styling (d89b0a4)
- proper scaling for icons (7da6476)
- remove generated code from repository and other maintenance (3b961e8)
- remove obsolete @ts-ignore (e010be6)
- remove placemarkers when unloading example (0d4a164)
- rename packages in examples (63810a9)
- restructured and improved addListener typings (#23) (0e02b40)
- se this to refer to constructor in static initializer (fccaec9)
- simplified implementation (82538fa)
- tsconfig fixed (7784cae)
- update dependencies (4f13511)
- update example comments (3fe14db)
Code Refactoring
- cleanup initEditor, rename config (8e52d45)
- performance and stability improvements (f7c6a14)
- simplified color-parsing function (e7144a6)
Documentation
- add tsdoc comments and typedoc config (fda6647)
- add typedoc link to README (e40c817)
- some more documentation updates (05dd2aa)
- update and extend README (e9e2302)
- update readme (b062887)
- update readme (d8ec3ee)
- update README (aa89cff)
Miscellaneous Chores
- add basic testing infrastructure (d271fe6)
- add prettier-plugin-jsdoc (a9af5fe)
- add typedoc config (3e65b8a)
- cleanup, remove mocha-tests (jest incoming) (7c19a59)
- fix sub-export build (684073d)
- increase js heap size (8fbf63f)
- minor fixes (4151054)
- playground: cleanup unused dependencies ([ad043f9](https://github.com/googlemaps/js-adv-markers-ut...