Oleksandr Karpovich
d0d272897b
Fix `add1kItems` benchmark to avoid it getting swallowed on CI
...
Now it will repeat only 3 times instead of default (5).
3 years ago
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>
3 years ago
Igor Demin
a6ea8e2930
Update CHANGELOG.md
3 years ago
Shagen Ogandzhanian
d9509dd17e
Remove CSSSizeOrAuto completely
...
Use CSSAuto or CSSSize instead (and overloading when needed)
3 years ago
Shagen Ogandzhanian
67244aec5e
CSSProperties is CSSSizeOrAuto-agnostic
3 years ago
Shagen Ogandzhanian
0a39d4681f
Remove unused (and non-existent) CSSTypedUnitValue
3 years ago
Shagen Ogandzhanian
7d4e3307ac
Move parse definition from CSSNumericValueJS to CSSNumericValue
3 years ago
Shagen Ogandzhanian
7022ab225a
CSSSizeValue child interfaces are not external
3 years ago
Shagen Ogandzhanian
c5b661850b
Remove CSSNumericValue::equals since it clashes with regular equals and can not be actually called
...
Our goal is not to provide precise CSSOM model but a convenient
composable css API and users are supposed to be agnostic about CSSOM
3 years ago
Shagen Ogandzhanian
de42b05b99
Introduce CSSUnitApiTests and slightly modify API according to the results of such testing
3 years ago
Shagen Ogandzhanian
8e546f84f8
Get rid of redundnant typecases in CSSUnits
3 years ago
Philip Wedemann
21146ed1d5
Web: Add Hr Element ( #741 )
...
* Add Hr element
* Add Hr Tag
* Add missing HRElement import
* Remove the forbidden content
3 years ago
Philip Wedemann
6773408821
Web: Fix Option usage in Select Element ( #742 )
...
* Fix Option usage in Select Element
* Remove the scope limitation
option could also be placed inside opt group, datalist and select
3 years ago
Shagen Ogandzhanian
a4c7f3d074
CSSSizeOrAutoValue is a marker interface
...
This leads to lie since it's actually not an external interface.
But this is a forgiveable lie, regarding the fact what would come next.
3 years ago
Shagen Ogandzhanian
80f5eae42c
StylePropertyValue does not contain any nested entities
3 years ago
Shagen Ogandzhanian
15a6b5601e
Remove CSSKeywordValue from API completely
...
And subsequently simplify auto invocation
3 years ago
Igor Demin
69dbc82ec8
Update tutorials
3 years ago
Oleksandr Karpovich
b051250388
Add web-core benchmarks with reports to TeamCity ( #724 )
...
* Add web-core benchmarks with reports to TeamCity
* Add a test project for bundle size measurements
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
74bff411d2
Window API tutorial. Listening the state of the window ( #737 )
3 years ago
Nikolay Igotti
a24ad2c433
Update README.md
3 years ago
Oleksandr Karpovich
bfc5a91d2a
Update web tutorials and template to conform the latest API changes
3 years ago
Shagen Ogandzhanian
6e3efa2ebb
Update web/CHANGELOG.md after releasing 0.0.0-web-dev-14
3 years ago
Shagen Ogandzhanian
de2ee4c8e5
Update web tutorial
3 years ago
Oleksandr Karpovich
59470f36c6
dom: Add a test for `auto` keyword in inline style
3 years ago
Shagen Ogandzhanian
3962c5cf23
Revert "Commonize CSS interfaces and remove polyfill dependency"
...
This reverts commit 8e2176b029
.
3 years ago
Shagen Ogandzhanian
33c22c2e62
Update web examples to 0.0.0-web-dev-14
3 years ago
Igor Demin
e65dc8c89f
Update tutorials
3 years ago
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
3 years ago
Igor Demin
cbfc9c4d6b
Update tutorials
3 years ago
Shagen Ogandzhanian
2132dac284
Prepare examples for the publicaiton of 0.0.0-web-dev-14
3 years ago
Shagen Ogandzhanian
f10eb96974
Make content nullable so that we won't pass even empty lambda
3 years ago
Shagen Ogandzhanian
8d2df5792d
Add web-with-react to the list of optionally build examples
3 years ago
Shagen Ogandzhanian
c49d0e408c
Add web_landing to the list of examples optionally built with web
3 years ago
Shagen Ogandzhanian
65f47c8a82
Optionally building web examples along with the rest of web modules
3 years ago
Akif Abasov
8e2176b029
Commonize CSS interfaces and remove polyfill dependency
3 years ago
Igor Demin
e6dfc33f3a
Remove mavenLocal from templates, keep in examples ( #719 )
3 years ago
Nikolay Igotti
a7b8372579
Use Gradle 6.9 in Notepad example
3 years ago
Shagen Ogandzhanian
b1328204b8
Make consistent multi-platform plugin invocation throughout web modules and examples
3 years ago
Igor Demin
0dca246ce1
Update Window API tutorial
3 years ago
Nikolay Igotti
d0a19a0182
Update CHANGELOG.md
3 years ago
Igor Demin
479263b821
Update CHANGELOG.md
3 years ago
Igor Demin
d8d693c09d
Tutorials for new Composable Windows API ( #721 )
3 years ago
Igor Demin
17699dc8dc
Notepad example ( #712 )
3 years ago
Oleksandr Karpovich
e727dab151
Add a template for building snippets from web tutorials
3 years ago
Shagen Ogandzhanian
e6ed151d7a
Don't rely on local maven repository anywhere in web examples
3 years ago
Nikolay Igotti
0b363d6859
Make template tunable.
3 years ago
Nikolay Igotti
1f039ab310
Check web tutorials as well
3 years ago
Igor Demin
cb3794a27e
Docs for 0.4.0 ( #722 )
3 years ago
Nikolay Igotti
0dc9bf0104
Move to 0.4.0
3 years ago
Shagen Ogandzhanian
34c0d67a1d
[build] Simplify module creation in web
3 years ago