forked from uber/nebula.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump changelog, add whats-new docs file (uber#695)
- Loading branch information
1 parent
facbad7
commit 40933f4
Showing
3 changed files
with
65 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ | |
{ | ||
"entry": "docs/README" | ||
}, | ||
{ | ||
"entry": "docs/whats-new" | ||
}, | ||
{ | ||
"entry": "docs/roadmap" | ||
}, | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# What's New | ||
|
||
This page contains highlights of each nebula.gl release. | ||
|
||
## nebula.gl v1.0 | ||
|
||
Release date: TBD | ||
|
||
### Draw Rectangle From Center Mode | ||
|
||
- new `DrawRectangleFromCenterMode`. User can draw a new rectangular `Polygon` feature by clicking the center, then along a corner of the rectangle. | ||
|
||
### Translate mode | ||
|
||
- `screenSpace` option can be provided in the `modeConfig` of Translate mode so the features will be translated without distortion in screen space. | ||
|
||
### Modify mode | ||
|
||
- `lockRectangles` option can be provided in the `modeConfig` object for ModifyMode, so the features with `properties.shape === 'Rectangle'` will preserve rectangular shape. | ||
|
||
### EditableGeojsonLayer | ||
|
||
- `pickingLineWidthExtraPixels` property to specify additional line width in pixels for picking. Can be useful when `EditableGeojsonLayer` is over a deck.gl layer and precise picking is problematic, and when usage of `pickingDepth` introduces performance issues. | ||
|
||
### Other | ||
|
||
- Check [CHANGELOG](../CHANGELOG.md) for full list of changes. |