github elementary-swift/elementary-ui 0.3.0

4 hours ago

⚠️ JavaScriptKit runtime update

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.2.3...0.3.0

Don't miss a new elementary-ui release

NewReleases is sending notifications on new releases.