Commit Graph

31 Commits

Author SHA1 Message Date
Igor Demin
9fa322a3ee Upgrade to 1.2.0-beta02 2022-10-03 01:51:23 +02:00
Igor Demin
a208ecba73 Upgrade to 1.2.0-beta01 2022-09-30 19:26:10 +02:00
Nikolay Igotti
4af260d36a Move to 1.1.0 (#1882)
Co-authored-by: Roman Sedaikin <roman.sedaikin@jetbrains.com>
Co-authored-by: Igor Demin <igordmn@gmail.com>
2022-02-25 20:48:49 +03:00
Alexey Tsvetkov
d23806a3f4 Update examples (#1740)
* Update examples to Gradle 7.3.3

Resolves #1654

* Update compose and agp in examples

Resolves #1117

* Fix gradle plugins classloading in examples and templates

* Make falling balls mpp compatible with examples checker
2022-01-24 13:16:39 +03:00
Oleksandr Karpovich
e902beeece release 1.0.1-rc2 with 1.6.10 (#1590)
* move to kotlin 1.6.10-RC and corresponding compose commit

* Update path to the karma plugin we are patching

* Add ExperimentalComposeWebStyleApi

what worries me that this actually shows that there are some cases where without any changes apart version compiler people will have to worry about such annotations

* update kotlin version in templates to adopt 1.6.10-RC

* web: move ComposableWithNullableTypeParameter.kt to passing test cases

* update kotlin version in other places

* update imageviewer example: add OptIn for experimental API

* move compose

* move to kotlin 1.6.10 and corresponding compose

* move to kotlin 1.6.10 and corresponding compose

* move to 1.0.1-rc2

* move to 1.0.1-rc2 (todoapp)

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
Co-authored-by: Shagen Ogandzhanian <shagen.ogandzhanian@jetbrains.com>
2021-12-14 15:19:20 +01:00
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
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>
2021-12-01 14:36:02 +01:00
Nikolay Igotti
01530c022c Move examples to 1.0.0-beta5 2021-10-29 01:10:27 +03:00
Nikolay Igotti
d876ecb0c4 Fix examples, move all of them to Gradle 7.1.1 2021-10-22 10:15:19 +03:00
Nikolay Igotti
88573dc98d Fix web-with-react demo 2021-10-20 12:15:09 +03:00
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>
2021-09-15 17:31:52 +02:00
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
2021-09-10 11:55:38 +02:00
Nikolay Igotti
d499b350a2 Move to 1.0.0-alpha1 2021-08-04 09:41:56 +03:00
Nikolay Igotti
242ec6bbf9 Cleanup samples and adjust for rc5 2021-08-03 23:04:15 +03:00
Shagen Ogandzhanian
36295121a2 Remove web samples completely
We've decided to move in different direction
2021-08-02 15:57:57 +02: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
Shagen Ogandzhanian
87477236ec Add google repo for all web modules, samples and examples 2021-07-30 19:05:34 +02:00
Shagen Ogandzhanian
6fa567032e Autogenerate all web examples from samples
That would make it easier to keep them consistent and to test them
continuously
2021-07-29 15:02:21 +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
Eric Pabst
386ca357d0 Simplify Compose in React example (#823)
There is no need to use the attrs function.
2021-07-07 18:02:32 +02:00
Oleksandr Karpovich
774b9793f5 Update web examples to use 0.5.0-build235 2021-07-06 11:59:13 +02:00
Shagen Ogandzhanian
1a7a1fbbd3 Update web examples after releasing 0.5.0-build228 2021-06-30 15:57:29 +02:00
Shagen Ogandzhanian
4937918a28 Update examples after publishing 0.5.0-build226 2021-06-23 23:18:59 +02:00
Shagen Ogandzhanian
c8794cbad6 Update web examples after the 0.5.0-build225 release 2021-06-15 20:26:01 +02:00
Shagen Ogandzhanian
94e7ee43cf Update examples to 0.5.0-build222 2021-06-09 19:07:08 +02:00
Shagen Ogandzhanian
492a5227e1 Update examples to 0.5.0-build221 2021-06-08 21:12:39 +02:00
Shagen Ogandzhanian
33c22c2e62 Update web examples to 0.0.0-web-dev-14 2021-06-01 20:13:10 +02:00
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
2021-06-01 18:39:12 +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
Oleksandr Karpovich
a1d2f86609 Compose-Web with React examples (#693)
* Add compose-web example with a react component
* Add example with a compose component in a react app

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-05-25 18:45:50 +02:00