summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-04Bump http-cache-semantics from 4.1.0 to 4.1.1dependabot/npm_and_yarn/http-cache-semantics-4.1.1dependabot[bot]
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29Merge pull request #35 from yuvadm/dependabot/npm_and_yarn/loader-utils-2.0.4v6.0.1Yuval Adam
Bump loader-utils from 2.0.2 to 2.0.4
2022-11-29Merge pull request #34 from ↵Yuval Adam
yuvadm/dependabot/npm_and_yarn/minimatch-and-recursive-readdir-3.1.2 Bump minimatch and recursive-readdir
2022-11-29Bump loader-utils from 2.0.2 to 2.0.4dependabot[bot]
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29Bump minimatch and recursive-readdirdependabot[bot]
Bumps [minimatch](https://github.com/isaacs/minimatch) and [recursive-readdir](https://github.com/jergason/recursive-readdir). These dependencies needed to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) Updates `recursive-readdir` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/jergason/recursive-readdir/releases) - [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md) - [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: recursive-readdir dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29Merge pull request #30 from yuvadm/v6v6.0.0Yuval Adam
Major v6 upgrade
2022-11-29Update netlify to vercel in README, test buildYuval Adam
2022-11-28Bump mapbox to 2.11.0, FINALLYYuval Adam
2022-09-01Skip slider renders on empty images, and cleanup unused varsYuval Adam
2022-09-01No need to save map stateYuval Adam
2022-09-01Disable SSL warningsYuval Adam
2022-09-01Add manual requirements.txt and update sls.ymlYuval Adam
2022-09-01Update deploycron scriptYuval Adam
2022-09-01Update pipfile lockYuval Adam
2022-09-01Test vercel deploymentYuval Adam
2022-09-01Extract playback slots to configYuval Adam
2022-09-01Fix slider prev value callbackYuval Adam
2022-09-01Map loading works, slider still notYuval Adam
2022-09-01Change map loaded to stateYuval Adam
2022-09-01Basic map structure, almost thereYuval Adam
2022-09-01Handle source and layer updatesYuval Adam
2022-09-01Fix default exportsYuval Adam
2022-08-30WIPYuval Adam
2022-08-30Unpin luxon after bug fixYuval Adam
2022-08-29Store lng, lat and zoom state, fix ref typeYuval Adam
2022-08-29Mapbox base layer and loading worksYuval Adam
2022-08-29Fix RoutesYuval Adam
2022-08-29Initial Map conversionYuval Adam
2022-08-29Downgrade luxon to 3.0.1 due to bugYuval Adam
2022-08-29Fix more types in componentsYuval Adam
2022-08-29Remove unused geolocation funcYuval Adam
2022-08-29Fix types in GeshemYuval Adam
2022-08-29Fix config exportsYuval Adam
2022-08-29Update all .tsx files and remove unusedYuval Adam
2022-08-29Add support for typescriptYuval Adam
2022-08-29Add proxy workaround due toYuval Adam
https://github.com/facebook/create-react-app/issues/12304
2022-08-29Remove web-vitals and start removing react-mapbox-glYuval Adam
2022-08-29Copy over template from new react scripts projectYuval Adam
2022-08-29Generate new lock from scratchYuval Adam
2022-08-29Bump and break everythingYuval Adam
2022-08-29Initial round of npm audit fixYuval Adam
2022-08-21Do not verify SSL certsYuval Adam
2022-01-26Fix for non-working slider in Firefox for Android (#28)Yoav Farhi
Adding a z-index value resolves the non-working slider in Firefox for Android. Fixes #27
2022-01-01Add privacy policyYuval Adam
2020-11-02Remove yarn.lock and unused deploystatic scriptYuval Adam
2020-11-02Bump some vulnerable package and bump to v5.2.1v5.2.1Yuval Adam
2020-11-02DateTime styling improvementsYuval Adam
2020-06-25Remove GA, replace with FathomYuval Adam
2020-04-25Bump up dependencies and release v5.2 (#17)v5.2.0Yuval Adam
* Run npm audit fix * Bump package version to 5.2.0 * Bump mapbox-gl to 1.9.1 * Bump react-mapbox-gl to 4.8.2 * Small formatting cleanup
2019-12-17Remove unused venv includeYuval Adam