Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-08 | 1.1 kB | |
v1.17.0 source code.tar.gz | 2025-05-08 | 3.3 MB | |
v1.17.0 source code.zip | 2025-05-08 | 3.9 MB | |
Totals: 3 Items | 7.2 MB | 0 |
What's Changed
- Update CSR to yield() and update tests by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1294
- Pass Rendering if any Conflations changed state by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1296
- Add an extension on
TextController
that returns a mutable state ofTextFieldValue
by @darshanparajuli in https://github.com/square/workflow-kotlin/pull/1299 - Better crash reporter error grouping from RenderContext assertions by @rjrjr in https://github.com/square/workflow-kotlin/pull/1302
- Improves the error message thrown by
remember()
for duplicates. by @rjrjr in https://github.com/square/workflow-kotlin/pull/1303 - Add Interceptor Methods for Skip and Update Rendering by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1297
- CSR pass old rendering, do not render again if can skip by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1306
Full Changelog: https://github.com/square/workflow-kotlin/compare/v1.16.1...v1.17.0