Skip to content
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

Open
wants to merge 158 commits into
base: master
Choose a base branch
from

Commits on Apr 16, 2020

  1. Update src/Map.svelte

    antony authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    0c0da00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request beyonk-group#6 from the-yadu/feature/fly-to

    method flyTo implementation in map
    antony authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    756f8e4 View commit details
    Browse the repository at this point in the history
  3. Bump to version 3.1.0 [skip ci]

    Antony Jones committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    935ce18 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. allow binding of input value

    Antony Jones committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    63ba7bc View commit details
    Browse the repository at this point in the history
  2. Bump to version 3.1.1 [skip ci]

    Antony Jones committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    aa7a376 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. default options for geocoder

    Antony Jones committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    9329bae View commit details
    Browse the repository at this point in the history
  2. prepare for mapbox upgrade

    Antony Jones committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f92c6e6 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    1f6532c View commit details
    Browse the repository at this point in the history
  2. 4.0.0

    antony committed May 5, 2020
    Configuration menu
    Copy the full SHA
    343c966 View commit details
    Browse the repository at this point in the history
  3. 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]>
    dependabot[bot] authored May 5, 2020
    Configuration menu
    Copy the full SHA
    6c093d2 View commit details
    Browse the repository at this point in the history
  4. Export Marker component

    kidandcat authored May 5, 2020
    Configuration menu
    Copy the full SHA
    b57e366 View commit details
    Browse the repository at this point in the history
  5. Merge pull request beyonk-group#8 from kidandcat/patch-1

    Export Marker component
    antony authored May 5, 2020
    Configuration menu
    Copy the full SHA
    3f21803 View commit details
    Browse the repository at this point in the history
  6. 4.0.1

    antony committed May 5, 2020
    Configuration menu
    Copy the full SHA
    d644042 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    653855f View commit details
    Browse the repository at this point in the history
  8. 4.0.2

    antony committed May 5, 2020
    Configuration menu
    Copy the full SHA
    55bb213 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. 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
    antony authored May 22, 2020
    Configuration menu
    Copy the full SHA
    7b5823c View commit details
    Browse the repository at this point in the history
  2. improve marker

    antony committed May 22, 2020
    Configuration menu
    Copy the full SHA
    54cce10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccef8d3 View commit details
    Browse the repository at this point in the history
  4. 4.1.0

    antony committed May 22, 2020
    Configuration menu
    Copy the full SHA
    ea639a1 View commit details
    Browse the repository at this point in the history
  5. more docs

    antony committed May 22, 2020
    Configuration menu
    Copy the full SHA
    0303a15 View commit details
    Browse the repository at this point in the history
  6. customise marker colour

    antony committed May 22, 2020
    Configuration menu
    Copy the full SHA
    615d60e View commit details
    Browse the repository at this point in the history
  7. 4.1.1

    antony committed May 22, 2020
    Configuration menu
    Copy the full SHA
    07f67e8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Make readme very clear

    antony authored May 31, 2020
    Configuration menu
    Copy the full SHA
    20d73b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. use queue for map commands

    antony committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    10a917a View commit details
    Browse the repository at this point in the history
  2. 4.2.0

    antony committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    8078ef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    472439f View commit details
    Browse the repository at this point in the history
  4. oops

    antony committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    bf0a7d0 View commit details
    Browse the repository at this point in the history
  5. add github actions

    antony committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    9c082ed View commit details
    Browse the repository at this point in the history
  6. 4.2.0

    antony committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    94a2f70 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    8a0ecc5 View commit details
    Browse the repository at this point in the history
  2. 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.
    nfk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    6b0ccc0 View commit details
    Browse the repository at this point in the history
  3. expose mapbox marker object

    nfk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    dac0d39 View commit details
    Browse the repository at this point in the history
  4. expose mapbox library

    nfk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    459eb99 View commit details
    Browse the repository at this point in the history
  5. Merge pull request beyonk-group#14 from nfk/improvements

    Improvements about Map and Marker
    antony authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8ce889c View commit details
    Browse the repository at this point in the history
  6. lint

    antony committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    631b988 View commit details
    Browse the repository at this point in the history
  7. 4.3.0

    antony committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    76c0329 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    e1b1dde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4ee3f View commit details
    Browse the repository at this point in the history
  3. 5.0.0

    antony committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    a7d3a90 View commit details
    Browse the repository at this point in the history
  4. 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]>
    dependabot[bot] authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c42c2f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. 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
    antony authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    30d4ed0 View commit details
    Browse the repository at this point in the history
  2. add events to geolocate

    antony committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    a6eeb34 View commit details
    Browse the repository at this point in the history
  3. 5.1.0

    antony committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    721246d View commit details
    Browse the repository at this point in the history
  4. use new syntax

    antony committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    518090e View commit details
    Browse the repository at this point in the history
  5. lint

    antony committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    4b3086b View commit details
    Browse the repository at this point in the history
  6. 5.2.0

    antony committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    7c45ff9 View commit details
    Browse the repository at this point in the history
  7. remove CircleCI badge

    antony committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    437e06f View commit details
    Browse the repository at this point in the history
  8. pass data during events

    antony committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    2c0bf74 View commit details
    Browse the repository at this point in the history
  9. 5.2.1

    antony committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    32f3470 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1efee84 View commit details
    Browse the repository at this point in the history
  11. 5.2.2

    antony committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    a0071ad View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Update README.md

    markfirmware authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    2250ac0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request beyonk-group#16 from markfirmware/patch-1

    Update README.md
    antony authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    852facb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    b913e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e011e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f9c25a View commit details
    Browse the repository at this point in the history
  4. fix css comment indent

    jbixon13 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    3f99881 View commit details
    Browse the repository at this point in the history
  5. Merge pull request beyonk-group#17 from jbixon13/master

    include render troubleshooting in readme example
    antony authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    338ec1e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Upgrade dependencies

    singingwolfboy committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    f3ede40 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Merge pull request beyonk-group#18 from singingwolfboy/upgrade-deps

    Upgrade dependencies
    antony authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    841cf00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f77b9 View commit details
    Browse the repository at this point in the history
  3. lint

    antony committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    48e5bf4 View commit details
    Browse the repository at this point in the history
  4. 5.3.0

    antony committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    5632499 View commit details
    Browse the repository at this point in the history
  5. update readme

    antony committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    f7bcb26 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. add reactive properties

    antony committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    cdad03e View commit details
    Browse the repository at this point in the history
  2. 6.0.0

    antony committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    2b7f4b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. 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
    the-yadu authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    3dc4741 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. allow overriding cssurl

    antony committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b930078 View commit details
    Browse the repository at this point in the history
  2. 6.0.1

    antony committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    4336ba7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17bb227 View commit details
    Browse the repository at this point in the history
  4. 6.0.2

    antony committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    682ac04 View commit details
    Browse the repository at this point in the history
  5. lint

    antony committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b656ef3 View commit details
    Browse the repository at this point in the history
  6. 6.0.3

    antony committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a9ffb76 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Update src/Map.svelte

    antony authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    c01b38d View commit details
    Browse the repository at this point in the history
  2. Merge pull request beyonk-group#25 from the-yadu/patch-3

    onClick event emit in map component
    antony authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    425fec0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. fix broken loader

    antony committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    aa671e1 View commit details
    Browse the repository at this point in the history
  2. 6.0.4

    antony committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    0971e6a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. fix demo page

    antony committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    7790c82 View commit details
    Browse the repository at this point in the history
  2. fix lint issue

    antony committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c2fbf22 View commit details
    Browse the repository at this point in the history
  3. 6.0.5

    antony committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    973af01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e5feb5 View commit details
    Browse the repository at this point in the history
  5. 7.0.0

    antony committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    0bae8c2 View commit details
    Browse the repository at this point in the history
  6. little demo fix

    antony committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    82ef2b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Fixed issue 28

    AndreasHald committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    2bf294c View commit details
    Browse the repository at this point in the history
  2. Merge pull request beyonk-group#29 from AndreasHald/issue-28

    Fixed issue 28
    antony authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    7ba3072 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. 7.1.0

    antony committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    140a03a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. expose more useful methods

    antony committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    9049aff View commit details
    Browse the repository at this point in the history
  2. 7.2.0

    antony committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    72939da View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. 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"
    Amerlander authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    7b828a2 View commit details
    Browse the repository at this point in the history
  2. 7.3.0

    antony committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    3e1f141 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. lint

    antony committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c6d26d8 View commit details
    Browse the repository at this point in the history
  2. 7.3.1

    antony committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    0205dcf View commit details
    Browse the repository at this point in the history
  3. 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.
    Amerlander authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    094eb12 View commit details
    Browse the repository at this point in the history
  4. 7.4.0

    antony committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4964631 View commit details
    Browse the repository at this point in the history
  5. 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]>
    LucianVoju and antony authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d74815e View commit details
    Browse the repository at this point in the history
  6. bind reactively to zoom

    antony committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    f95e0c7 View commit details
    Browse the repository at this point in the history
  7. 7.5.0

    antony committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ccac4d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    0070a6c View commit details
    Browse the repository at this point in the history
  2. 7.5.1

    antony committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    b9efb8c View commit details
    Browse the repository at this point in the history
  3. 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)
    sdl60660 authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    8f07754 View commit details
    Browse the repository at this point in the history
  4. lint

    antony committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    168c21a View commit details
    Browse the repository at this point in the history
  5. 7.6.0

    antony committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    9623e13 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Add support for extra options (beyonk-group#41)

    Co-authored-by: Craig Chamberlain <[email protected]>
    CraigChamberlain and Craig Chamberlain authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ec67bc7 View commit details
    Browse the repository at this point in the history
  2. Add details fo new Marker (beyonk-group#42)

    Co-authored-by: Craig Chamberlain <[email protected]>
    CraigChamberlain and Craig Chamberlain authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    250eeee View commit details
    Browse the repository at this point in the history
  3. 7.7.0

    antony committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    56b6c9c View commit details
    Browse the repository at this point in the history
  4. fix lint

    antony committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    6017eac View commit details
    Browse the repository at this point in the history
  5. 7.7.1

    antony committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    64b7bae View commit details
    Browse the repository at this point in the history
  6. 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>
    dependabot[bot] authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4687b2f View commit details
    Browse the repository at this point in the history
  7. 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>
    dependabot[bot] authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    3cd6c92 View commit details
    Browse the repository at this point in the history
  8. 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>
    dependabot[bot] authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    930752b View commit details
    Browse the repository at this point in the history
  9. 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>
    dependabot[bot] authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9961f8d View commit details
    Browse the repository at this point in the history
  10. 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>
    dependabot[bot] authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    14afeb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Feature/sveltekit (beyonk-group#55)

    * migrate to SvelteKit
    
    Co-authored-by: Antony Jones <[email protected]>
    antony and antony authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    59d75f2 View commit details
    Browse the repository at this point in the history
  2. re-add lint

    antony committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    e0d5679 View commit details
    Browse the repository at this point in the history
  3. upgrade node

    antony committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    f34181d View commit details
    Browse the repository at this point in the history
  4. 8.0.0

    antony committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7911a4f View commit details
    Browse the repository at this point in the history
  5. add svelte2tsx

    antony committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    c35ec67 View commit details
    Browse the repository at this point in the history
  6. 8.0.1

    antony committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    22be8fa View commit details
    Browse the repository at this point in the history
  7. just keep adding deps I guess

    antony committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    ea6a20a View commit details
    Browse the repository at this point in the history
  8. upgrade node version on ci

    antony committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    d5ef95f View commit details
    Browse the repository at this point in the history
  9. 8.0.2

    antony committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    0d40cec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca68885 View commit details
    Browse the repository at this point in the history
  11. 8.0.3

    antony committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    c030518 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. add drag event

    antony committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    fa3e073 View commit details
    Browse the repository at this point in the history
  2. 8.1.0

    antony committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    c36e1f6 View commit details
    Browse the repository at this point in the history
  3. fix eslint

    antony committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    43009e3 View commit details
    Browse the repository at this point in the history
  4. 8.1.1

    antony committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    5dfa7b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    4d2a6f4 View commit details
    Browse the repository at this point in the history
  2. 8.1.2

    antony committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    be62c02 View commit details
    Browse the repository at this point in the history
  3. dispatch ready events

    antony committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    c1a45b4 View commit details
    Browse the repository at this point in the history
  4. 8.1.3

    antony committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    bbe63a5 View commit details
    Browse the repository at this point in the history
  5. 8.1.4

    antony committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    9e1f259 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Update Logo

    ahpercival authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    b2de3ee View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    22e6119 View commit details
    Browse the repository at this point in the history
  2. 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.
    eur2 authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    088e008 View commit details
    Browse the repository at this point in the history
  3. 8.2.0

    antony committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f647f7e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    92c7274 View commit details
    Browse the repository at this point in the history
  2. 9.0.0

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9972e2f View commit details
    Browse the repository at this point in the history
  3. add svelte-package command

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2f6953a View commit details
    Browse the repository at this point in the history
  4. 9.0.1

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d355373 View commit details
    Browse the repository at this point in the history
  5. add lint to ci

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6b57ea4 View commit details
    Browse the repository at this point in the history
  6. lint fix

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3115aa8 View commit details
    Browse the repository at this point in the history
  7. 9.0.2

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6ac3fd5 View commit details
    Browse the repository at this point in the history
  8. upgrade node, pnpm

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    32bb8d8 View commit details
    Browse the repository at this point in the history
  9. 9.0.3

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    72816f3 View commit details
    Browse the repository at this point in the history
  10. cycle api key

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    99e2621 View commit details
    Browse the repository at this point in the history
  11. 9.0.4

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    706860c View commit details
    Browse the repository at this point in the history
  12. remove old api token

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b20c809 View commit details
    Browse the repository at this point in the history
  13. fix main export

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    69dc8bd View commit details
    Browse the repository at this point in the history
  14. 9.0.5

    antony committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f6a92c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    b88bd65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3189531 View commit details
    Browse the repository at this point in the history
  3. update lockfile

    Antony committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    aecb36c View commit details
    Browse the repository at this point in the history
  4. 9.1.0

    Antony committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    a40378c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. upgrade to 4.0

    StephenGunn committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2bd9767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d32aaf View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. svelte4

    StephenGunn committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6c82451 View commit details
    Browse the repository at this point in the history
  2. env

    StephenGunn committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b07ed79 View commit details
    Browse the repository at this point in the history