Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #3853

Merged
merged 81 commits into from
May 23, 2024
Merged

Next #3853

merged 81 commits into from
May 23, 2024

Conversation

simonseyock
Copy link
Member

@simonseyock simonseyock commented May 16, 2024

Description

See #3494

This switches the main branch to prereleases for now.

I added a release branch to the branches configuration even if we do not use it. This is a workaround to enable prereleases on main. (semantic-release/semantic-release#2503 (comment))

Related issues or pull requests

Pull request type

  • Bugfix
  • Feature
  • Dependency updates
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe)

Do you introduce a breaking change?

  • Yes
  • No

Checklist

  • I understand and agree that the changes in this PR will be licensed under the
    BSD-2-Clause.
  • I have followed the guidelines for contributing.
  • The proposed change fits to the content of the Code of Conduct.
  • I have added or updated tests and documentation, and the test suite passes (run npm test locally).
  • I have added a screenshot/screencast to illustrate the visual output of my update.

dnlkoch and others added 30 commits May 6, 2024 17:39
BREAKING CHANGE: Removes the deprecated DigitizeButton in favour of the DrawButton
BREAKING CHANGE: mappify, loadify, isVisibleComponent HOCs as well as MapProvider class were removed
BREAKING CHANGE: Panel, Window and Titlebar components are not existing anymore
BREAKING CHANGE: These componentes are not available anymore
BREAKING CHANGE: the AddWmsLayerEntry accepts a map prop now (required for attributions)
BREAKING CHANGE: use geolocation hook of react-util
BREAKING CHANGE: Typescript configuration
BREAKING CHANGE: The pressed state of the ToggleButton is controlled now
BREAKING CHANGE: update ol-util peer dependency
BREAKING CHANGE: refactors CoordinateInfo as funnction compononent
simonseyock and others added 22 commits May 8, 2024 13:19
docs: explain why useMap.ts and MapContext.tsx are empty
feat: use `WmsLayer` from `ol-util` instead of `react-util`
# [24.0.0-next.2](v24.0.0-next.1...v24.0.0-next.2) (2024-05-14)

### Features

* use `WmsLayer` from `ol-util` instead of `react-util` ([0abde72](0abde72))
Co-authored-by: Daniel Koch <koch@terrestris.de>
feat: pass through on fetch success callbacks
# [24.0.0-next.3](v24.0.0-next.2...v24.0.0-next.3) (2024-05-16)

### Features

* add visible option for WfsSearchField ([a26f844](a26f844))
* pass through AutoComplete props ([698d913](698d913))
* pass through on fetch success callbacks ([0b624bd](0b624bd))
# [24.0.0-next.4](v24.0.0-next.3...v24.0.0-next.4) (2024-05-16)

### Features

* render urls as anchor element ([9b63cd2](9b63cd2))
# [24.0.0-next.5](v24.0.0-next.4...v24.0.0-next.5) (2024-05-16)

### Features

* render urls as anchor element ([4b1822c](4b1822c))
@simonseyock simonseyock merged commit 2de3034 into main May 23, 2024
1 check passed
@dnlkoch
Copy link
Member

dnlkoch commented May 23, 2024

🎉 This PR is included in version 24.0.0-main.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet