-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for Svelte 4 in peerDependencies #91
base: master
Are you sure you want to change the base?
Commits on Apr 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0c0da00 - Browse repository at this point
Copy the full SHA 0c0da00View commit details -
Merge pull request beyonk-group#6 from the-yadu/feature/fly-to
method flyTo implementation in map
Configuration menu - View commit details
-
Copy full SHA for 756f8e4 - Browse repository at this point
Copy the full SHA 756f8e4View commit details -
Bump to version 3.1.0 [skip ci]
Antony Jones committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 935ce18 - Browse repository at this point
Copy the full SHA 935ce18View commit details
Commits on Apr 23, 2020
-
Antony Jones committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 63ba7bc - Browse repository at this point
Copy the full SHA 63ba7bcView commit details -
Bump to version 3.1.1 [skip ci]
Antony Jones committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for aa7a376 - Browse repository at this point
Copy the full SHA aa7a376View commit details
Commits on Apr 24, 2020
-
Antony Jones committed
Apr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 9329bae - Browse repository at this point
Copy the full SHA 9329baeView commit details -
Antony Jones committed
Apr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for f92c6e6 - Browse repository at this point
Copy the full SHA f92c6e6View commit details
Commits on May 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1f6532c - Browse repository at this point
Copy the full SHA 1f6532cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 343c966 - Browse repository at this point
Copy the full SHA 343c966View commit details -
Bump acorn from 6.1.1 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.1.1...6.4.1) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c093d2 - Browse repository at this point
Copy the full SHA 6c093d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b57e366 - Browse repository at this point
Copy the full SHA b57e366View commit details -
Merge pull request beyonk-group#8 from kidandcat/patch-1
Export Marker component
Configuration menu - View commit details
-
Copy full SHA for 3f21803 - Browse repository at this point
Copy the full SHA 3f21803View commit details -
Configuration menu - View commit details
-
Copy full SHA for d644042 - Browse repository at this point
Copy the full SHA d644042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 653855f - Browse repository at this point
Copy the full SHA 653855fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55bb213 - Browse repository at this point
Copy the full SHA 55bb213View commit details
Commits on May 22, 2020
-
Merge pull request beyonk-group#4 from beyonk-adventures/dependabot/n…
…pm_and_yarn/acorn-6.4.1 Bump acorn from 6.1.1 to 6.4.1
Configuration menu - View commit details
-
Copy full SHA for 7b5823c - Browse repository at this point
Copy the full SHA 7b5823cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54cce10 - Browse repository at this point
Copy the full SHA 54cce10View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccef8d3 - Browse repository at this point
Copy the full SHA ccef8d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea639a1 - Browse repository at this point
Copy the full SHA ea639a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0303a15 - Browse repository at this point
Copy the full SHA 0303a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 615d60e - Browse repository at this point
Copy the full SHA 615d60eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f67e8 - Browse repository at this point
Copy the full SHA 07f67e8View commit details
Commits on May 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20d73b0 - Browse repository at this point
Copy the full SHA 20d73b0View commit details
Commits on Jun 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 10a917a - Browse repository at this point
Copy the full SHA 10a917aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8078ef9 - Browse repository at this point
Copy the full SHA 8078ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 472439f - Browse repository at this point
Copy the full SHA 472439fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0a7d0 - Browse repository at this point
Copy the full SHA bf0a7d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c082ed - Browse repository at this point
Copy the full SHA 9c082edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a2f70 - Browse repository at this point
Copy the full SHA 94a2f70View commit details
Commits on Jun 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8a0ecc5 - Browse repository at this point
Copy the full SHA 8a0ecc5View commit details -
remove marker from the map on component destroy
Example of usage: ```svelte {#each $markers as marker (marker.id)} <Marker lon={marker.lon} lat={marker.lat} label={marker.name} /> {/each} ``` On this example, each Marker component is uniquely identify by the key expression `(maker.id)`. When the markers list is updated all removed markers are destroyed which means removed from the map.
Configuration menu - View commit details
-
Copy full SHA for 6b0ccc0 - Browse repository at this point
Copy the full SHA 6b0ccc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dac0d39 - Browse repository at this point
Copy the full SHA dac0d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 459eb99 - Browse repository at this point
Copy the full SHA 459eb99View commit details -
Merge pull request beyonk-group#14 from nfk/improvements
Improvements about Map and Marker
Configuration menu - View commit details
-
Copy full SHA for 8ce889c - Browse repository at this point
Copy the full SHA 8ce889cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 631b988 - Browse repository at this point
Copy the full SHA 631b988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c0329 - Browse repository at this point
Copy the full SHA 76c0329View commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e1b1dde - Browse repository at this point
Copy the full SHA e1b1ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for be4ee3f - Browse repository at this point
Copy the full SHA be4ee3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d3a90 - Browse repository at this point
Copy the full SHA a7d3a90View commit details -
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c42c2f4 - Browse repository at this point
Copy the full SHA c42c2f4View commit details
Commits on Aug 13, 2020
-
Merge pull request beyonk-group#15 from beyonk-adventures/dependabot/…
…npm_and_yarn/lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19
Configuration menu - View commit details
-
Copy full SHA for 30d4ed0 - Browse repository at this point
Copy the full SHA 30d4ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6eeb34 - Browse repository at this point
Copy the full SHA a6eeb34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 721246d - Browse repository at this point
Copy the full SHA 721246dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 518090e - Browse repository at this point
Copy the full SHA 518090eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3086b - Browse repository at this point
Copy the full SHA 4b3086bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c45ff9 - Browse repository at this point
Copy the full SHA 7c45ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 437e06f - Browse repository at this point
Copy the full SHA 437e06fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0bf74 - Browse repository at this point
Copy the full SHA 2c0bf74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f3470 - Browse repository at this point
Copy the full SHA 32f3470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efee84 - Browse repository at this point
Copy the full SHA 1efee84View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0071ad - Browse repository at this point
Copy the full SHA a0071adView commit details
Commits on Aug 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2250ac0 - Browse repository at this point
Copy the full SHA 2250ac0View commit details -
Merge pull request beyonk-group#16 from markfirmware/patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 852facb - Browse repository at this point
Copy the full SHA 852facbView commit details
Commits on Sep 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b913e97 - Browse repository at this point
Copy the full SHA b913e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e011e - Browse repository at this point
Copy the full SHA 72e011eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f9c25a - Browse repository at this point
Copy the full SHA 3f9c25aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f99881 - Browse repository at this point
Copy the full SHA 3f99881View commit details -
Merge pull request beyonk-group#17 from jbixon13/master
include render troubleshooting in readme example
Configuration menu - View commit details
-
Copy full SHA for 338ec1e - Browse repository at this point
Copy the full SHA 338ec1eView commit details
Commits on Sep 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f3ede40 - Browse repository at this point
Copy the full SHA f3ede40View commit details
Commits on Dec 8, 2020
-
Merge pull request beyonk-group#18 from singingwolfboy/upgrade-deps
Upgrade dependencies
Configuration menu - View commit details
-
Copy full SHA for 841cf00 - Browse repository at this point
Copy the full SHA 841cf00View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f77b9 - Browse repository at this point
Copy the full SHA d8f77b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e5bf4 - Browse repository at this point
Copy the full SHA 48e5bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5632499 - Browse repository at this point
Copy the full SHA 5632499View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7bcb26 - Browse repository at this point
Copy the full SHA f7bcb26View commit details
Commits on Dec 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cdad03e - Browse repository at this point
Copy the full SHA cdad03eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7f4b5 - Browse repository at this point
Copy the full SHA 2b7f4b5View commit details
Commits on Dec 29, 2020
-
onClick event emit in map component
Getting on click is a very important and frequently used event, We should provide it how we have provided on:recenter
Configuration menu - View commit details
-
Copy full SHA for 3dc4741 - Browse repository at this point
Copy the full SHA 3dc4741View commit details
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b930078 - Browse repository at this point
Copy the full SHA b930078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4336ba7 - Browse repository at this point
Copy the full SHA 4336ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17bb227 - Browse repository at this point
Copy the full SHA 17bb227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 682ac04 - Browse repository at this point
Copy the full SHA 682ac04View commit details -
Configuration menu - View commit details
-
Copy full SHA for b656ef3 - Browse repository at this point
Copy the full SHA b656ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ffb76 - Browse repository at this point
Copy the full SHA a9ffb76View commit details
Commits on Jan 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c01b38d - Browse repository at this point
Copy the full SHA c01b38dView commit details -
Merge pull request beyonk-group#25 from the-yadu/patch-3
onClick event emit in map component
Configuration menu - View commit details
-
Copy full SHA for 425fec0 - Browse repository at this point
Copy the full SHA 425fec0View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aa671e1 - Browse repository at this point
Copy the full SHA aa671e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0971e6a - Browse repository at this point
Copy the full SHA 0971e6aView commit details
Commits on Jan 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7790c82 - Browse repository at this point
Copy the full SHA 7790c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2fbf22 - Browse repository at this point
Copy the full SHA c2fbf22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 973af01 - Browse repository at this point
Copy the full SHA 973af01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5feb5 - Browse repository at this point
Copy the full SHA 4e5feb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bae8c2 - Browse repository at this point
Copy the full SHA 0bae8c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ef2b8 - Browse repository at this point
Copy the full SHA 82ef2b8View commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2bf294c - Browse repository at this point
Copy the full SHA 2bf294cView commit details -
Merge pull request beyonk-group#29 from AndreasHald/issue-28
Fixed issue 28
Configuration menu - View commit details
-
Copy full SHA for 7ba3072 - Browse repository at this point
Copy the full SHA 7ba3072View commit details
Commits on Feb 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 140a03a - Browse repository at this point
Copy the full SHA 140a03aView commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9049aff - Browse repository at this point
Copy the full SHA 9049affView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72939da - Browse repository at this point
Copy the full SHA 72939daView commit details
Commits on Mar 23, 2021
-
Custom Markers as slot (beyonk-group#34)
* Custom Markers as slot This adds the ability to user HTML inside the Marker which is used as marker: ```svelte <Marker popup={false} lat={geo.lat} lng={geo.lng} > <a href={waypoint.slug}> <p>TEST</p> </a> </Marker> ``` * Support html syntax for popup content modifies this PR beyonk-group#26 to use slots * fix * Revert "Support html syntax for popup content"
Configuration menu - View commit details
-
Copy full SHA for 7b828a2 - Browse repository at this point
Copy the full SHA 7b828a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1f141 - Browse repository at this point
Copy the full SHA 3e1f141View commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c6d26d8 - Browse repository at this point
Copy the full SHA c6d26d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0205dcf - Browse repository at this point
Copy the full SHA 0205dcfView commit details -
Add named Slot for Popup html (beyonk-group#38)
* Add Popup html as slot Should enable to use ```svelte <Marker popup={true} lat={waypoint.geo.lat} lng={waypoint.geo.lng} > <a href={waypoint.slug}> <p>MyMarker HTML</p> </a> <span slot="popup"> <p>My Popup HTML</p> </span> </Marker> ``` as well as ```svelte <Marker popup={true} lat={waypoint.geo.lat} lng={waypoint.geo.lng} > <span slot="popup"> <p>My Popup HTML</p> </span> </Marker> ``` as well as the default behaviour with label as marker text.
Configuration menu - View commit details
-
Copy full SHA for 094eb12 - Browse repository at this point
Copy the full SHA 094eb12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4964631 - Browse repository at this point
Copy the full SHA 4964631View commit details -
Feature/map react to zoom change via binding (beyonk-group#36)
* bind zoom add button for randomly changing zoom level Co-authored-by: Antony Jones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d74815e - Browse repository at this point
Copy the full SHA d74815eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f95e0c7 - Browse repository at this point
Copy the full SHA f95e0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccac4d5 - Browse repository at this point
Copy the full SHA ccac4d5View commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0070a6c - Browse repository at this point
Copy the full SHA 0070a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9efb8c - Browse repository at this point
Copy the full SHA b9efb8cView commit details -
Added optional paremters to Map methods to be passed down to/enable o…
…ptional parameters on mapbox methods: options (default {}) to fitBounds and flyTo, eventData (default {}) to setCenter and setZoom, and position (default 'top-right') to addControl. (beyonk-group#39)
Configuration menu - View commit details
-
Copy full SHA for 8f07754 - Browse repository at this point
Copy the full SHA 8f07754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 168c21a - Browse repository at this point
Copy the full SHA 168c21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9623e13 - Browse repository at this point
Copy the full SHA 9623e13View commit details
Commits on Jul 8, 2021
-
Add support for extra options (beyonk-group#41)
Co-authored-by: Craig Chamberlain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec67bc7 - Browse repository at this point
Copy the full SHA ec67bc7View commit details -
Add details fo new Marker (beyonk-group#42)
Co-authored-by: Craig Chamberlain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 250eeee - Browse repository at this point
Copy the full SHA 250eeeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b6c9c - Browse repository at this point
Copy the full SHA 56b6c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6017eac - Browse repository at this point
Copy the full SHA 6017eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b7bae - Browse repository at this point
Copy the full SHA 64b7baeView commit details -
Bump color-string from 1.5.4 to 1.5.5 (beyonk-group#53)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](Qix-/color-string@1.5.4...1.5.5) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4687b2f - Browse repository at this point
Copy the full SHA 4687b2fView commit details -
Bump glob-parent from 5.1.1 to 5.1.2 (beyonk-group#52)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3cd6c92 - Browse repository at this point
Copy the full SHA 3cd6c92View commit details -
Bump browserslist from 4.15.0 to 4.16.6 (beyonk-group#51)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.15.0 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](browserslist/browserslist@4.15.0...4.16.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 930752b - Browse repository at this point
Copy the full SHA 930752bView commit details -
Bump hosted-git-info from 2.8.8 to 2.8.9 (beyonk-group#49)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9961f8d - Browse repository at this point
Copy the full SHA 9961f8dView commit details -
Bump lodash from 4.17.20 to 4.17.21 (beyonk-group#48)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.20...4.17.21) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 14afeb7 - Browse repository at this point
Copy the full SHA 14afeb7View commit details
Commits on Jul 21, 2021
-
Feature/sveltekit (beyonk-group#55)
* migrate to SvelteKit Co-authored-by: Antony Jones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59d75f2 - Browse repository at this point
Copy the full SHA 59d75f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d5679 - Browse repository at this point
Copy the full SHA e0d5679View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34181d - Browse repository at this point
Copy the full SHA f34181dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7911a4f - Browse repository at this point
Copy the full SHA 7911a4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c35ec67 - Browse repository at this point
Copy the full SHA c35ec67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22be8fa - Browse repository at this point
Copy the full SHA 22be8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6a20a - Browse repository at this point
Copy the full SHA ea6a20aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ef95f - Browse repository at this point
Copy the full SHA d5ef95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d40cec - Browse repository at this point
Copy the full SHA 0d40cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca68885 - Browse repository at this point
Copy the full SHA ca68885View commit details -
Configuration menu - View commit details
-
Copy full SHA for c030518 - Browse repository at this point
Copy the full SHA c030518View commit details
Commits on Jul 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fa3e073 - Browse repository at this point
Copy the full SHA fa3e073View commit details -
Configuration menu - View commit details
-
Copy full SHA for c36e1f6 - Browse repository at this point
Copy the full SHA c36e1f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43009e3 - Browse repository at this point
Copy the full SHA 43009e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfa7b3 - Browse repository at this point
Copy the full SHA 5dfa7b3View commit details
Commits on Jul 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4d2a6f4 - Browse repository at this point
Copy the full SHA 4d2a6f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for be62c02 - Browse repository at this point
Copy the full SHA be62c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a45b4 - Browse repository at this point
Copy the full SHA c1a45b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe63a5 - Browse repository at this point
Copy the full SHA bbe63a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e1f259 - Browse repository at this point
Copy the full SHA 9e1f259View commit details
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b2de3ee - Browse repository at this point
Copy the full SHA b2de3eeView commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 22e6119 - Browse repository at this point
Copy the full SHA 22e6119View commit details -
Update Map.svelte (beyonk-group#74)
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
Configuration menu - View commit details
-
Copy full SHA for 088e008 - Browse repository at this point
Copy the full SHA 088e008View commit details -
Configuration menu - View commit details
-
Copy full SHA for f647f7e - Browse repository at this point
Copy the full SHA f647f7eView commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92c7274 - Browse repository at this point
Copy the full SHA 92c7274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9972e2f - Browse repository at this point
Copy the full SHA 9972e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6953a - Browse repository at this point
Copy the full SHA 2f6953aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d355373 - Browse repository at this point
Copy the full SHA d355373View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b57ea4 - Browse repository at this point
Copy the full SHA 6b57ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3115aa8 - Browse repository at this point
Copy the full SHA 3115aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac3fd5 - Browse repository at this point
Copy the full SHA 6ac3fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bb8d8 - Browse repository at this point
Copy the full SHA 32bb8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72816f3 - Browse repository at this point
Copy the full SHA 72816f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e2621 - Browse repository at this point
Copy the full SHA 99e2621View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706860c - Browse repository at this point
Copy the full SHA 706860cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b20c809 - Browse repository at this point
Copy the full SHA b20c809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69dc8bd - Browse repository at this point
Copy the full SHA 69dc8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a92c6 - Browse repository at this point
Copy the full SHA f6a92c6View commit details
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b88bd65 - Browse repository at this point
Copy the full SHA b88bd65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3189531 - Browse repository at this point
Copy the full SHA 3189531View commit details -
Antony committed
Jun 3, 2023 Configuration menu - View commit details
-
Copy full SHA for aecb36c - Browse repository at this point
Copy the full SHA aecb36cView commit details -
Antony committed
Jun 3, 2023 Configuration menu - View commit details
-
Copy full SHA for a40378c - Browse repository at this point
Copy the full SHA a40378cView commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2bd9767 - Browse repository at this point
Copy the full SHA 2bd9767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d32aaf - Browse repository at this point
Copy the full SHA 7d32aafView commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c82451 - Browse repository at this point
Copy the full SHA 6c82451View commit details -
Configuration menu - View commit details
-
Copy full SHA for b07ed79 - Browse repository at this point
Copy the full SHA b07ed79View commit details