github elementary-swift/elementary-ui 0.2.0

9 hours ago

⚡️ More speed

With most JS interop switched to BridgeJS and a bit of Swift 6.3 optimization work, ElementaryUI is entering blazing fast territory.

⚠️ Breaking Changes

This release drops support for Swift 6.2.

When updating an existing project, the bundled BrowserRuntime JS package (JavaScriptKit runtime + BridgeJS) might need reinstalling, and the Vite cache for dev builds may need to be cleared.

# for existing projects, after resolving the updated swift package dependencies

# install/update the local BrowserRuntime package
npm install
# clear vite dev build cache
rm -rf node_modules/.vite

What's Changed

Full Changelog: 0.1.8...0.2.0

Don't miss a new elementary-ui release

NewReleases is sending notifications on new releases.