- BREAKING:
mode
prop of VList was removed.mode="rtl"
-> Just remove it because RTL can be detected automatically now.mode="reverse"
-> Setreverse: true
instead.
- BREAKING:
rtl
prop of VGrid was removed.- Just remove it because RTL can be detected automatically now.
What's Changed
- Detect rtl style automatically by @inokawa in #202
- Support rtl direction in WVList by @inokawa in #203
Full Changelog: 0.11.0...0.12.0