317 Commits (22bd94be6f19c80e472ae73eb26a6a5d5afe9db3)

Author SHA1 Message Date
InsanusMokrassar 22da8d9529
Add support of dl, dt and dd (#1922) 2 years ago
Nikolay Igotti 4af260d36a
Move to 1.1.0 (#1882) 2 years ago
Oleksandr Karpovich 1ab63ed995
fix Style composable and CSSRulesHolderState (#1889) 2 years ago
Shagen Ogandzhanian cd7691a53f
Simplify inner CSS API, remove css fun completely (was experimental, will be redesigned) 2 years ago
Shagen Ogandzhanian 6f89804467 [web][tests] always use nextChild when you start with root.children[0], remove redundant braces 2 years ago
Oleksandr Karpovich 5b496eb191
web: update TagElement with tagName: String (#1827) 2 years ago
Oleksandr Karpovich bccf783976 web: make canvasAttributeTest independent of attributes order 2 years ago
Shreck Ye 7a9776cc43
web: make `applyAttrs` in the second overloaded `TagElement` nullable to be consistent with the first one (#1814) 2 years ago
Philip Wedemann a528838712
Web: Add Canvas element (#1823) 2 years ago
Oleksandr Karpovich f7d71a034b web: add a test `keyChangesTheOrderButKeepsSameInstances` 2 years ago
Shagen Ogandzhanian 44e0dbe7bf Remove redundant dependencies in widgets 2 years ago
Shagen Ogandzhanian 2cb9ec0846 Remove separate setup for nodejs in widgets 2 years ago
Oleksandr Karpovich 21cda3f3c6
web: make ComposeDomNode inline (#1808) 2 years ago
Shagen Ogandzhanian edac50ae39
Introduce HTMLElement.computedStyle: CSSStyleDeclaration helper function (#1815) 2 years ago
Shagen Ogandzhanian 98dbfe93cb Update selenium chrome driver to 98.0.4758.48 2 years ago
Shagen Ogandzhanian 44cc13add1
Enable warning as errors by default in web (#1803) 2 years ago
Oleksandr Karpovich 7ea30be924
web: hide internal properties from AttrsScope, EventsListenerScope, StyleScope (#1802) 2 years ago
Oleksandr Karpovich e37cb6dd0d move compose-web components to 1.1.0-alpha03 2 years ago
Oleksandr Karpovich af2c354f72
web: apply `classes` and `style` before all other attributes and properties (#1788) 2 years ago
Shagen Ogandzhanian 685e305c5e
Move renderComposable to internal-web-core-runtime (#1789) 2 years ago
Shagen Ogandzhanian 6aaeddc4b4
Use standard side effects in Elements.kt (#1793) 2 years ago
Oleksandr Karpovich 0c30a3e2af
web: add typealias AttrsBuilder referencing new AttrsScopeBuilder (#1778) 2 years ago
Martynas Petuška f98dfbc761
web: AttrsScope interface extraction (#1694) 2 years ago
Shagen Ogandzhanian 82bd465f5b
Deprecate DisposableRefEffect and DomSideEffect (#1714) 2 years ago
Shagen Ogandzhanian 4bf01cf5e0
Make DomElementWrapper private (#1749) 2 years ago
Shagen Ogandzhanian b71a5161a7
Reuse renderComposable in tests (#1732) 2 years ago
Alexey Tsvetkov 8e335c9d21 Switch main components build to Gradle 7.3.3 (#1643) 3 years ago
Alexey Tsvetkov ad394bada4 Fix web components build & publishing 3 years ago
Oleksandr Karpovich a4604d4a72
web: make Nth.Functional, Nth.Odd, Nth.Even private (#1633) 3 years ago
Shagen Ogandzhanian abc6d1f60a [web] Force kotlin/js to use node@16.13.1 3 years ago
Shagen Ogandzhanian 4fd239ed89 [web] Run Firefox in unit tests headlessly 3 years ago
Shagen Ogandzhanian 87d983e0a5
Fix for Nth.Functional (#1609) 3 years ago
Oleksandr Karpovich e32ef7bfb5
web: karma runner patch (#1597) 3 years ago
Shagen Ogandzhanian 211fe2e63f Introduce separate test for stylesheet inheritance 3 years ago
Oleksandr Karpovich 5d8f0fe103
web: increase timeout for tests (in karma.config.common.d) (#1592) 3 years ago
Oleksandr Karpovich e902beeece
release 1.0.1-rc2 with 1.6.10 (#1590) 3 years ago
Shagen Ogandzhanian 798f0ac1ab
Kotlin testing reuse (#1562) 3 years ago
Shagen Ogandzhanian 90cb181a71
Core with Frefox tests enabled (#1563) 3 years ago
Igor Demin dbd0a21949
Modify replace.sh for replacing Compose version (#1511) 3 years ago
Oleksandr Karpovich 046f225846
web: workaround flaky CI test runner (#1550) 3 years ago
Shagen Ogandzhanian a1f923399f
Plugin path resolution customization (#1549) 3 years ago
Oleksandr Karpovich 9dce4fe0fc web: add KT-48273 workaround to web-integration-core module 3 years ago
Igor Demin 559e9364f1
Move examples to 1.0.0 (#1524) 3 years ago
Shagen Ogandzhanian d902912424
Make all CSS Selectors private (#1519) 3 years ago
Oleksandr Karpovich cf62af9a23
web (breaking change): make constructors of CSSSelectors classes internal (#1510) 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
Oleksandr Karpovich 4623985462
web (breaking change): move `combine` and `feature` functions to GenericStyleSheetBuilder scope (in CSSMediaRule.kt) (#1508) 3 years ago
Oleksandr Karpovich 6d0a0f4f1d
web (breaking change): make some functions internal (#1509) 3 years ago
Abasov Akif 43a16c8e77
Throw exception for `String + CSSSelector` with `self` cases. (#1462) 3 years ago