Alexander Gorshenev
b98c88d6fe
Add Falling Balls MPP example
...
Author:Alexander Gorshenev <alexander.gorshenev@jetbrains.com>
Co-authored-by: Alexey Tsvetkov <alexey.tsvetkov@jetbrains.com>
Co-authored-by: Nikolay Igotti <igotti@gmail.com>
3 years ago
Alexey Tsvetkov
ad394bada4
Fix web components build & publishing
3 years ago
Alexey Tsvetkov
8f99b0dd8a
Use correct compiler plugin for native
3 years ago
Alexey Tsvetkov
d08c4d13cc
Add publishing infrastructure for MPP targets
3 years ago
Alexey Tsvetkov
1deb4295c1
Download and setup ninja
3 years ago
Alexander Gorshenev
c5b22a6722
Moved to ndk 23 and other prebuilt updates
3 years ago
Alexey Tsvetkov
3ea7ce3e12
Update Compose submodule
3 years ago
akurasov
46ca39d510
Adding obfuscation info ( #1624 )
...
* Update README.md
* Update README.md
3 years ago
Oleksandr Karpovich
a4604d4a72
web: make Nth.Functional, Nth.Odd, Nth.Even private ( #1633 )
...
add corresponding public functions and values instead
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Shagen Ogandzhanian
abc6d1f60a
[web] Force kotlin/js to use node@16.13.1
3 years ago
Shagen Ogandzhanian
4fd239ed89
[web] Run Firefox in unit tests headlessly
3 years ago
Thomas Vos
cf106640cd
Fix url in README.md ( #1614 )
3 years ago
Shagen Ogandzhanian
87d983e0a5
Fix for Nth.Functional ( #1609 )
3 years ago
akurasov
2640730e4a
Adding transparent windows information to the Window API tutorial ( #1601 )
...
* Adding transparent windows information
Also closes https://github.com/JetBrains/compose-jb/issues/1339
* Update README.md
3 years ago
Igor Demin
b2213e3132
Fix Todo example Deps ( #1607 )
...
task `gradlew jsBrowserDevelopmentRun` didn't work
3 years ago
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>
3 years ago
akurasov
004e2f2c2a
Update README.md
3 years ago
Shagen Ogandzhanian
211fe2e63f
Introduce separate test for stylesheet inheritance
3 years ago
akurasov
5dc1744501
Update FEATURES.md
3 years ago
akurasov
d2789b096d
Adding Kotlin compatibility information
3 years ago
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>
3 years ago
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>
3 years ago
akurasov
9697f8fe6d
Update README.md
3 years ago
Mahdi Hosseinzadeh
4bcc1f1ba4
Fix a broken link ( #1589 )
3 years ago
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> `
3 years ago
Shagen Ogandzhanian
7cd130ba11
Remove "fat" Dockerfile - it was used for building compose-web but it does not anymore
3 years ago
Oleksandr Karpovich
cf30c33b9c
web: update Style DSL tutorial ( #1567 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
de2e3bc262
Update validateExamples.sh
3 years ago
Igor Demin
3c466d8530
Update validateExamples.sh
3 years ago
Igor Demin
b811013545
Update validateExamples.sh
3 years ago
Igor Demin
6633d0d23b
Script for validating examples on CI (fix permissions)
3 years ago
Igor Demin
9ae5da0dcd
Script for validating examples on CI
3 years ago
Igor Demin
a05d9b2ee1
Script for validating examples on CI
3 years ago
Igor Demin
531d2ef3f9
Update README.md
3 years ago
Shagen Ogandzhanian
798f0ac1ab
Kotlin testing reuse ( #1562 )
3 years ago
Shagen Ogandzhanian
90cb181a71
Core with Frefox tests enabled ( #1563 )
3 years ago
Igor Demin
c40f1b645b
Revert Move Compose
3 years ago
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
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>
3 years ago
Shagen Ogandzhanian
a1f923399f
Plugin path resolution customization ( #1549 )
3 years ago
Nikolay Igotti
834dc94e5b
Visual effects ( #1547 )
3 years ago
Oleksandr Karpovich
9dce4fe0fc
web: add KT-48273 workaround to web-integration-core module
3 years ago
Oleksandr Karpovich
716ae31757
add common issues section to Web/Getting_Started tutorial
3 years ago
Oleksandr Karpovich
a0366766a6
add links to web tutorials to the main README.md
3 years ago
Igor Demin
74d536dfa8
Fix dark theme in widgets example ( #1536 )
3 years ago
Oleksandr Karpovich
b29bd17944
update web tutorial: add info about --continuous flag
3 years ago
Oleksandr Karpovich
0fe4c73f81
web: remove warning about experimental in tutorials
3 years ago
Igor Demin
20d103f6a7
Update README.md
3 years ago
Nikolay Igotti
2289a2c1f9
Update README.md
3 years ago
Nikolay Igotti
706eb786df
Update FEATURES.md
3 years ago