158 Commits (799f9d82c523b3643ebca034a434c56196ab6139)

Author SHA1 Message Date
Abasov Akif 14bf6674d9
Add implicit self for nested css selector (#1284) 3 years ago
Oleksandr Karpovich c5c28f8aad
web: make auto-css experimental (#1294) 3 years ago
Oleksandr Karpovich 354e48a542
Web: fix jumping cursor of controlled inputs (#1287) 3 years ago
Oleksandr Karpovich 1638f0f08b
web: fix mouse event for safari mobile (#1288) 3 years ago
Philip Wedemann 13620b9dd7
Align StyleSheetBuilder parameter with other @Composable ContentBuilder and add test (#1112) 3 years ago
Abasov Akif 381a95bb62
Basic animations test (#1233) 3 years ago
Oleksandr Karpovich 626cba019a
web: add RadioGroup component to manage several Radio Inputs (#1116) 3 years ago
Shagen Ogandzhanian 3f2a5d06c4 [web] and turning Firefox tests in core of again 3 years ago
Shagen Ogandzhanian 4c252b8196 Use asHtmlElement helper only in TestUtils 3 years ago
Shagen Ogandzhanian d8de109ba1 [web] Re-enable Firefox tests after making build job non-parallel 3 years ago
Shagen Ogandzhanian c8f91a9695 Extract PositionTests from StaticComposableTests and use runTest in both 3 years ago
Shagen Ogandzhanian f8ac4ad2c3 Don't run web-core tests in Firefox (till further investigation) 3 years ago
Shagen Ogandzhanian 6b209ebd87 Prepare DomApplier and related code for working with SVG entities 3 years ago
Shagen Ogandzhanian d4804fafdd [web] [tests] introduce elementBuilderShouldBeCalledOnce test 3 years ago
Shagen Ogandzhanian a22c916721 Use runTest in stypePosition test 3 years ago
Shagen Ogandzhanian ce9fbcc8dd Add test that basically check that scope is remembered 3 years ago
Shagen Ogandzhanian 6c1667e05a [web] [tests] Refactor attributesUpdateShouldNotCauseInlineStylesCleanUp and make sure we check conditional class assignemnt (in combination with seeting style) as well 3 years ago
Oleksandr Karpovich e8e02771a0
web: add test-utils module (#1101) 3 years ago
Shagen Ogandzhanian 14909c23b2 Simplify CSS transform API signatures 3 years ago
Shagen Ogandzhanian 770412444d Support filter in CSS API 3 years ago
Shagen Ogandzhanian 5518eec745 Support for transform in CSS API 3 years ago
Oleksandr Karpovich 2689f7c4c0
web: Update test utils api to prepare it for publishing (#1048) 3 years ago
Oleksandr Karpovich db53b95a31
Web/controlled inputs (#1031) 3 years ago
Oleksandr Karpovich d2d4971f28
web: mark internal and experimental api in web-core (#1077) 3 years ago
Oleksandr Karpovich 4eedafc5fa web: add tests for constructors with Composable parameters 3 years ago
Oleksandr Karpovich 00d0ee008f web: Add failing tests for composables passed into constructors (issue #746) 3 years ago
Shagen Ogandzhanian b7af8368ca
Web docs updated (#994) 3 years ago
Shagen Ogandzhanian a9f3f4f01c Fix typo in CSS API madiaMaxHeight => mediaMaxHeight 3 years ago
Shagen Ogandzhanian 7557522e16 Minimal documentation for the most basic CSS API 3 years ago
Oleksandr Karpovich 656592124a
web: add a tutorial for DomSideEffect (#975) 3 years ago
Oleksandr Karpovich 6504196bc9
web: fix a bug when inline styles get empty after attributes update (#980) 3 years ago
Shagen Ogandzhanian d363211110 Remove CSSVariables context 3 years ago
Shagen Ogandzhanian 2536c29766 Basic support for grid-auto-flow, grid-auto-columns and grid-auto-rows in CSS API 3 years ago
Shagen Ogandzhanian 4c6388f995 Introduce minimal support of alignSelf, justifySelf, alignItems, justifyItems, gap in CSS API 3 years ago
Shagen Ogandzhanian b9a87578fc Support negation for CSSNumeric values 3 years ago
Shagen Ogandzhanian e4e05c826c Li can be build in any context 3 years ago
Shagen Ogandzhanian 636694a46e Introduce basic support for grid-column/row-start/end 3 years ago
Igor Demin 581b5f0b0a
Update Compose + Migrate to 0.5.0-build262 / Kotlin 1.5.21 (#916) 3 years ago
Shagen Ogandzhanian f4fc51f372 Simplify CSSFlexTests 3 years ago
Shagen Ogandzhanian ef56abac66 Introduce helper function to the test scope to iterate through root children 3 years ago
Shagen Ogandzhanian 90cecde6f2 Basic support for grid-template-areas 3 years ago
Shagen Ogandzhanian cf19b0fba9 Introduce basic support for grid-area in CSS API 3 years ago
Shagen Ogandzhanian ac7974d056 Introduce minimal support for "grid-template-columns" and "grid-template-rows" in CSS API 3 years ago
Shagen Ogandzhanian 58ea0bde81 Basic suppport for gridRow and gridColumn in CSS API 3 years ago
Shagen Ogandzhanian a5cffc44ca CSS API - disallow String parameters for colors 3 years ago
Shagen Ogandzhanian 83870dde5d Correct @Deprecation.ReplaceWith arguments for Color.hsl, Color.hsla 3 years ago
Shagen Ogandzhanian a83bf4c181 Remove StylePropertyValue.asString, StylePropertyValue.asNumber and StylePropertyValue.asCSSStyleValue 3 years ago
Shagen Ogandzhanian bb4e97b149 CSSVariableValueAs is not a StylePropertyValue 3 years ago
Shagen Ogandzhanian fce92382fd Introduce new CSS Color API and deprecate old one 3 years ago
Oleksandr Karpovich 6d97c6d055
web: align the rest of events (#887) 3 years ago