Skip to content

Latest commit

 

History

History
359 lines (207 loc) · 21.7 KB

CHANGELOG.md

File metadata and controls

359 lines (207 loc) · 21.7 KB

2.7.2 (2023-09-16)

Bug Fixes

2.7.1 (2023-06-04)

Bug Fixes

2.7.0 (2023-06-03)

Features

2.6.4 (2023-05-09)

Bug Fixes

  • the single tree cluster bug (4b20f8d)

2.6.3 (2023-02-03)

Bug Fixes

  • wrong calculation to get the initial view of map for planters #153 (31c534a)

2.6.2 (2023-01-28)

Bug Fixes

  • wrong calculation to get the initial view of map for planters #153 (08cadcb)
  • wrong calculation to get the initial view of map for planters #153 (875b4b5)
  • wrong calculation to get the initial view of map for planters #153 (c9210ac)
  • wrong calculation to get the initial view of map for planters #153 (9e3fa2d)

2.6.1 (2023-01-12)

Bug Fixes

  • change jest test files to mjs since it uses esm syntax and cypress tests to .cy.js (29d9a05)

2.6.0 (2022-12-06)

Features

  • new icon for tree highlight (5f55498)

2.5.2 (2022-11-24)

Bug Fixes

  • checkout to github actions repo then setup node 16 before using jest (bcf0c63)
  • making a CI/CD pipeline that uses Jest to unit test pushed changes (f68640b)
  • set jest as its own job (9dc5635)

2.5.1 (2022-11-03)

Bug Fixes

  • the nearest arrow keep showing 70 treetracker-we-map-client (0bb88b6)

2.5.0 (2022-10-01)

Bug Fixes

Features

2.4.0 (2022-09-30)

Bug Fixes

  • lost move-end event (947eff5)
  • next button unnessessaryly stay on the map (96917eb)

Features

  • print version, fix losing event (2f6e0b0)

2.3.1 (2022-09-29)

Bug Fixes

2.3.0 (2022-09-09)

Features

  • improve next/previous buttons (8311894)

2.2.1 (2022-09-08)

Bug Fixes

2.2.0 (2022-09-08)

Bug Fixes

Features

2.1.1 (2022-09-08)

Bug Fixes

  • shouldn't trigger click when load single tree (9a3c6b5)

2.1.0 (2022-09-08)

Features

  • do not render map by default when mounting (2837aff)

2.0.0 (2022-09-08)

Features

  • change to private methods for map.js (0ea189b)
  • new api (26201d1)
  • refactor gotoView (de0b8fa)
  • setFilter will refresh the layers (eda3295)
  • split to get view and goto view fns (155556e)

BREAKING CHANGES

  • new api

1.13.0 (2022-09-05)

Features

  • select/unselect tree api (ee2cde0)

1.12.3 (2022-08-09)

Bug Fixes

1.12.2 (2022-08-09)

Bug Fixes

  • unselect trees when rerender (e35570b)

1.12.1 (2022-08-09)

Bug Fixes

1.12.0 (2022-07-20)

Features

  • added configurable zoomLevelForTreePoint (0395346)
  • setted zoom level to 5 if the cluster count is 1 (9ca093b)

1.11.1 (2022-05-28)

Bug Fixes

  • adjust highlighted icon position (f5f319e)

1.11.0 (2022-03-28)

Features

  • button pannel test concluded new icons added for next and prev buttons (10a025e)
  • removed all commented code and some unused code (ba1626c)

1.10.0 (2022-03-18)

Bug Fixes

Features

1.9.0 (2022-03-14)

Features

  • added button hide and show feature based on tree points stored in cache (c41683d)
  • merging conflict resolved (3ef00be)
  • new methods added to buttonPanel class to show and hide buttons (a3d7190)
  • removed a css line as it had no effect (be1c411)

1.8.0 (2022-03-07)

Features

  • add class to handle the display of nearest tree arrows (87b92a2)
  • add nearest tree arrows to core map (85d9dbf)

1.7.0 (2022-02-12)

Features

  • hover effect added to buttons (37b516c)

1.6.1 (2022-02-09)

Bug Fixes

  • css problem with next button (b7bdbd5)

1.6.0 (2022-02-09)

Features

1.5.0 (2022-02-09)

Bug Fixes

  • add webpack install and pre-publish step back to npm-module-release script (7b45798)
  • move pre-publish step to build-release action (58ae6ad)

Features

  • added pre-publish webpack step to module release action (71d7fdf)

1.4.2 (2022-02-04)

Bug Fixes

1.4.1 (2022-01-22)

Bug Fixes

  • add asset config for webpack to fix export issue of icons (62deadb)

1.4.0 (2022-01-17)

Features

  • add option to dynamically switch the iconSuites and tileServerUrl (ca93be8)

1.3.1 (2022-01-13)

Bug Fixes

1.3.0 (2022-01-13)

Features

1.2.0 (2022-01-13)

Bug Fixes

  • install regenerator-runtime and import it to src/Map and src/Requestor (2c8b7e7)
  • restore deleted css styles for old icons (355c330)

Features

  • set npm publishing to manual fixes #56 (#60) (932bed6)
  • update highlighted and selected tree icons (080f0dc)

1.1.0 (2022-01-11)

Bug Fixes

  • automated npm package publishing (#52) (fedfbce)
  • configuring npm auth token (eabf9d0)
  • configuring npm auth token (36730de)
  • ignore husky installation in CI (3ec9c18)
  • ignore husky installation in CI (520c6d2)
  • ignore husky installation in CI (53fde39)

Features

  • add babel to emit es5 (d1c07a2)
  • automated the NPM module release (21b43c8)
  • change tile server url for new icons, add highlighted and selected state for icons (416d8ad)
  • install eslint (c88d8ad)
  • install prettier (20d98a7)
  • install sort-package-json (6d23d2b)

1.0.4 (2021-12-13)

Bug Fixes

1.0.3 (2021-12-11)

Bug Fixes

1.0.2 (2021-12-11)

Bug Fixes

1.0.1 (2021-12-11)

Bug Fixes

1.0.0 (2021-12-10)

Bug Fixes

Features

  • add and configure cypress-watch-and-reload (8525f0d)
  • add test file (a8de139)
  • be able to output greenstand.Map (2c67a53)
  • be able to switch initial view (ebe22dc)
  • can build with webpack (30783db)
  • can display map in sandbox (bb081b2)
  • can load html page with js (d8aedc6)
  • can load the part of the map, but can not work well (2a481ce)
  • can run dev server with webpack (f3e9d43)
  • change api for event listner (c97fcda)
  • cy test pass, welcome page (887d053)
  • cypress first test (703e70c)
  • index page for test (bc64ac1)
  • install cypress (179e1a2)
  • prepublish script (459b6c3)
  • support onMoveEnd event (6ffc3e3)
  • the loading feedback (b8a05fd)