Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 committed Sep 13, 2021
1 parent 392e9a2 commit c458188
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@ Each version should:
Ref: http://keepachangelog.com/en/0.3.0/
-->

## [2.5.5] - September 12 2021

- 392e9a21 [Bug] lock deck.gl to 8.2.0 (#1602)
- 6121a343 [Chore] Fix explicit src import (#1596)
- 0b71f399 [Bug] fix locale panel (#1603)
- 8b42be29 [Bug] Fix integration with CARTO (#1600)
- e8ba7a05 [Feat] add setMapControlVisibility action to set mapControl visibility (#1590)
- 78274562 [Feat] add supportedFilterTypes to dataset (#1594)
- 41b364a6 [Enhancement] s2 updateLayerMeta: push instead of spread (#1593)
- 1b5e0235 fix for long processing time of data-utils::unique (#1592)
- 91a52b16 [Enhancement] Use layer.visible prop in deck.gl when toggle layer visibility (#1591)
- c106ee06 [Chore] Create factory for LayerLegendHeader and LayerLegendContent (#1589)
- 878750c4 [Feat] Add MapsLayoutFactory for custom split map layouts (#1588)
- d8db8f6f [Chore] Refactored map control and decoupled action components (#1552)
- 2f8b19f2 [Feat] update keplergl-jupyter widget for JupyterLab 3, add build for conda-forge (#1572)
- 6947c8c8 [Feat] Added Russian localization (#1570)
- 9726a400 [Docs] Data container upgrade notes (#1575)
- 070b04b2 [Feature] Abstract Data Container (#1555)

## [2.5.4] - July 31 2021

- 62d03ab2 [Examples] update replace-component example (#1557)
Expand Down
1 change: 1 addition & 0 deletions test/browser/components/map/map-control-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

/* eslint-disable max-statements */

import React from 'react';
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2055,10 +2055,10 @@
dependencies:
prop-types "^15.6.0"

"@deck.gl/test-utils@^8.2.0":
version "8.3.9"
resolved "https://registry.yarnpkg.com/@deck.gl/test-utils/-/test-utils-8.3.9.tgz#7e62f0e802b8c38b5a2695d6f4d2a6f17c543a01"
integrity sha512-RF9rGIdyf0JXUW1s7IECflsgKiEmGvN9Rri0uOZKkdJjO2xZjMGV7GHCPYOjNKg3RMURbJckBNhbzoeAvdO7jQ==
"@deck.gl/test-utils@8.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@deck.gl/test-utils/-/test-utils-8.2.0.tgz#1ddef602fc0fa4644fff2e789400a09a3d22abfb"
integrity sha512-aIT5n7whLuTD66i6ZgZ+/W6kdkdPQp85sABRPtOWSeyVVoDD8waJEY/+OzJo0HS3R9p3aEahR/PavRKNwLyRtA==

"@emotion/is-prop-valid@^0.8.1":
version "0.8.8"
Expand Down

0 comments on commit c458188

Please sign in to comment.