Skip to content

Feature/rebase from mapbox#5

Open
sebbousquet wants to merge 49 commits intomasterfrom
feature/rebaseFromMapbox
Open

Feature/rebase from mapbox#5
sebbousquet wants to merge 49 commits intomasterfrom
feature/rebaseFromMapbox

Conversation

@sebbousquet
Copy link
Member

No description provided.

fc and others added 30 commits October 22, 2019 15:09
Fix typo
* Fix small grammar typo

* Update to 'queryRenderedFeatures'

* Fix spelling typo
* upgrade Babel-related packages

* upgrade ESLint-related packages + run eslint --fix

* upgrade geojson-hint package

* upgrade browserify-related packages

* upgrade express

* upgrade more packages

* upgrade nyc

* update node version
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.2.0 to 3.5.0.
- [Release notes](https://github.com/kpdecker/jsdiff/releases)
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@v3.2.0...v3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [esm](https://github.com/standard-things/esm) from 3.0.84 to 3.2.25.
- [Release notes](https://github.com/standard-things/esm/releases)
- [Commits](standard-things/esm@3.0.84...3.2.25)

Signed-off-by: dependabot[bot] <support@github.com>
- coords should be an array of `{feature_id: 'string', coord_path: 'string'}` as per https://github.com/mapbox/mapbox-gl-draw/blob/5b2280817c901d93b05c937a7bdb2efb8afefe0c/src/modes/mode_interface_accessors.js#L33, not `{coord_path: 'string', feature_id: 'string'}`
dqunbp and others added 19 commits June 24, 2020 16:06
add Rectangle Restrict Area Mode to Custom Modes

Co-authored-by: Adriana Babakanian <adriana.babakanian@mapbox.com>
Add Rotate/Scale Rectangle Mode to custom modes.

Co-authored-by: Adriana Babakanian <adriana.babakanian@mapbox.com>
Ensure package bundlers always pull the built file
- Fix `package.json` main not pointing to dist
- Fix node builtins not being shimmed and treeshaken out out
* Include steps for publishing to AWS/CDN

* Update CDN publishing docs

Co-authored-by: Arindam Bose <arindam.bose@mapbox.com>
Optimize size of mapbox-gl-draw.css from 33 KB to 5 KB

• Remove geometry outside the viewbox
• Remove unused and unnecessary complex geometry and definitions inside the viewbox
• Optimize geometry representation to compound paths
• Optimizing number of decimals from six to one through ImageOptim (lossy, yes, but not noticeable)
• Represent svgs as svgs in css, not Base64 encoded svgs (Base64 encoding of well written svgs is meaningless – it just increases the file size).
• Url encode SVG tags in css
@sebbousquet sebbousquet force-pushed the feature/rebaseFromMapbox branch from 7240038 to 4c2efa2 Compare April 9, 2021 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.