Commit Graph

1231 Commits

Author SHA1 Message Date
Oleksandr Karpovich
e32ef7bfb5 web: karma runner patch (#1597)
* web: karma runner patch

* web: karma runner patch

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-12-15 15:03:31 +01:00
akurasov
004e2f2c2a Update README.md 2021-12-15 13:25:49 +03:00
Shagen Ogandzhanian
211fe2e63f Introduce separate test for stylesheet inheritance 2021-12-14 17:09:28 +01:00
akurasov
5dc1744501 Update FEATURES.md 2021-12-14 18:58:07 +03:00
akurasov
d2789b096d Adding Kotlin compatibility information 2021-12-14 17:59:01 +03:00
Oleksandr Karpovich
5d8f0fe103 web: increase timeout for tests (in karma.config.common.d) (#1592)
* web: increase timeout for tests (in karma.config.common.d)

* web: add semicolons in karma.config.common.d

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-12-14 15:52:10 +01: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
akurasov
9697f8fe6d Update README.md 2021-12-14 17:11:04 +03:00
Mahdi Hosseinzadeh
4bcc1f1ba4 Fix a broken link (#1589) 2021-12-14 11:44:36 +03:00
Shagen Ogandzhanian
81f167f589 Remove redundant braces for CSS units with unary minus
It's redundant since we have `operator fun <T: CSSUnit> CSSSizeValue<T>.unaryMinus(): CSSSizeValue<T> `
2021-12-13 17:10:58 +01:00
Shagen Ogandzhanian
7cd130ba11 Remove "fat" Dockerfile - it was used for building compose-web but it does not anymore 2021-12-09 17:08:11 +01:00
Oleksandr Karpovich
cf30c33b9c web: update Style DSL tutorial (#1567)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-12-09 13:16:56 +01:00
Igor Demin
de2e3bc262 Update validateExamples.sh 2021-12-08 22:18:39 +03:00
Igor Demin
3c466d8530 Update validateExamples.sh 2021-12-08 21:59:24 +03:00
Igor Demin
b811013545 Update validateExamples.sh 2021-12-08 21:40:03 +03:00
Igor Demin
6633d0d23b Script for validating examples on CI (fix permissions) 2021-12-08 19:57:44 +03:00
Igor Demin
9ae5da0dcd Script for validating examples on CI 2021-12-08 18:01:22 +03:00
Igor Demin
a05d9b2ee1 Script for validating examples on CI 2021-12-08 17:56:49 +03:00
Igor Demin
531d2ef3f9 Update README.md 2021-12-08 15:28:36 +03:00
Shagen Ogandzhanian
798f0ac1ab Kotlin testing reuse (#1562) 2021-12-08 13:03:06 +01:00
Shagen Ogandzhanian
90cb181a71 Core with Frefox tests enabled (#1563) 2021-12-08 12:45:46 +01:00
Igor Demin
c40f1b645b Revert Move Compose 2021-12-08 12:19:14 +03: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
Oleksandr Karpovich
046f225846 web: workaround flaky CI test runner (#1550)
* web: workaround flaky CI test runner

* Move config path to test-utils/conf/karma.config.common.d

* Reusing same karma config everywhere aprt benchmarks

it looks like we can have only one karma config directory

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
Co-authored-by: Shagen Ogandzhanian <shagen.ogandzhanian@jetbrains.com>
2021-12-07 17:40:57 +01:00
Shagen Ogandzhanian
a1f923399f Plugin path resolution customization (#1549) 2021-12-07 15:27:53 +01:00
Nikolay Igotti
834dc94e5b Visual effects (#1547) 2021-12-07 10:27:02 +03:00
Oleksandr Karpovich
9dce4fe0fc web: add KT-48273 workaround to web-integration-core module 2021-12-06 10:28:11 +01:00
Oleksandr Karpovich
716ae31757 add common issues section to Web/Getting_Started tutorial 2021-12-06 10:18:00 +01:00
Oleksandr Karpovich
a0366766a6 add links to web tutorials to the main README.md 2021-12-06 10:08:56 +01:00
Igor Demin
74d536dfa8 Fix dark theme in widgets example (#1536) 2021-12-03 19:01:59 +03:00
Oleksandr Karpovich
b29bd17944 update web tutorial: add info about --continuous flag 2021-12-02 21:32:04 +01:00
Oleksandr Karpovich
0fe4c73f81 web: remove warning about experimental in tutorials 2021-12-02 15:10:42 +01:00
Igor Demin
20d103f6a7 Update README.md 2021-12-02 16:51:13 +03:00
Nikolay Igotti
2289a2c1f9 Update README.md 2021-12-02 15:32:46 +03:00
Nikolay Igotti
706eb786df Update FEATURES.md 2021-12-02 15:31:57 +03:00
Nikolay Igotti
d1aac8324a Update README.md 2021-12-02 15:30:34 +03:00
Igor Demin
fd614693ab Update README.md 2021-12-02 15:22:52 +03:00
Igor Demin
46d8c51d27 Update README.md 2021-12-02 15:22:37 +03:00
Oleksandr Karpovich
edb35e4c0d Update FEATURES.md (#1534) 2021-12-02 13:19:21 +01:00
Igor Demin
c3c4955c6c Update README.md 2021-12-02 15:10:02 +03:00
Nikolay Igotti
e935ab8e89 Update README.md 2021-12-02 15:09:49 +03:00
Nikolay Igotti
9063532c56 Update README.md 2021-12-02 15:07:14 +03:00
Nikolay Igotti
3831e92f3b Update README.md 2021-12-02 15:06:49 +03:00
Nikolay Igotti
2110f3421b Update README.md 2021-12-02 15:03:39 +03:00
Nikolay Igotti
bf266bcd50 Update README.md 2021-12-02 14:59:23 +03:00
Nikolay Igotti
f5eecd7ab2 Update README.md 2021-12-02 14:51:38 +03:00
Oleksandr Karpovich
b9772b584f web: add tutorial about Controlled and Uncontrolled inputs (#1533)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-12-02 12:41:53 +01:00
akurasov
3a0a565de8 Update README.md 2021-12-02 14:40:15 +03:00
akurasov
20cd216276 Update README.md 2021-12-02 14:39:54 +03:00
Igor Demin
3e1d41a840 Update README.md 2021-12-02 14:33:10 +03:00