Skip to content

🚀Preview Release - v1.0.0-preview.33

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 14:18
· 122 commits to preview since this release
e28bba9

Velaptor Preview Release Notes - v1.0.0-preview.33

Quick Reminder

As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼

Bug Fixes 🐛

  1. #903 - Fixed a bug where the batching system would throw an exception when the draw calls exceed more than 1000.

    Thank you @softwareantics for discovering and reporting this issue!!

  2. #902 - Fixed a bug where the WindowCenter and WindowSize properties for scenes are not set after instantiation but before internal initialization.

    Thank you @softwareantics for discovering and reporting this issue!!

  3. #902 - Fixed rendering text bug.

    Thank you @softwareantics for discovering and reporting this issue!!

Dependency Updates 📦

  1. #895 - Updated system.io.abstractions to v20.0.15
  2. #894 - Updated actions/cache action to v4
  3. #893 - Updated avalonia.themes.fluent to v11.0.7
  4. #892 - Updated avalonia.fonts.inter to v11.0.7
  5. #891 - Updated avalonia.diagnostics to v11.0.7
  6. #889 - Updated avalonia.desktop to v11.0.7
  7. #888 - Updated avalonia to v11.0.7
  8. #887 - Updated kinsondigital/infrastructure action to v13.6.3

Other 🪧

  1. #890 - Updated readme.
  2. #883 - Refactored moq code to nsubstitute code.