Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-08-15)

### Features

* add attributeDefaults for extending classes ([47a5447](47a5447))
* add basic jest setup ([167b6f2](167b6f2))
* add basic test-suite ([1de918f](1de918f))
* add content and classList attributes for html-markers ([41ff9d8](41ff9d8))
* add example for dependent attribute values ([3cd4547](3cd4547))
* add examples ([dd9a7a7](dd9a7a7))
* add new plain html examples ([449cdd2](449cdd2))
* add PlaceMarkerCollection class ([d88cab9](d88cab9))
* add setAttribuets function for MarkerCollection ([2711bef](2711bef))
* add setAttributes(), make update() public ([075bf74](075bf74))
* **api-loader:** allow string-array for libraries parameter ([2857bff](2857bff)), closes [#3](#3)
* **icons:** add place icons ([7be7f5c](7be7f5c))
* implement hover-prop ([90c4605](90c4605))
* implement variable location-formats ([#22](#22)) ([604b99e](604b99e))
* improved playground module-loading ([#21](#21)) ([14767bb](14767bb))
* Initial MarkerCollection implementation ([24312a6](24312a6))
* marker collection updating example ([1cc2f34](1cc2f34))
* marker-collection updates ([1445d92](1445d92))
* **place-icons:** add place icon provider ([ea1e834](ea1e834))
* **placemarker:** create placemarker and examples ([#19](#19)) ([aebb263](aebb263))
* rework color-functions ([1ba6b0d](1ba6b0d))
* throw error when maps-api isn't found ([6d95f0a](6d95f0a))

### Bug Fixes

* add defaults to prevent assigning undefined values ([fa8526a](fa8526a))
* add eslint tests, fix errors ([b87d552](b87d552))
* add missing test-files ([e956f30](e956f30))
* add version to generated example-urls ([3bba0b1](3bba0b1))
* all eslint problems solved, new implementation for computed attributes ([a9d4618](a9d4618))
* allow async function for examples ([b0a39a3](b0a39a3))
* better alpha-handling in parseRgbColor ([5224ed2](5224ed2))
* cleanup ([02b249a](02b249a))
* eslint and jest config fixes ([724be51](724be51))
* eslint config problems ([2b44a32](2b44a32))
* eslint errors partially fixed ([321ae58](321ae58))
* further extend return-type for IconProvider ([b9367d3](b9367d3))
* inline code-samples for faster loading ([9029ed0](9029ed0))
* **playground:** dropdown styling ([d89b0a4](d89b0a4))
* proper scaling for icons ([7da6476](7da6476))
* remove generated code from repository and other maintenance ([3b961e8](3b961e8))
* remove obsolete [@ts-ignore](https://github.com/ts-ignore) ([e010be6](e010be6))
* remove placemarkers when unloading example ([0d4a164](0d4a164))
* rename packages in examples ([63810a9](63810a9))
* restructured and improved addListener typings ([#23](#23)) ([0e02b40](0e02b40))
* se this to refer to constructor in static initializer ([fccaec9](fccaec9))
* simplified implementation ([82538fa](82538fa))
* tsconfig fixed ([7784cae](7784cae))
* update dependencies ([4f13511](4f13511))
* update example comments ([3fe14db](3fe14db))

### Code Refactoring

* cleanup initEditor, rename config ([8e52d45](8e52d45))
* performance and stability improvements ([f7c6a14](f7c6a14))
* simplified color-parsing function ([e7144a6](e7144a6))

### Documentation

* add tsdoc comments and typedoc config ([fda6647](fda6647))
* add typedoc link to README ([e40c817](e40c817))
* some more documentation updates ([05dd2aa](05dd2aa))
* update and extend README ([e9e2302](e9e2302))
* update readme ([b062887](b062887))
* update readme ([d8ec3ee](d8ec3ee))
* update README ([aa89cff](aa89cff))

### Miscellaneous Chores

* add basic testing infrastructure ([d271fe6](d271fe6))
* add prettier-plugin-jsdoc ([a9af5fe](a9af5fe))
* add typedoc config ([3e65b8a](3e65b8a))
* cleanup, remove mocha-tests (jest incoming) ([7c19a59](7c19a59))
* fix sub-export build ([684073d](684073d))
* increase js heap size ([8fbf63f](8fbf63f))
* minor fixes ([4151054](4151054))
* **playground:** cleanup unused dependencies ([ad043f9](ad043f9))
* ran prettier ([81e2a4c](81e2a4c))
* remove leftover mocha config-file ([b59026e](b59026e))
* remove obsolete tsc setting ([822db68](822db68))
* run tests before deployment ([d268b49](d268b49))
* update package.json ([966d461](966d461))
* upgrade to latest maps-api version ([#25](#25)) ([c3c42bc](c3c42bc))
  • Loading branch information
semantic-release-bot committed Aug 15, 2023
1 parent 37aa675 commit e3f0f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/adv-markers-utils",
"version": "0.1.0",
"version": "1.0.0",
"license": "Apache-2.0",
"keywords": [],
"type": "module",
Expand Down

0 comments on commit e3f0f2b

Please sign in to comment.