Igor Demin
dbd0a21949
Modify replace.sh for replacing Compose version ( #1511 )
...
Remove:
```
__LATEST_COMPOSE_RELEASE_VERSION__
__KOTLIN_COMPOSE_VERSION__
System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION")
```
They pollute templates/examples.
Now, all paths where we need to change the version are hardcoded in the script.
Usage:
```
./replace.sh 1.0.0-rc6
```
This script is planned to run on CI
In the future I will add support for changing Kotlin version
2021-12-08 10:32:18 +03:00
Igor Demin
559e9364f1
Move examples to 1.0.0 ( #1524 )
2021-12-01 20:23:48 +03:00
Oleksandr Karpovich
84eb629cec
web: fix and update compiler plugin test cases ( #1452 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-11-24 11:27:43 +01:00
Oleksandr Karpovich
742c4a40fd
web: update compiler plugin test cases to make them runnable ( #1447 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-11-23 16:57:46 +01:00
Igor Demin
6fe8be049d
Miggrate to 1.0.0-alpha4-build362 ( #1205 )
2021-09-28 10:38:21 +03:00
Oleksandr Karpovich
d68c432506
web: add tests for ComposableLambdaCalls.kt ( #1121 )
...
* web: add tests for ComposableLambdaCalls.kt
* web update compose version 1.0.0-alpha4-build348
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-09-15 11:52:11 +02:00
Igor Demin
a8bc62c519
Migrate to 1.0.0-alpha4-build328
2021-08-27 23:29:58 +03:00
Igor Demin
c9a7b15e86
Migrate to Kotlin 1.5.30
2021-08-27 20:40:51 +03:00
Oleksandr Karpovich
bb8a69589b
web: Update COMPOSE_CORE_VERSION
2021-08-24 10:51:31 +02:00
Shagen Ogandzhanian
f7070f210d
[web] optionally skip benchmarks (by default enabled)
2021-08-18 00:34:36 +02:00
Oleksandr Karpovich
9dc7137298
web: update COMPOSE_CORE_VERSION=0.0.0-master-build316
...
the build from master contains an important fix for using compose in kotlin/js (composables in constructors).
following (default) builds will include the fix, so normal version can be used again.
2021-08-17 17:10:52 +02:00
Shagen Ogandzhanian
8d16f5a3a2
Remove obsolete and unused COMPOSE_WEB_BUILD_WITH_EXAMPLE build param
2021-08-17 13:41:09 +02:00
Nikolay Igotti
d499b350a2
Move to 1.0.0-alpha1
2021-08-04 09:41:56 +03:00
Shagen Ogandzhanian
16852696f5
Switch all web examples and web template to 1.0.0-alpha1-rc1
2021-08-02 12:48:49 +02:00
Oleksandr Karpovich
b41344ef41
Web/update tutorials and examples ( #942 )
...
* web: Update tutorials (to use 0.5.0-build270)
* web: Update examples (to use 0.5.0-build270 and kotlin 1.5.21)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-07-28 17:50:20 +02:00
Shagen Ogandzhanian
ab3ac73f83
Build all web examples with -Pcompose.web.buildSamples=true
2021-07-27 14:14:37 +02:00
Igor Demin
581b5f0b0a
Update Compose + Migrate to 0.5.0-build262 / Kotlin 1.5.21 ( #916 )
2021-07-21 11:24:17 +03:00
Oleksandr Karpovich
774b9793f5
Update web examples to use 0.5.0-build235
2021-07-06 11:59:13 +02:00
Shagen Ogandzhanian
244f4ce1d8
Fix last integraton test failing in Firefox and enabling it as a default target
2021-07-02 00:54:16 +02:00
Oleksandr Karpovich
e40f7a0d9a
Update web tutorials for 0.5.0-build228 ( #833 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-06-29 16:49:17 +02:00
Oleksandr Karpovich
d87783f319
Fix web/Building_UI tutorial snippet
2021-06-25 11:37:52 +02:00
Shagen Ogandzhanian
5d7c874136
Updae deafult web-core dependency to 0.5.0-build226
2021-06-23 19:47:06 +02:00
Oleksandr Karpovich
fac8a856b3
Update version of compose core for web components - 0.5.0-build225
...
It means that when we build the components locally, the new version will be used (same as for recently published artefacts).
2021-06-18 09:35:19 +02:00
Shagen Ogandzhanian
2132dac284
Prepare examples for the publicaiton of 0.0.0-web-dev-14
2021-06-01 17:13:25 +02:00
Shagen Ogandzhanian
65f47c8a82
Optionally building web examples along with the rest of web modules
2021-06-01 17:13:25 +02:00
Oleksandr Karpovich
f19ef64a56
Update compose web: use kotlin 1.5.10 and new version of compose runtime and compiler
2021-05-26 15:21:23 +02:00
Shagen Ogandzhanian
8c5ebeec48
Switch dependencies back to snapshot
2021-05-25 18:36:46 +02:00
Shagen Ogandzhanian
22af56a06a
Release web@0.0.0-web-dev-13
2021-05-25 18:20:25 +02:00
Shagen Ogandzhanian
06a905e63a
Split web-core to web-core and web-integration
...
This also means that we have new naming for web artifacts in the gradle plugin
2021-05-24 23:17:07 +02:00
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 >
2021-05-24 11:20:11 +02:00
Shagen Ogandzhanian
eca49dc7ff
Update default snapshot version in web to 0.0.9-SNAPSHOT
2021-05-20 19:10:12 +02:00
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.
2021-05-20 17:24:54 +02:00
Shagen Ogandzhanian
2c1964ed46
Update default compose dependency for the web comoponents
2021-05-20 10:18:05 +02:00
Shagen Ogandzhanian
20d56de264
Add missing web/gradle.properties
2021-05-20 08:12:01 +02:00