195 Commits (aa531e7b32d49907476a18bde4f09fed5a5c2eca)

Author SHA1 Message Date
Oleksandr Karpovich 6504196bc9
web: fix a bug when inline styles get empty after attributes update (#980) 3 years ago
Shagen Ogandzhanian 36295121a2 Remove web samples completely 3 years ago
Shagen Ogandzhanian 16852696f5 Switch all web examples and web template to 1.0.0-alpha1-rc1 3 years ago
Shagen Ogandzhanian 87477236ec Add google repo for all web modules, samples and examples 3 years ago
Shagen Ogandzhanian 89f9117b6f Fix for dependency in samples/falling_balls_with_web 3 years ago
Shagen Ogandzhanian 9654149ec7 Update web_landing sample and web_langin example with fresher CSS API 3 years ago
Shagen Ogandzhanian 3902bf2768 Introduce printBundleSize to all web sample projects 3 years ago
Shagen Ogandzhanian 6fa567032e Autogenerate all web examples from samples 3 years ago
Oleksandr Karpovich b41344ef41
Web/update tutorials and examples (#942) 3 years ago
Shagen Ogandzhanian ab3ac73f83 Build all web examples with -Pcompose.web.buildSamples=true 3 years ago
Shagen Ogandzhanian f3d4a2cbfa Fix web integration tests 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 fb63c43394 Use max/minWidth/Height call in samples 3 years ago
Shagen Ogandzhanian 83870dde5d Correct @Deprecation.ReplaceWith arguments for Color.hsl, Color.hsla 3 years ago
Oleksandr Karpovich 58f36be885
web: Disable flaky SelectElementTests to investigate them later 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
Oleksandr Karpovich 8c01295e8a
Web/add compose plugin integration cases for kotlinjs (#870) 3 years ago
Shagen Ogandzhanian 27e4dd4fe6 Introduce html/css color constants 3 years ago
Shagen Ogandzhanian dc3b743f2c [web] Color is a namespace, use CSSColorValue whenever you need StylePropertyValue subtype 3 years ago
Shagen Ogandzhanian 30c5510111 [web] Color is used exclusively as a namespace, all data classes a derived from CSSColorValue 3 years ago
Shagen Ogandzhanian 1e8cbe8afd Add test case for variable<StylePropertyNumber> in CSS API 3 years ago
Shagen Ogandzhanian eb26f07240 Introduce separate test for the 3-ary border call in CSS API 3 years ago
Shagen Ogandzhanian 153ce9f063 Move relevant border test from StaticComposableTests to CSSBorderTests 3 years ago
Shagen Ogandzhanian 8f2a420543 Introduce basic support for max/min-width/height in CSS API 3 years ago
Shagen Ogandzhanian 084aa680a1 Rename mediaQuery-related min/maxWidth/Height extensions by adding media prefix 3 years ago
Oleksandr Karpovich ac76dc5f0e
web: Use SyntheticMouseEvent as a type for a value in mouse events listeners (#862) 3 years ago
Shagen Ogandzhanian a1a94c7447 Introduce basic support for outline and it's properties to CSS API 3 years ago
Shagen Ogandzhanian 8dd5e17338 Introduce basic support for flex in CSS API 3 years ago
Shagen Ogandzhanian f1081c67ba Basic support for flex-basic in CSS API 3 years ago
Shagen Ogandzhanian 5164e0669b Introduce basic support for white-space in CSS API 3 years ago
Shagen Ogandzhanian f861210bdd Introduce basic support for cursor in CSS API 3 years ago
Shagen Ogandzhanian 24e7e3dd16 Basic support for border-width in CSS API 3 years ago
Shagen Ogandzhanian 2bd08c323a Introduce basic support for text-decoration and its constituents in CSS API 3 years ago
Shagen Ogandzhanian 6dd06d4d18 Introduce basic support for text-align in CSS API 3 years ago