We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4a644 commit 884edf5Copy full SHA for 884edf5
CHANGES.md
@@ -5,6 +5,8 @@
5
- `SwtExec` can now plays nicely with Kotlin coroutines.
6
- `CoatMux.Layer` now exposes its root `Control` instance ([#12](https://github.com/diffplug/durian-swt/issues/12)).
7
- `VScrollCtl` and `VScrollBubble` for easier VScroll handling ([#10](https://github.com/diffplug/durian-swt/issues/10)).
8
+### Changed
9
+- **BREAKING** `SwtRx` is now based on Kotlin Flow rather than RxJava.
10
### Removed
11
- **BREAKING** Removed `ColorPool.getSystemColor()` ([#8](https://github.com/diffplug/durian-swt/issues/8)).
12
- **BREAKING** Switched type arguments of `TypedDataField` ([#3](https://github.com/diffplug/durian-swt/issues/3)).
0 commit comments