Skip to content

Commit

Permalink
v5.2.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed Apr 5, 2018
1 parent c251102 commit f7c723c
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 2 deletions.
89 changes: 88 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,94 @@ For Earlier Beta Releases see below

### deck.gl v5.2 Pre Releases

#### [5.2.0-alpha.2] - Mar 8
#### [5.2.0-alpha.4] - April 5
fix text layer issue on windows (#1645)
Fix without-map (#1642)
Initial commit of standalone js module (#1605)
Clean up LayerManager context handling (#1628)
remove wrong deck.gl version in tagmap
Fix OrthographicView (#1638)
Introduce babel 7 (#1636)
Fix render tests by temporarily reverting orhtographic map support (#1635)
Final immutable removal (#1634)
Improve test script speed. Fix test-browser reliability (#1632)
Remove polyfill. Update test scripts (#1633)
Text layer audit (#1627)
Add ScreenGrid Icon, fix doc link (#1622)
Update examples using new View classes and Deck/Controller integration (#1616)
fix attribute transition manager (#1621)
Integrate controllers into Deck component (#1615)
GpuScreenGridLayer : RFC and Fixes (#1617)
tagmap layer example improvements (#1620)
Update deck.gl whats new doc (#1589)
Viewport improvements, orthographic projection support (#1614)
View improvements (#1613)
Make `View` and `Deck` classes into official exports (#1612)
View doc updates (#1610)
add 3d rotation to MeshLayer (#1602)
Hotfix to plot layer and node tests (#1611)
ScreenGrid GPU Aggregation (Part-3, Add GPU Aggregation) (#1603)
ScreenGrid GPU Aggregation (Part-2, add support for UBO) (#1593)
Bump luma.gl to 5.2.0-alpha.10
fix website build (#1604)
Merge experimental SolidPolygonLayer into core-layers (#1405)
Move text-layer from experimental-layers to core-layers (#1590)
fix text layer update triggers (#1598)
unbold console output after test (#1596)
Improve text layer perf (#1597)
use unified projection in experimental layer shaders (#1595)
Webpack 4 (#1594)
Focal distance (#1588)
Split out `Attribute` class from `AttributeManager` (#1578)
Remove use of external asserts (#1567)
Create advanced-text-layer in experimental-layers (#1573)
bump luma.gl version to 5.2.0-alpha.9
fallback luma.gl to 5.2.0-alpha.3
Move docs
Standalone JS RFC (#1565)
Remove `prevLayers`, move `oldProps` to layer internal state (#1553)
Reorganize docs (#1514)
ScreenGrid GPU Aggregation (Part-1, use Buffers) (#1584)
Address audit comments (#1580)
Test directory cleanup (#1577)
Add esnext dist and test-size script (#1559)
Remove invalid deprecation warning (#1575)
Fix MeshLayer texture rendering (#1570)
Make new colorRange and colorDomain props experimental (#1569)
bump probe.gl to 1.0.0-alpha.11
fix memory leak by deleting unused models (#1561)
Allow external buffer to be Buffer instead of typed array (#1527)
Add TextLayer 100K test in layer browser (#1562)
TextLayer: Fix horizontal padding (#1554)
Implement unified 32 and 64 bit project interface (PR 2/2) (#1557)
Fix sizeScale for text layer (experimental layers 0.0.25) (#1558)
TextLayer: fix updateTriggers (#1555)
fix memory leak via oldProps (#1549)
verify MapboxAccessToken before build website (#1546)
fix bug in testLayer (#1545)
Hook up test-browser to npm test
Create states in layerManager in case of undefined stats parameter
bump probe.gl to 1.0.0-alpha.9
Screen grid colorRange colorDomain (#1522)
Fix bug in getMaxCount (#1539)
Fix quantize scale (#1537)
with-mapbox-map example fix (#1534)
Fix max count issue in bin sorter (#1535)
Add basic stats collection (#1529)
Avoid importing `prop-types` module in non-React module. (#1430)
Add lib dir to React submodule. (#1528)
Example automation testing (#1477)
Consolidate test scripts (#1523)
Reorganize reflection effect (#1524)
Implement unified 32 and 64 bit project interface (#1493)
Fix test harness exit code on failure (#1520)
Fix minor typo in constants.js (#1521)
Update shader module docs (#1411)
WindDemo: update using luma.gl Transform class (#1374)
Update Attribute transitions to use new luma.gl `Transform` API (#1464)
disable path-marker rendering test (#1518)

#### [5.2.0-alpha.3] - Mar 8
- Fix deck.gl-test-utils dependency issues
- Probe.gl logging

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deck.gl",
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"version": "5.2.0-alpha.3",
"version": "5.2.0-alpha.4",
"keywords": [
"webgl",
"visualization",
Expand Down

0 comments on commit f7c723c

Please sign in to comment.