Releases: googlemaps-samples/js-api-samples
Releases · googlemaps-samples/js-api-samples
Initial release
Very initial launch of the repo. There is still a lot of testing and verification to come, to ensure that the basic functionality works as expected.
What's Changed
- chore: update playwright workflow by @wangela in #4
- chore: Updates wording on readme. by @willum070 in #5
- fix: Updates incorrect formatting in readme by @willum070 in #12
- fix: Fix readme again by @willum070 in #13
- Fix one more time by @willum070 in #14
- fix: Update new1.sh by @willum070 in #15
- fix: Update new1.sh by @willum070 in #16
- chore(deps-dev): bump vite from 5.4.11 to 6.0.3 by @dependabot in #6
- chore(deps-dev): bump @playwright/test from 1.49.0 to 1.49.1 by @dependabot in #7
- chore(deps-dev): bump @types/node from 22.10.1 to 22.10.2 by @dependabot in #8
- fix: Updates all content files to use correct licensing header. by @willum070 in #23
- feat: Adds Playwright testing. by @willum070 in #24
- chore(deps-dev): bump vite from 6.0.3 to 6.0.7 by @dependabot in #19
- chore(deps-dev): bump @types/node from 22.10.2 to 22.10.7 by @dependabot in #25
- chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @dependabot in #20
- fix: Removes dist from .gitignore, adds new test command. by @willum070 in #26
- chore: Adds dist folder for the very first time. by @willum070 in #27
- chore(deps-dev): bump vite from 6.0.7 to 6.0.9 by @dependabot in #28
- fix: Deletes /dist folders to start afresh. by @willum070 in #29
- feat: Adds new workflows for release and dependabot by @willum070 in #34
- fix: changes 'GITHUB_TOKEN' to 'GH_TOKEN'. by @willum070 in #36
- fix: adds write permissions for pull request. by @willum070 in #37
- fix: Updates release-please to remove Node publishing actions. by @willum070 in #38
- fix: Comments out build line since tests run builds on each sample by @willum070 in #39
- chore(deps-dev): bump @types/node from 22.10.10 to 22.12.0 by @dependabot in #35
- fix: Updates package name so release please can see it. by @willum070 in #42
- fix: Updates e2e and release-please by @willum070 in #43
- fix: removes sharding strategy lines as they are not needed. by @willum070 in #44
- Creates minimal version of release-please for debugging. by @willum070 in #45
- fix: changes order of actions so that we can actually get the info. by @willum070 in #46
- fix: Changed dependabot.yml to use GITHUB_TOKEN secret. by @willum070 in #49
- Adds debug line for event on dependabot workflow. by @willum070 in #50
- Adds debugging items to dependabot workflow. by @willum070 in #51
- fix: Adds debugging items to dependabot workflow. by @willum070 in #52
- fix: Adds debugging items to dependabot workflow. by @willum070 in #53
- fix: Adds debugging items to dependabot workflow. by @willum070 in #54
- chore(deps-dev): bump @types/node from 22.12.0 to 22.13.0 by @dependabot in #48
- chore(deps-dev): bump @playwright/test from 1.50.0 to 1.50.1 by @dependabot in #47
- chore: Update README.md by @willum070 in #55
- fix: Removes or statement from dependabot.yml. by @willum070 in #56
- chore: Update README.md by @willum070 in #57
- fix: Update dependabot.yml by @willum070 in #58
- feat: Creates a release workflow, adds Firebase App Hosting support. by @willum070 in #59
- fix: Removes unused test folder; adds .firebase cache to .gitignore. by @willum070 in #60
- fix: Updates samples to use new API key. by @willum070 in #61
- fix: Fixes config for Firebase App Hosting. by @willum070 in #63
- fix: Updates build workflow by @willum070 in #64
- fix: Adds a script to generate the default index file for Firebase. by @willum070 in #65
- fix: Temporarily comments out map visibility test by @willum070 in #67
- feat: Migrates Place AC samples. by @willum070 in #68
- fix: Updates dependency install step by @willum070 in #69
- fix: Updates the build command to be consistent for all samples. by @willum070 in #70
- fix: Updates e2e.yml once again to try to get npm install to run. by @willum070 in #71
- fix: Updates incorrect API keys. by @willum070 in #72
- fix: Fixes broken path in index generation script. by @willum070 in #73
- Update release.yml by @willum070 in #74
- Update release.yml by @willum070 in #75
- fix: Update firebase.json by @willum070 in #76
- fix: Update generate-index.sh by @willum070 in #77
- fix: Removes emulators block from firebase.json by @willum070 in #78
- fix: Adds rewrites section. by @willum070 in #79
- fix: Updates script to copy Vite output so it exactly matches the pro… by @willum070 in #81
- fix: Updates index page generator with revised path. by @willum070 in #82
- fix: Updates firebase.json public path; deletes log lines from app.sh by @willum070 in #83
- chore(deps-dev): bump vite from 6.0.11 to 6.1.0 by @dependabot in #84
- chore(deps-dev): bump @types/node from 22.13.0 to 22.13.1 by @dependabot in #85
- feat: Installs and configures Docker. by @willum070 in #86
- fix: Removes Docker configs since local Docker is a no-go on corp. by @willum070 in #87
- fix: Stop hiding dist/ so output files can be there. by @willum070 in #88
- Update .gitignore by @willum070 in #90
- fix: Adds header-checker-lint to skip the check files in /dist. by @willum070 in #91
- fix: Adds dist folder so it can be seen by the mirror. by @willum070 in #92
- fix: Adds line to copy .ts to /docs. by @willum070 in #93
- fix: Update e2e.yml by @willum070 in #94
- fix: Update e2e.yml by @willum070 in #95
- feat: Adds post-build hook. by @willum070 in #96
- fix: Small change to test workflow changes in PR #96. by @willum070 in #98
New Contributors
- @wangela made their...