Skip to content

fuse X 2.6.0

Compare
Choose a tag to compare
@mortend mortend released this 18 Dec 08:27
· 3 commits to master since this release
d9e688a

Download links

Read the installation guide

Android notice

  • This version targets API 31 (Android 12), as required by Google Play Store starting in November 2022

  • Note that the latest version requires Java 11. Older versions used to work on Java 8.

Troubleshooting: Make sure you have installed JDK 11 and run npm install android-build-tools@1.x -g.

Changes since v2.4.1

  • Add Language menu
  • Add French translation (thanks @mvondoyannick!)
  • Restart viewports automatically on license activation
  • Update OpenJDK installer
  • Update TypeScript definitions
  • Update logo

Fuselibs 2.6.0

Click to see the full changelog!

Fuse.Platform

  • Device orientation for iOS 16 compatibility (#1454)

Fuse.Scripting

  • Add Context.Stringify() method (#1455)

Other changes

  • Add Fuse.Alerts to doc-export (#1456)

v2.5.0...v2.6.0

Uno 2.6.0

Click to see the full changelog!

Android

  • Call super.onNewIntent() (#431)
  • Add new UXL properties (#432)
    • Gradle.Dependency.DebugImplementation
    • Gradle.Dependency.ReleaseImplementation
  • Add new UXL element (#434)
    • Gradle.Properties

Other changes

  • Use nodejs v14 on AppVeyor (#433)

v2.5.0...v2.6.0

Fuselibs 2.5.0

Click to see the full changelog!

Fuse.Controls.WebView

  • Upgrade PickImage for Android to version 3.0.01 (#1453)

Fuse.ImageTools

  • Prevent duplicate paths on iOS (#1451)

Fuse.LocalNotifications

  • Android 12 compatibility fix (#1452)

v2.4.0...v2.5.0

Uno 2.5.0

Click to see the full changelog!

Android

  • Upgrade to API 31 (#423)
  • Upgrade Gradle Plugin and dependencies (#423)

API 31 (Android 12) will be required by Google Play Store starting in November 2022.

BREAKING: Note that the new Gradle Plugin and new versions of dependencies require Java 11. Older versions used to work on Java 8.

If you run into trouble, make sure you have installed JDK 11 and run npm install android-build-tools -g to redetect your JDK installation.

Other changes

v2.4.1...v2.5.0