989 Commits

Author SHA1 Message Date
Xiaoji Chen
8ad14cafcf
Restore fog, light and terrain types on MapProps (#2206) 2023-06-18 18:39:56 -07:00
Xiaoji Chen
8553c05eae 7.1.0-beta.2 v7.1.0-beta.2 2023-06-14 09:58:32 -07:00
Xiaoji Chen
288f8df4d3
Make source prop of Layer optional (#2200) 2023-06-14 09:56:43 -07:00
Kilian Finger
e06086bda0
Fix maplibre-gl peerDependencies typo (#2197) 2023-06-07 11:18:56 -07:00
dependabot[bot]
1154514556
Bump vite from 4.3.5 to 4.3.9 (#2195) 2023-06-05 20:29:03 -07:00
Xiaoji Chen
54cb0e50d7
Update examples for v7.1 (#2192) 2023-06-05 20:28:35 -07:00
Xiaoji Chen
a23e826ad5 7.1.0-beta.1 v7.1.0-beta.1 2023-06-05 12:36:17 -07:00
Xiaoji Chen
4db0c038b4
Add ref forwarding to Marker and Popup (#2191) 2023-06-05 12:31:13 -07:00
Xiaoji Chen
bb553e7cf5
v7.1 docs (#2189) 2023-06-01 17:14:09 -07:00
dependabot[bot]
2bf7ca08a1
Bump ansi-regex from 4.1.0 to 4.1.1 in /website (#2188)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 16:39:24 -07:00
dependabot[bot]
6d3822371d
Bump minimatch from 3.0.4 to 3.1.2 in /website (#2182)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 16:39:05 -07:00
dependabot[bot]
9f1c77c307
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /website (#2183)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 16:38:57 -07:00
dependabot[bot]
0ae9528ddc
Bump json5 from 2.2.0 to 2.2.3 in /website (#2181)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 16:38:49 -07:00
dependabot[bot]
69426a919c
Bump loader-utils from 1.4.0 to 1.4.2 (#2184)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 16:38:38 -07:00
dependabot[bot]
da1265cf19
Bump json5 from 1.0.1 to 1.0.2 (#2171)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 16:38:28 -07:00
Xiaoji Chen
bb085ba217
Split exports into separate endpoints (#2178) 2023-05-31 16:38:12 -07:00
Xiaoji Chen
9da2ac1d70
Add search to website (#2186) 2023-05-27 14:44:02 -07:00
Xiaoji Chen
c15c0f8d54
Migrate website to Docusaurus (#2180) 2023-05-25 18:19:51 -07:00
Xiaoji Chen
2244babaae
Make supported() check optional (#2179) 2023-05-24 08:55:53 -07:00
Xiaoji Chen
51a6a2c8f1
Make mapbox-gl an optional dependency (#2175) 2023-05-13 20:07:47 -07:00
Vili Ketonen
d24fa180ab
Fix reuseMaps with maplibre-gl ResizeObserver not changing observee (#2174) 2023-05-09 13:30:48 -07:00
Xiaoji Chen
9a5339f357
Remove defaultProps and displayName (#2173) 2023-05-09 12:27:05 -07:00
Xiaoji Chen
9357a0bca9
Use vite to run examples (#2172) 2023-05-08 19:43:12 -07:00
Xiaoji Chen
636269a972
Upgrade test harness (#2170) 2023-05-07 10:01:41 -07:00
Xiaoji Chen
1fb860e2ca
Force map reload upon reuse (#2160) 2023-04-13 12:45:29 -07:00
Xiaoji Chen
0144ea5802
Fix mouse events regression (#2158) 2023-04-12 09:35:27 -07:00
Xiaoji Chen
c81683a791
Improve map reuse consistency (#2155) 2023-04-11 10:43:57 -07:00
Jungzl
1c94856298
fix: query only the layers that have been loaded (#2128) 2023-04-11 10:43:16 -07:00
Martin Petrov
86efdc0433
Inherit parent height inmapboxgl-children div (#2132) 2023-04-11 10:42:26 -07:00
Xiaoji Chen
074a4094b1
set global settings before checking support status (#2138)
Co-authored-by: Chris Gervang <chrisgervang@users.noreply.github.com>
2023-03-06 12:23:48 -08:00
Adam Krebs
2845d6033c
Change return type of useControl to return T instead of any (#2137)
When the useControl file is compiled to the d.ts file, its return value is lost
2023-03-06 12:12:18 -08:00
Francisco Pérez Sampayo
109c334bdf
Change fog and terrain types to match Mapbox types. (#2106) 2023-01-21 14:46:36 -08:00
Hieu Lam
9baded6e51
fix reuseMaps not removing map children (#2092) 2023-01-07 12:09:53 -08:00
dependabot[bot]
b95ad3fdf2
Bump express from 4.17.1 to 4.18.2 in /website (#2081)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 14:08:51 -08:00
dependabot[bot]
041b2e968e
Bump decode-uri-component from 0.2.0 to 0.2.2 in /website (#2066)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 14:08:44 -08:00
dependabot[bot]
017b343c44
Bump qs from 6.5.2 to 6.5.3 in /website (#2063)
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 14:08:35 -08:00
dependabot[bot]
57a0b18ce8
Bump moment from 2.29.2 to 2.29.4 in /website (#1951)
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 14:08:25 -08:00
dependabot[bot]
5a450e273c
Bump decode-uri-component from 0.2.0 to 0.2.2 (#2061)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 14:07:31 -08:00
dependabot[bot]
0462476b87
Bump qs from 6.5.2 to 6.5.3 (#2062)
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 14:07:19 -08:00
dependabot[bot]
7364532a1a
Bump express from 4.17.2 to 4.18.2 (#2083)
Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.18.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 14:07:09 -08:00
dependabot[bot]
1d36ca5c03
Bump minimatch from 3.0.4 to 3.1.2 (#2049)
Bumps [minimatch](https://github.com/isaacs/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)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 14:06:58 -08:00
theRuslan
4c6606c948
fix broken link to contributing guide (#2054) 2022-11-28 09:51:34 -08:00
Marcel Tams
c8d0401bb7
Docs: fix error in code (#2012)
Co-authored-by: Xiaoji Chen <Pessimistress@users.noreply.github.com>
2022-11-28 09:50:56 -08:00
Benoît Simard
6213d5758a
Fix SymbolLayer crash on style update (#2047) 2022-11-14 14:00:35 -08:00
dependabot[bot]
8a15a1fc20
Bump loader-utils from 1.4.0 to 1.4.2 in /website (#2046)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 09:20:56 -08:00
dependabot[bot]
ac5a4c65a2
Bump socket.io-parser from 3.3.2 to 3.3.3 in /website (#2040)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 09:20:45 -08:00
Joe Duncko
6e250f2877
Fix small typo in map.md (#2014) 2022-11-14 09:20:07 -08:00
Xiaoji Chen
a49b4e4fa0
Update event callback documentation (#1954) 2022-08-18 12:13:43 -07:00
Xiaoji Chen
80409dd4a7
Add callback to useControl hook (#1952) 2022-08-18 12:13:28 -07:00
dependabot[bot]
b1abd197da
Bump terser from 4.8.0 to 4.8.1 (#1927)
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-14 11:08:39 -07:00