Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.0.0](v3.0.10...v4.0.0) (2023-03-28) ### ⚠ BREAKING CHANGES * while it will probably not be a problem for most, this changes how the library has to be loaded for some users. Typescript users will get an error about the THREE-option no longer being valid. * feat: build-tasks and package configuration - updated package-lock.json to lockfile version 3 - include source-files in published bundle - fix problems with non-esm builds not including the polyfills required for legacy browsers - add exports entrypoint specification with conditional exports * chore: update README Added ESM usage to installation section and clarified loading order when used via UMD in the browser. * chore: add note on umd-usage to example in readme ### Features * new API version with breaking changes ([#656](#656)) ([5d8298f](5d8298f)), closes [#614](#614) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 2.10.0 to 2.16.1 ([#642](#642)) ([07953dc](07953dc)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.16.1 to 2.17.1 ([#650](#650)) ([84d141b](84d141b)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.17.1 to 2.18.0 ([#653](#653)) ([a2e0435](a2e0435)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.9.0 to 2.10.0 ([#632](#632)) ([b172c35](b172c35)) * **deps-dev:** bump @types/google.maps from 3.52.1 to 3.52.2 ([#643](#643)) ([0eb59c4](0eb59c4)) * **deps-dev:** bump @types/google.maps from 3.52.2 to 3.52.3 ([#647](#647)) ([95d4a4f](95d4a4f)) * **deps-dev:** bump @types/selenium-webdriver from 4.1.12 to 4.1.13 ([#641](#641)) ([d3f1422](d3f1422)) * **deps-dev:** bump chromedriver from 110.0.0 to 111.0.0 ([#644](#644)) ([a778e33](a778e33)) * **deps-dev:** bump core-js from 3.29.0 to 3.29.1 ([#645](#645)) ([c1058db](c1058db)) * **deps-dev:** bump eslint-config-prettier from 8.6.0 to 8.7.0 ([#646](#646)) ([b5e53d4](b5e53d4)) * **deps-dev:** bump eslint-config-prettier from 8.7.0 to 8.8.0 ([#655](#655)) ([59d506b](59d506b)) * **deps-dev:** bump prettier from 2.8.4 to 2.8.5 ([#649](#649)) ([7f5985e](7f5985e)) * **deps-dev:** bump prettier from 2.8.5 to 2.8.7 ([#654](#654)) ([b1fe681](b1fe681)) * **deps-dev:** bump selenium-webdriver from 4.8.1 to 4.8.2 ([#652](#652)) ([aec1c24](aec1c24)) * **deps-dev:** bump three from 0.149.0 to 0.150.1 ([#633](#633)) ([3186251](3186251)) * **deps-dev:** bump typedoc from 0.23.26 to 0.23.28 ([#648](#648)) ([b96dadd](b96dadd))
- Loading branch information