Alexey Tsvetkov
f3a403b321
Additional CI fixes ( #1696 )
...
* Fix components script compilation
* Add script to run Gradle with Compose properties set up
It's useful for running a single task in
the included Compose build.
* Set default JVM target to 11 if it is lower
* Update Compose submodule
3 years ago
Oleksandr Karpovich
479add7c89
add BouncingBalls example to falling-balls-mpp ( #1699 )
...
* add BouncingBalls example to falling-balls-mpp
* add new bouncing balls at click position instead of a random coordinates
* review improvements
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Dmitry
ac2d5157fb
add mavenCentral() to pluginManagement ( #1690 )
3 years ago
Shagen Ogandzhanian
a052f280d9
Temporary fix for subsituting default vulnerable dependency from kotlin/js build workflow
3 years ago
akurasov
900f042891
Adding NY animation ( #1681 )
3 years ago
Vivek Sharma
6e8107bd80
Update Navigation README.md ( #1685 )
3 years ago
Thomas Vos
162cde2bfc
Add option to set macOS build version ( #1612 )
3 years ago
Max Rumpf
8f1f049a23
Improve obfuscation docs and add ProGuard example ( #1658 )
3 years ago
Alexey Tsvetkov
387fa07bd8
Simplify configuration for web and uikit apps ( #1682 )
3 years ago
Oleksandr Karpovich
5bc0616116
web: add missing webpack.config.d in web-compose-in-js example ( #1683 )
3 years ago
Oleksandr Karpovich
38e17c1955
web: add example for dom-based-composables usage in plain JS ( #1677 )
...
* web: add example for dom-based-composables usage in plain JS
* web: add example for dom-based-composables usage in plain JS (review improvements)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
a7ea7b7767
move Compose submodule and update mpp demo ( #1678 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
akurasov
edd59c08f1
Update CHANGELOG.md
3 years ago
Stefan Wärting
c60b6f9669
Rename ci/docker/linux/README.MD -> ci/docker/linux/README.md ( #1659 )
3 years ago
Alexey Tsvetkov
8ff2a324b6
More CI fixes ( #1649 )
...
* Update Kotlin in SplitPane component
* Use skiko-awt-* artifacts instead of skiko-jvm-*
3 years ago
Alexey Tsvetkov
11918f3e8a
Fix MPP CI issues ( #1645 )
...
* Fix compilation of SplitPane
* Fix Gradle tests
3 years ago
Alexey Tsvetkov
8e335c9d21
Switch main components build to Gradle 7.3.3 ( #1643 )
...
Using one version of Gradle improves build
performance and dev experience by
reusing Gradle daemons, using less storage
& copying for Gradle cache, etc
3 years ago
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