Open
Conversation
Fix typo
* Fix small grammar typo * Update to 'queryRenderedFeatures' * Fix spelling typo
Update API.md
* 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 [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](justmoon/node-extend@v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] <support@github.com>
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'}`
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
7240038 to
4c2efa2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.