Shubham Singh
12/20/2024, 4:31 AMRobert Jaros
01/30/2025, 2:42 PMRobert Jaros
01/30/2025, 2:46 PMkilua-jetpack
module, with implementation of Modifier
, Box
, Row
, Column
, Arrangement
, Alignment
and adaptive layouts, familiar to Android Compose (or Kobweb!) users. Many thanks to @Ghasem Shirdel for his contributions in this new module.Robert Jaros
01/30/2025, 2:52 PMRobert Jaros
02/03/2025, 3:01 PMkilua-animation
module, with composables similar to those we can find in compose-animation
(including animateFloatAsState
and animateColorAsState
). I'm testing this with your SpotifyClone app and it seems to work quite well (although "spring" animation engine is a bit different and some physics based animations have a bit different timings). I'll make a PR after I release new Kilua version.Robert Jaros
02/25/2025, 6:15 PMRobert Jaros
02/26/2025, 6:06 PMRobert Jaros
02/27/2025, 8:55 AMSpotifyClone
app.Robert Jaros
02/27/2025, 9:10 AMMaanrifa Bacar Ali
03/11/2025, 11:46 AMitems()
function from LazyDsl
Robert Jaros
03/16/2025, 11:41 AMRobert Jaros
04/07/2025, 5:51 PMRobert Jaros
04/07/2025, 6:01 PMkotlin-wrappers
bindings for js, browser and web API. My own, experimental common bindings have been removed.
Some code was completely redesigned, most notably routing API. There are also some important changes in the SSR engine.
Spring and Vert.x examples have been simplified to keep compatibility with latest dependencies (both vertx-plugin
and spring-dependency-management-plugin
have been removed).
All examples are using now es2015
target and per-file
output granularity.
Of course a lot of bugs were fixed as well.Robert Jaros
04/22/2025, 11:43 AMRobert Jaros
04/22/2025, 11:44 AMRobert Jaros
04/27/2025, 6:26 AMRobert Jaros
05/25/2025, 10:42 AMRobert Jaros
05/25/2025, 10:43 AMkilua-leaflet
module for interactive maps. Most code of the module is directly ported from KVision.Robert Jaros
06/03/2025, 4:59 AMSunil Kumar
06/22/2025, 4:49 AMneworldlt
06/24/2025, 11:04 AMSunil Kumar
06/28/2025, 5:42 AMThis router will defer the rendering on the server until some asynchronous
* operation (e.g. fetching data) is finished.
If we use SimpleSsrRouter even when fetching data, then what impact it will have?
This router can be used to directly declare UI components for each route,
* which will be rendered on the server immediately for every request.
I understood their definitions, but can u tell us what exactly are theses differences, when they do make sense and when we should use each one?
Does it means, if we are fetching some async data, then we should prefer AsyncSsrRouter else SimpleSsrRouterPhil Richardson
06/28/2025, 2:00 PMneworldlt
06/29/2025, 9:18 PMRobert Jaros
07/12/2025, 7:57 AMRobert Jaros
07/12/2025, 4:53 PMRobert Jaros
07/12/2025, 4:55 PMRobert Jaros
07/12/2025, 4:56 PMRobert Jaros
07/12/2025, 4:57 PMRobert Jaros
07/16/2025, 6:47 AM