Skip to content

Releases: Mapsui/Mapsui

4.1.6

15 May 18:06
b14ca1d
Compare
Choose a tag to compare

Highlights

  • If you use the Layer class in long running applications this patch is important for you. It fixes a problem where the Layer would stop refreshing after a while (after many hours or sometimes days). A hard to find bug but very important if your application is meant for monitoring.
  • This removes the AspNetCore upper limit so there is no compatibility warning when using Mapsui in Blazor 8.

What's Changed

Full Changelog: 4.1.5...4.1.6

5.0.0-beta.1

22 Mar 15:53
b8ee646
Compare
Choose a tag to compare

The primary focus of this version is rework on the mouse/touch handling. Most of this is now crossplatform code, making differences in behavior between platforms less likely.

Another important improvement is the LoggingWidget. When in debug mode logging will be written in the map which will make finding bugs (in our code and in user code) a lot faster.

There are breaking changes. They should be mentioned here (but this is currently from complete): https://mapsui.com/v5/documentation/v5.0-upgrade-guide.html

For an online Blazor sample look here:
https://mapsui.com/v5/samples

What's Changed

Read more

4.1.5

22 Mar 15:21
Compare
Choose a tag to compare

Notes:

  • Uno.UI was updated from 5.0.19 to 5.1.31. This fixes a 'invalid targets resolution on Windows' problem with the default Uno .NET 8 template when following the Mapsui getting started. Users on 5.0.19 will need to update though.
  • Uno WASM was added back again after it was removed in 4.1.4.

What's Changed

Full Changelog: 4.1.4...4.1.5

4.1.4

24 Feb 13:24
b7ab399
Compare
Choose a tag to compare

What's Changed

Note, Uno WASM is not in this release because of build problems.

Fixes and features

Maintenance

Full Changelog: 4.1.3...4.1.4

4.1.3

24 Jan 06:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.2...4.1.3

4.1.2

11 Dec 16:03
9ed5671
Compare
Choose a tag to compare

Removed net6.0 target frameworks for several platforms

We use the windows-latest build agent for our releases and these have undergone some serious changes after the release of net8. Many were fixable in code or script but unfortunately we had to remove the net6.0 target frameworks for several platforms. This is not what we want to do in a patch release but this is how it is.

  • Remove net6.0-android from Mapsui.UI.Android
  • Remove net6.0-android from Mapsui.UI.Uno.WinUI
  • Remove net6.0-android from Mapsui.UI.Uno
  • Remove net6.0 from mapsui.UI.Maui
  • Remove net6.0-ios from Mapsui.UI.Uno.WinUI
  • Remove net6.0-ios from mapsui.UI.Uno
  • Remove net6.0-ios15.4 from Mapsui.UI.iOS

What's Changed

Full Changelog: 4.1.1...4.1.2

4.1.2-preview.2

11 Dec 12:33
150a9dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.2-preview.1...4.1.2-preview.2

4.1.2-preview.1

09 Dec 10:07
b64056e
Compare
Choose a tag to compare

What's Changed

  • Add check for CCW of outer ring and CW for inner rings by @charlenni in #2290
  • Fix bug in determining the WMS axis order in netstandard2.0 by @charlenni in #2293
  • Fix bug where touch detection ignores touch start position by @pauldendulk in #2300
  • Fix long press in Xamarin.Forms and MAUI by @pauldendulk in #2315
  • Fix the v4 build by removing net6.0 from Maui, Uno, Uno.WinUI and iOS by @pauldendulk in #2314
  • Fix build by removing net6.0-android build target and bumping Microsoft.Windows.Compatibility to 7.0.5 by @pauldendulk in #2299
  • Update Microsoft.Windows.Compatibility 7.0.5 because of vulnerability by @pauldendulk in #2312

Full Changelog: 4.1.1...4.1.2-preview.1

4.1.1

30 Oct 17:17
69487cc
Compare
Choose a tag to compare

What's Changed

Samples

Documentation

Maintenance

Full Changelog: 4.1.0...4.1.1

4.1.0-preview.2

10 Oct 07:29
9d25731
Compare
Choose a tag to compare

What's Changed

Updates

  • Update Topten.RichTextKit, Svg.Skia, NetTopologySuite.IO.GeoJSON4STJ by @inforithmics in #2191

Samples

Documentation

Full Changelog: 4.1.0-preview.1...4.1.0-preview.2