2.9.1 (2024-07-31)
This is a small update with a few improvements from the community!
- Detecting RTL on the web is now dynamic and doesn't require a page reload
- Fixed a race condition for iOS core, where reading values from
UnistylesRuntime
could return default values
Features
- [Web] add support for updating rtl on web (3954c3d) by @TheUltDev
- [iOS] await initial values while initializing ios core (c8e3466)
- [TypeScript] export UnistylesTheme (cbc6024) by @yzhe554