Oleksandr Karpovich
93b513458d
Update for k/wasm ( #4009 )
...
This a comanion PR to
https://github.com/JetBrains/compose-multiplatform-core/pull/914
Resources lib doesn't contain k/wasm target yet. It will be added in a
separate PR
---------
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
11 months ago
Igor Demin
59eda00380
Rename Web to HTML ( #2997 )
...
1. Rename "compose.web" to "compose.html" in Gradle DSL
2. Rename maven artifacts (with backward compatible "relocation" artifact)
3. Rename "web" folder to "html"
Will do in support/1.4.0 branch
1. Move examples/web-* to examples/html/*
2. Rename Tutorials/Web to Tutorials/HTML
3. Rename "Compose for Web" to "Compose HTML Library" in the tutorials
2 years ago
Igor Demin
63846c63c0
Compose 1.2.1 ( #2453 )
2 years ago
Igor Demin
529230ce88
Rename COMPOSE_CORE_VERSION and COMPOSE_WEB_VERSION to compose.version ( #2365 )
...
as in the other places
2 years ago
Philip Wedemann
ca03e09c86
Add pom information and license to Web artifacts ( #2195 )
...
* Add pom information and license to Web artifacts
* Update build.gradle.kts
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
2 years ago
Oleksandr Karpovich
91a60dc014
remove deprecated compose.web.web-widgets from the source code ( #2294 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2 years ago
Oleksandr Karpovich
e69ac23dbf
Move compose + use kotlin 1.6.21 ( #2025 )
...
* Move compose
* Update kotlin version to 1.6.20
* Move compose + Update kotlin version to 1.6.21
* Move compose to include a fix for compose plugin (kjs specific)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
alexander-gorshenev
7b17474c83
Missing repo and latest jb main ( #1976 )
...
* Added missing coroutines dev maven repository
* Advanced to the latest jb-main
3 years ago
Shagen Ogandzhanian
44cc13add1
Enable warning as errors by default in web ( #1803 )
3 years ago
Martynas Petuška
f98dfbc761
web: AttrsScope interface extraction ( #1694 )
...
* AttrsScope interface extraction
* PR amendments
* resolve conflicts
* remove yarn lockfile
* move submodule back
3 years ago
Alexey Tsvetkov
ad394bada4
Fix web components build & publishing
3 years ago
Shagen Ogandzhanian
abc6d1f60a
[web] Force kotlin/js to use node@16.13.1
3 years ago
Shagen Ogandzhanian
798f0ac1ab
Kotlin testing reuse ( #1562 )
3 years ago
Shagen Ogandzhanian
a1f923399f
Plugin path resolution customization ( #1549 )
3 years ago
Shagen Ogandzhanian
f96eeea220
[web] Common config for printing test results to STDOUT
3 years ago
Shagen Ogandzhanian
4d727f7d5d
[web] [build] printTestBundleSize depends on jsTest
3 years ago
Shagen Ogandzhanian
fdc9c5df5e
[web] [build] stricter guards for printTestBundleSize
3 years ago
Shagen Ogandzhanian
a1310f1b24
Always print testBundleSize after jsTest (if available)
3 years ago
Shagen Ogandzhanian
fce9010353
[web] Introduce printTestBundleSize task
3 years ago
Shagen Ogandzhanian
a22bd9f889
Reintroduce printBundleSize for samples
3 years ago
Shagen Ogandzhanian
36295121a2
Remove web samples completely
...
We've decided to move in different direction
3 years ago
Shagen Ogandzhanian
87477236ec
Add google repo for all web modules, samples and examples
3 years ago
Shagen Ogandzhanian
3902bf2768
Introduce printBundleSize to all web sample projects
...
And remove it from benchmarks
3 years ago
Shagen Ogandzhanian
6fa567032e
Autogenerate all web examples from samples
...
That would make it easier to keep them consistent and to test them
continuously
3 years ago
Shagen Ogandzhanian
ab3ac73f83
Build all web examples with -Pcompose.web.buildSamples=true
3 years ago
Igor Demin
581b5f0b0a
Update Compose + Migrate to 0.5.0-build262 / Kotlin 1.5.21 ( #916 )
3 years ago
Shagen Ogandzhanian
c5b1e29f15
Add posibility to install missing chrome drivers for local development
3 years ago
Shagen Ogandzhanian
65f47c8a82
Optionally building web examples along with the rest of web modules
3 years ago
Shagen Ogandzhanian
b1328204b8
Make consistent multi-platform plugin invocation throughout web modules and examples
3 years ago
Oleksandr Karpovich
f19ef64a56
Update compose web: use kotlin 1.5.10 and new version of compose runtime and compiler
3 years ago
Shagen Ogandzhanian
4aa25306a4
Update web components to kotlin 1.5 and the new version of Compose Core (with kotlin 1.5)
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Shagen Ogandzhanian
d501a6f721
[web] Set group id and version as a simple project properties
...
As opposed to the failed attempt of configurating it via publishing
Also: Update path in compose.web.web accordingly
4 years ago
Shagen Ogandzhanian
3dcc3db2ec
Put COMPOSE_WEB_VERSION to the gradle properties and do not invoke System.getEnv directly
...
Using getEnv at this phase leads to a configuration error. It's most
likely a bug in gradle.
4 years ago
Shagen Ogandzhanian
cdce1de626
Resolve compose plugin version from gradle.properties
4 years ago
Shagen Ogandzhanian
2e3220451f
Convert web/build.gradle to build.gradle.kts
4 years ago
Shagen Ogandzhanian
86c6f57b6d
Configuration for publishing web artefacts
4 years ago
Shagen Ogandzhanian
4939374bd0
Publish coordinated for web artifacts
4 years ago
Shagen Ogandzhanian
6b9a7c4989
Rename core and integration to web-core and web-integration
...
Also: share logic only between subprojects and make maven publication a default option
4 years ago
Shagen Ogandzhanian
b69986a2aa
[web] correct repository configuration
4 years ago
Shagen Ogandzhanian
f4987d0ce9
Pull web components from androidx-compose
4 years ago