Commit Graph

288 Commits

Author SHA1 Message Date
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
Nikolay Igotti
834dc94e5b Visual effects (#1547) 2021-12-07 10:27:02 +03:00
Igor Demin
74d536dfa8 Fix dark theme in widgets example (#1536) 2021-12-03 19:01:59 +03:00
Igor Demin
559e9364f1 Move examples to 1.0.0 (#1524) 2021-12-01 20:23:48 +03:00
Oleksandr Karpovich
f19d5fb66a update web-landing: fix padding for WtContainer 2021-12-01 16:42:54 +01:00
Oleksandr Karpovich
a9156f5787 update web-landing content according to new version (1.0.0-rc12) (#1523)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-12-01 16:24:30 +01:00
Igor Demin
3e34d5e756 Fix Todo example for Android 2021-12-01 17:10:01 +03:00
Igor Demin
3ed28dde02 Fix Todo example for Android 2021-12-01 17:08:24 +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
2300750f32 Move todoapp to 10.0.0-rc12 2021-12-01 16:18:41 +03:00
Igor Demin
21473b13f1 Move to 1.0.0-rc12 (#1518)
* Move build_from_cli

* Migrate to 1.0.0-rc12

* Comment about LWJGL

* Update Tutorials
2021-12-01 15:37:02 +03:00
breandan
d6fea59754 add OptIn annotation to falling-balls-web demo (#1364) 2021-11-12 10:33:49 +03:00
Nikolay Igotti
01530c022c Move examples to 1.0.0-beta5 2021-10-29 01:10:27 +03:00
Igor Demin
d1c5bcd853 Examples. Issues stayed opened even after closing the window 2021-10-25 13:45:34 +03:00
Igor Demin
591475fa08 Examples. Issues stayed opened even after closing the window 2021-10-25 13:45:05 +03:00
Igor Demin
6c27a86f1c Examples. ImageViewer. 1.0.0-beta1 2021-10-25 13:11:20 +03:00
Igor Demin
a800404be3 Examples. Issues. 1.0.0-beta1 2021-10-25 13:04:04 +03:00
Igor Demin
6e298d69c1 Codeviewer. 1.0.0-beta1 2021-10-25 12:45:15 +03:00
Igor Demin
ade07cb465 Examples. Notepad. Move to 1.0.0-beta1 2021-10-25 12:17:53 +03:00
Nikolay Igotti
8ba3ba00d9 Move Web demos to 1.0.0-beta1 2021-10-25 11:27:44 +03:00
Nikolay Igotti
799f9d82c5 Small cleanup in widgets gallery 2021-10-25 10:54:08 +03:00
Nikolay Igotti
b176da7128 Examples and templates to 1.0.0-beta1 (#1296) 2021-10-22 16:13:33 +03:00
Nikolay Igotti
8002705c9e Update codeviewer example (#1292) 2021-10-22 11:46:55 +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
6ac15ac3d0 Fix widgets gallery example 2021-10-20 19:12:19 +03:00
akurasov
52253a2777 Switching notepad App to latest Compose build (#1283)
* Switching notepad App to latest Compose build

* Switching to latest Compose build and making UI more consistent
2021-10-20 15:24:14 +03:00
Nikolay Igotti
88573dc98d Fix web-with-react demo 2021-10-20 12:15:09 +03:00
Nikolay Igotti
2180e42a2f Fix web-landing sample 2021-10-20 12:10:49 +03:00
Nikolay Igotti
d0523839dd Move web birds demo to 0.0.0-master-build413 2021-10-20 09:53:44 +03:00
Nikolay Igotti
c3e3fa30e2 Move image viewer to 0.0.0-master-build413 2021-10-20 09:32:29 +03:00
Nikolay Igotti
5d49936246 Move Falling Balls to 0.0.0-master-build413 2021-10-20 09:25:00 +03:00
Arkadii Ivanov
a823edbd75 Simplified TodoApp example (#1252)
* Added simplified TodoApp example

* Move Dialog and Scrollbars to Utils.kt

* Use by mutableStateOf

* Added todoapp-lite to the main README file
2021-10-13 21:19:01 +03:00
Arkadii Ivanov
bcbe9296a6 Migrated TodoApp sample iOS app to embedAndSignAppleFrameworkForXcode (#1187) 2021-09-29 16:03:08 +03:00
Nikolay Igotti
929b28787d Mostly move to 1.0.0-alpha4-build361 2021-09-27 17:59:28 +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
Shagen Ogandzhanian
ced58ee707 Build web with gradle@7.1.1 and web-landing example 2021-08-26 16:10:53 +02:00
fauxvillage
da19a19e9a corrrect package name in nativeDistributions (#1042)
* corrrect package name in nativeDistributions

* Update build.gradle.kts

Co-authored-by: akurasov <86794754+akurasov@users.noreply.github.com>
2021-08-12 13:35:45 +03:00
Arkadii Ivanov
1564fb5791 Move TodoApp previews to compose-ui module (#1002) 2021-08-10 11:14:14 +03:00
Arkadii Ivanov
696d20c931 Update TodoApp dependencies (#1001) 2021-08-09 12:23:46 +03:00
Daniil Shevtsov
592714daa1 Fix compose web examples source code links (#1006)
* Fix web landing link

* Fix falling balls source code link
2021-08-05 12:59:13 +03:00
Oleksandr Karpovich
6b27ff0256 web: update compose logo in web-landing example 2021-08-04 13:25:20 +02:00
Oleksandr Karpovich
fe560b68e1 web: remove web-getting-started example
It was quite trivial. Instead, we have a sufficient tutorial https://github.com/JetBrains/compose-jb/tree/master/tutorials/Web/Getting_Started
2021-08-04 08:46:13 +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
Nikolay Igotti
481912092d Move to rc5 2021-08-03 21:29:54 +03:00
Roman Sedaikin
8b16eea289 Updated imageviewer example to use CoroutineScope (loading and processing images). 2021-08-03 19:15:49 +03:00
Igor Demin
aa531e7b32 Codeviewer. Refactor 2021-08-03 13:48:52 +03:00
Nikolay Igotti
05488353ca MOved todoapp to 1.0.0-alpha1-rc3 2021-08-03 10:33:10 +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