Skip to content

Releases: terrestris/react-geo

v29.0.1

27 Jan 12:34
Compare
Choose a tag to compare

29.0.1 (2025-01-27)

Bug Fixes

  • initial range determination in time layer slider panel (7adc84a)

v29.0.0

24 Jan 13:37
Compare
Choose a tag to compare

29.0.0 (2025-01-24)

Bug Fixes

  • @babel/plugin-syntax-dynamic-import is included in @babel/preset-env in ES2020 (86a9a64)
  • add no-debugger rule (6ce69a1)
  • enable tracking only if passed explicitely (e2d03ff)
  • pass default icon to component (bbf3abb)
  • pass type prop correctly to button (cc2ab13)

chore

BREAKING CHANGES

  • eslint: upgrade eslint to v9

v28.0.0

24 Jan 12:42
Compare
Choose a tag to compare

28.0.0 (2025-01-24)

Bug Fixes

  • remove momentjs and homogenize props of timeslader and its panel (6de4ff9)
  • update time for all time aware layers if value changes (255d8b8)
  • value update in time slider panel (4eefb99)

Features

  • support minutes in autoplay and seperate speed from unit (6519b5c)

BREAKING CHANGES

  • MomentJS is replaced by DayJS

v27.0.0

15 Jan 14:12
Compare
Choose a tag to compare

27.0.0 (2025-01-15)

Bug Fixes

  • remove unneeded checkbox column (3fc107a)

Features

  • update ag-grid and use theming via js api (10bbdc0)

BREAKING CHANGES

  • The theme property of the AgFeatureGrid has changed to an AG-Grid Theme object.
    Any CSS imports from AG-Grid have to be removed.

v26.2.1

11 Dec 09:49
Compare
Choose a tag to compare

26.2.1 (2024-12-11)

Bug Fixes

  • fix drag and drop in LayerTree (25011cc)

v26.2.0

27 Nov 14:52
Compare
Choose a tag to compare

26.2.0 (2024-11-27)

Features

  • support nested LayerGroups for background layer management (60dc740)

v26.1.1

18 Nov 14:22
Compare
Choose a tag to compare

26.1.1 (2024-11-18)

Bug Fixes

  • enable drawbutton autofocus on text area (c39ce54)
  • linting warning (898e764)

v26.1.0

07 Nov 12:30
Compare
Choose a tag to compare

26.1.0 (2024-11-07)

Bug Fixes

Features

  • add optional layer visibility change callback (1cf736c)

v26.0.0

22 Oct 08:01
Compare
Choose a tag to compare

26.0.0 (2024-10-22)

Bug Fixes

  • linting (b268a97)
  • register client side row module by default (17d7f6e)

Code Refactoring

BREAKING CHANGES

  • if you are using additional imports of ag-grid (e.g. to enable CSV export), they need to be adjusted. otherwise AG Grid will be included twice in your bundle

See

v25.1.2

17 Oct 08:54
Compare
Choose a tag to compare

25.1.2 (2024-10-17)

Bug Fixes

  • pass type prop to button (60270fd)