49 Commits

Author SHA1 Message Date
88cf5b8533 Bump version to 1.2.10, simplify attribute and event handling in ElementExtensions, and remove deprecated logic in HtmlBuilder.
Some checks failed
Gradle CI / build (push) Has been cancelled
2025-10-18 16:24:52 +02:00
d3fef98203 v.1.2.9 - Fix memory leak
Some checks failed
Gradle CI / build (push) Has been cancelled
2025-09-19 19:19:07 +02:00
191b23ed51 Bump version to 1.2.8, add TestStyleUpdate for verifying style attribute updates and removals, and simplify style attribute handling in HtmlBuilder.
Some checks failed
Gradle CI / build (push) Has been cancelled
2025-06-12 19:22:31 +02:00
177d96975a Bump version to 1.2.7, add TestSvg for testing SVG rendering, and remove redundant class attribute handling in ElementExtensions.
Some checks failed
Gradle CI / build (push) Has been cancelled
2025-05-30 12:22:21 +02:00
e97b6966ba Release v. 1.2.6
Some checks failed
Gradle CI / build (push) Has been cancelled
2025-05-03 10:13:18 +02:00
283c19defb Fix and test class attribute handling in ElementExtensions.
Some checks failed
Gradle CI / build (push) Has been cancelled
Re-enabled previously commented-out logic for managing the "class" attribute in ElementExtensions to ensure proper updates and removals. Added comprehensive unit tests in `TestClassUpdate` to verify behavior, including class addition, removal, and name changes. Bumped the project version to 1.2.6.
2025-04-20 17:50:15 +02:00
a5e7963412 Migrate to com.vanniktech.maven.publish publish plugin, update gradle, publish to maven central.
Some checks are pending
Gradle CI / build (push) Waiting to run
2025-04-06 15:22:12 +02:00
6f37c879c2 Migrate to com.vanniktech.maven.publish publish plugin, update gradle, publish to maven central.
Some checks are pending
Gradle CI / build (push) Waiting to run
2025-04-06 15:13:49 +02:00
ab5689133f Migrate to com.vanniktech.maven.publish publish plugin, update gradle, publish to maven central. 2025-04-06 15:13:38 +02:00
c68a024552 Upgrade Kotlin version and simplify Maven signing tasks.
Some checks failed
Gradle CI / build (push) Has been cancelled
Updated Kotlin multiplatform plugin to version 2.1.10. Removed redundant Maven publication task dependencies and streamlined the signing process for better maintainability.
2025-03-17 18:20:16 +00:00
46bb07d567 Version 1.2.5-SNAPSHOT
Some checks failed
Gradle CI / build (push) Has been cancelled
2024-10-23 15:36:53 +02:00
a1021e5cda Version 1.2.4
Some checks are pending
Gradle CI / build (push) Waiting to run
Add WASM support and optimize event handling
2024-10-23 15:35:05 +02:00
a5b938aa27 1.2.4-SNAPSHOT 2024-07-15 21:11:27 +02:00
1813e5b33f Add gitea as package manager
Some checks failed
Gradle CI / build (push) Has been cancelled
2024-07-15 21:08:10 +02:00
dbd47015b7 Fix build 2024-06-21 15:09:31 +02:00
3c41535870 Version 1.2.3-SNAPSHOT 2024-03-24 12:27:22 +01:00
1b2dd7f43a Version 1.2.2 2024-03-24 12:24:36 +01:00
ad42f33142 Version 1.2.2-SNAPSHOT 2024-01-24 16:36:51 +01:00
06a1e9956e Upgrade to Kotlin 1.9.22, , kotlinx-html 0.11.0, version 1.2.1 2024-01-24 14:53:44 +01:00
5cc4826e65 Upgrade to Kotlin 1.9.0, kotlinx-html 0.9.1, version 1.1.1. 2023-07-19 16:18:49 +02:00
4954382f96 Update kotlinx-html to 0.7.5 2022-10-14 20:08:16 +02:00
6b5a9bbe57 v. 1.0.8-SNAPSHOT 2022-10-14 17:12:59 +02:00
a4d5017651 v. 1.0.7 upgrade to Kotlin 1.7.20 2022-10-14 17:12:59 +02:00
fd6d643b45 Fixes 2022-10-14 17:12:53 +02:00
81ebbc250f Version 1.0.6
- Fix attr vs property checkbox update
2022-10-14 17:11:31 +02:00
d9d3d0f786 Version 1.0.5 2022-02-25 19:21:40 +01:00
bb8e8e0be9 Version to 1.0.5-SNAPSHOT 2022-02-25 11:55:31 +01:00
6c24547cba Version 1.0.4 2022-02-25 11:54:57 +01:00
147c934819 Fix update & replace options 2022-02-24 15:12:57 +01:00
cbf76f18a2 Add update/replace option
Took 1 hour 4 minutes
2022-02-23 21:40:57 +01:00
a30b0e8684 Update to snapshot
Took 4 minutes
2022-02-07 17:37:04 +01:00
32ec77f918 Version 1.0.2
- Fix class replacement
2022-02-04 12:34:58 +01:00
f82ef1da70 v. 1.0.1 - Added error handler and default error handling.
Took 1 hour 47 minutes
2022-02-01 12:02:19 +01:00
0b12c37558 Add mutableCollectionState and docs. 2022-01-16 14:50:58 +01:00
ebb8e9a3c5 Fix build 2022-01-14 16:20:17 +01:00
dcd7b4362b Clean up, release v. 1.0.0 2022-01-14 16:00:46 +01:00
5bfb23305a Prepare version 1.0.0 2021-12-24 11:11:22 +01:00
84176a93de v. 0.5.12 - fix child index in refresh
Took 4 minutes
2021-12-05 15:08:00 +01:00
b6693d149c v. 0.5.9-SNAPSHOT
Took 1 minute
2021-12-04 11:50:46 +01:00
80a9a28731 Fix Komponent.create, v. 0.5.8
Took 7 minutes
2021-12-04 11:49:36 +01:00
db8fc642cf Snaphot
Took 4 seconds
2021-08-30 12:39:39 +02:00
307a8476ec Fix memoizeChanged logic, v. 0.5.7 2021-08-19 14:27:20 +02:00
e969311dec Merge branch direct-update into master, v. 0.5.6 2021-08-19 09:55:02 +02:00
e87f7ba540 Fix events, fix per komponent hash 2021-03-31 16:01:42 +02:00
0a1ab1f326 Fix CI build 2021-02-10 14:18:44 +01:00
695a11efdb Fix build 2021-02-10 13:44:08 +01:00
66b3fb3c22 Merge remember branch, Update to 0.2.5-SNAPSHOT 2021-02-10 13:20:07 +01:00
59d812613e Working diff update algorithm 2020-05-16 15:44:43 +02:00
7677cbcc7c Dim diff option 2020-05-04 19:14:04 +02:00