Commit Graph

8 Commits

Author SHA1 Message Date
Oleksandr Karpovich
8edc12f02a web: Remove deprecated input event listeners (#861)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-07-07 12:16:38 +02:00
Oleksandr Karpovich
29a5297907 Web: Input element and onInput event refactoring (#799)
* web: Add more tests for the event handlers

* web: Inputs refactoring (wip)

* web: Add `Options` for `addEventListener`

* web: Add basic methods and properties to the SyntheticInputEvent to align it with `org.w3c.dom.events.Event`

* web: Add a test for `capture = true` Event Listener Option

* web: Update PR to make contain only relevant changes + add specific functions for Inputs

* web: Update PR to align with master after rebase

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-06-25 16:04:49 +02:00
Abasov Akif
0a90ae2194 Remove CSS Typed OM API (#786) 2021-06-18 14:11:01 +03:00
Louis CAD
bfe4bf4a3a Remove extra erroneous characters from comment (#787) 2021-06-17 10:55:56 +03:00
Philip Wedemann
20fa5edd82 Web: Remove content builder for empty elements (#745)
* Remove content builder for empty elements

* Remove content builder for empty elements

Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
2021-06-07 09:24:57 +02:00
Shagen Ogandzhanian
898fa303ff Rename package names in web-core
androidx.compose.web -> org.jetbrains.compose.web
androidx.compose.web.elements -> org.jetbrains.compose.web.dom
2021-06-01 18:39:12 +02:00
Shagen Ogandzhanian
6a8e15a7fe [web] Attribute builder builds styles as well 2021-05-26 19:03:08 +02:00
Shagen Ogandzhanian
06a905e63a Split web-core to web-core and web-integration
This also means that we have new naming for web artifacts in the gradle plugin
2021-05-24 23:17:07 +02:00