135 Commits (6501d9f9f2f43747fc89b3a7c741da8e49b1cf20)

Author SHA1 Message Date
Ayfri d85bd8c941
Add support for transition in CSS api. (#2228) 2 years ago
Oleksandr Karpovich 80b71a92ea
Deprecate 3 overloads of StyleScope.borderWidth with wrong parameter names (#2297) 2 years ago
Philip Wedemann ad757a8f0a
Web: Add list overload for classes (#2094) 2 years ago
Oleksandr Karpovich 1ab63ed995
fix Style composable and CSSRulesHolderState (#1889) 3 years ago
Shagen Ogandzhanian cd7691a53f
Simplify inner CSS API, remove css fun completely (was experimental, will be redesigned) 3 years ago
Shagen Ogandzhanian 6f89804467 [web][tests] always use nextChild when you start with root.children[0], remove redundant braces 3 years ago
Oleksandr Karpovich 5b496eb191
web: update TagElement with tagName: String (#1827) 3 years ago
Oleksandr Karpovich bccf783976 web: make canvasAttributeTest independent of attributes order 3 years ago
Philip Wedemann a528838712
Web: Add Canvas element (#1823) 3 years ago
Oleksandr Karpovich f7d71a034b web: add a test `keyChangesTheOrderButKeepsSameInstances` 3 years ago
Shagen Ogandzhanian edac50ae39
Introduce HTMLElement.computedStyle: CSSStyleDeclaration helper function (#1815) 3 years ago
Shagen Ogandzhanian 44cc13add1
Enable warning as errors by default in web (#1803) 3 years ago
Oleksandr Karpovich 7ea30be924
web: hide internal properties from AttrsScope, EventsListenerScope, StyleScope (#1802) 3 years ago
Oleksandr Karpovich af2c354f72
web: apply `classes` and `style` before all other attributes and properties (#1788) 3 years ago
Shagen Ogandzhanian 685e305c5e
Move renderComposable to internal-web-core-runtime (#1789) 3 years ago
Martynas Petuška f98dfbc761
web: AttrsScope interface extraction (#1694) 3 years ago
Shagen Ogandzhanian 82bd465f5b
Deprecate DisposableRefEffect and DomSideEffect (#1714) 3 years ago
Shagen Ogandzhanian b71a5161a7
Reuse renderComposable in tests (#1732) 3 years ago
Oleksandr Karpovich a4604d4a72
web: make Nth.Functional, Nth.Odd, Nth.Even private (#1633) 3 years ago
Shagen Ogandzhanian 87d983e0a5
Fix for Nth.Functional (#1609) 3 years ago
Shagen Ogandzhanian 211fe2e63f Introduce separate test for stylesheet inheritance 3 years ago
Shagen Ogandzhanian 90cb181a71
Core with Frefox tests enabled (#1563) 3 years ago
Oleksandr Karpovich 1b731e0af6
web (breaking change): move top level functions for css selectors to new SelectorsScope (#1504) 3 years ago
Oleksandr Karpovich d87c29a10d web: add test for CSSSelector plus operator 3 years ago
Abasov Akif 43a16c8e77
Throw exception for `String + CSSSelector` with `self` cases. (#1462) 3 years ago
Oleksandr Karpovich 3778eadd37
web: add `inputmode` global attribute (#1461) 3 years ago
Abasov Akif 974ef56832
Fix css selectors: combine, sibling (#1418) 3 years ago
Oleksandr Karpovich bbec5eaa43
web: add tests for Css selectors `desc` (#1305) 3 years ago
Abasov Akif 984a26ce1d
Pass resolved with self selector to nested builder (#1298) 3 years ago
Abasov Akif 14bf6674d9
Add implicit self for nested css selector (#1284) 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 4c252b8196 Use asHtmlElement helper only in TestUtils 3 years ago
Shagen Ogandzhanian c8f91a9695 Extract PositionTests from StaticComposableTests and use runTest in both 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 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 a9f3f4f01c Fix typo in CSS API madiaMaxHeight => mediaMaxHeight 3 years ago
Oleksandr Karpovich 656592124a
web: add a tutorial for DomSideEffect (#975) 3 years ago