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
3 years ago
Igor Demin
559e9364f1
Move examples to 1.0.0 ( #1524 )
3 years ago
Oleksandr Karpovich
17194020d9
web: update web examples to 1.0.0-rc12 ( #1517 )
...
* web: move web-landing to 1.0.0-rc12
* web: move falling-balls-web to 1.0.0-rc12
* web: move web-compose-bird to 1.0.0-rc12
* web: move web-with-react example to 1.0.0-rc12
* web: update todoapp to 1.0.0-rc12
* web: use 1.0.0-rc12 in examples
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Nikolay Igotti
01530c022c
Move examples to 1.0.0-beta5
3 years ago
Nikolay Igotti
8ba3ba00d9
Move Web demos to 1.0.0-beta1
3 years ago
Nikolay Igotti
d0523839dd
Move web birds demo to 0.0.0-master-build413
3 years ago
Oleksandr Karpovich
3eda879730
update web examples to workaround a bug when using `jsRun` ( #1166 )
...
see https://youtrack.jetbrains.com/issue/KT-48273
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Shagen Ogandzhanian
27fda5b777
Force webpack@4.0.0 for web examples
...
This is a temporary fix for https://github.com/JetBrains/compose-jb/issues/1100
3 years ago
Nikolay Igotti
d499b350a2
Move to 1.0.0-alpha1
3 years ago
Nikolay Igotti
242ec6bbf9
Cleanup samples and adjust for rc5
3 years ago
Shagen Ogandzhanian
36295121a2
Remove web samples completely
...
We've decided to move in different direction
3 years ago
Shagen Ogandzhanian
16852696f5
Switch all web examples and web template to 1.0.0-alpha1-rc1
3 years ago
Shagen Ogandzhanian
87477236ec
Add google repo for all web modules, samples and examples
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
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>
3 years ago
theapache64
c63ade0ba9
Update web-compose-bird example ( #934 )
...
* bump compose version to 0.5.0-build262 and multiplatform version to 1.5.21
* add method comments
* update demo gif
3 years ago
Oleksandr Karpovich
774b9793f5
Update web examples to use 0.5.0-build235
3 years ago
Shagen Ogandzhanian
1a7a1fbbd3
Update web examples after releasing 0.5.0-build228
3 years ago
Shagen Ogandzhanian
4937918a28
Update examples after publishing 0.5.0-build226
3 years ago
theapache64
7f90700f8d
Compose Web Example - Compose Bird ( #797 )
...
* add new compose web example - compose bird
* bump compose web version and fix breaking changes
* refresh .gitignore with new rules
* update README
3 years ago
Shagen Ogandzhanian
c8794cbad6
Update web examples after the 0.5.0-build225 release
3 years ago
Shagen Ogandzhanian
94e7ee43cf
Update examples to 0.5.0-build222
3 years ago
Shagen Ogandzhanian
492a5227e1
Update examples to 0.5.0-build221
3 years ago
Shagen Ogandzhanian
33c22c2e62
Update web examples to 0.0.0-web-dev-14
3 years ago
Nikolay Igotti
e817408595
Use 0.4.0-rc2 in examples ( #720 )
3 years ago
Shagen Ogandzhanian
b369e7e0b6
Switch web-getting-started to 0.0.0-web-dev-13
3 years ago
Nikolay Igotti
bc12dacee8
Move to 0.0.0-web-dev-11
4 years ago
Oleksandr Karpovich
e4d34c8250
Add `getting started with compose web` project to examples
4 years ago