Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
f4a143dbea6e2e4f7b9548a8b75954a971d42332
269
2021-11-11 16:07:24+03:00
-10,800
['58a799be71e44c4919b1b341fcdd69cee262af91']
Gradle plugin. macOs. Pass icon and name defined in build.gradle to the Dock (#1386) Fixes https://github.com/JetBrains/compose-jb/issues/1342
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -315,6 +31...
Kotlin
d6fea59754020163531870023b4284f51057fcfa
161
2021-11-12 10:33:49+03:00
18,000
['f4a143dbea6e2e4f7b9548a8b75954a971d42332']
add OptIn annotation to falling-balls-web demo (#1364)
[{'old_path': 'examples/falling-balls-web/src/jvmMain/kotlin/modifiers/position.kt', 'new_path': 'examples/falling-balls-web/src/jvmMain/kotlin/modifiers/position.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,7 @@ import org.jetbrains.compose.common.ui.unit.implementation\n import androidx.compose.foun...
Kotlin
db44cc877917a656c51cf4354c45ac8c074a4938
269
2021-11-15 11:42:18+03:00
-10,800
['97980ad510a54d64a8e22a0508aed7cc98aa8f92']
Add material3, mark some libraries as Experiemental (#1390) Checked it on the version 0.0.0-feature-material3-build460 Fixes https://github.com/JetBrains/compose-jb/issues/1335
[{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,6 +32,7 @@ tasks.register("publishComposeJb") {\n ":compose:foundation:foundation",\n ":compose:foundation:foundation-layout",\n ":compose:material:material",\n...
Kotlin
9f2d767492c5c86d9b1b966ecc5afb5ccd0a193c
54
2021-11-15 15:59:21+03:00
-10,800
['892670de1de1d1b909530f05db29654e76fbd48a']
Fix auto closing of maven central repo (#1402) Also remove automatic drop on error. We are not using it, and I'm not sure if it's a good idea anyway.
[{'old_path': 'build-helpers/publishing/src/main/kotlin/org/jetbrains/compose/internal/publishing/MavenCentralProperties.kt', 'new_path': 'build-helpers/publishing/src/main/kotlin/org/jetbrains/compose/internal/publishing/MavenCentralProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,10 +23,6 @@ clas...
Kotlin
588ad2c8c0b3f484d6c1823cd2fb01dbbd5d69ad
54
2021-11-18 13:00:54+03:00
-10,800
['5168a86755144f2d46f39300be554b6bd261f910']
Fix build helpers publishing (#1416) * Fix compatibility with Intellij 2021.3 Resolves #1373 * Use Java reflection * Set Java source & target compatibility for build helpers Otherwise, Gradle might set Gradle metadata attributes in such way, that transitive dependencies of published modules are not resolv...
[{'old_path': 'build-helpers/build.gradle.kts', 'new_path': 'build-helpers/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,8 @@ subprojects {\n plugins.withType(JavaBasePlugin::class.java) {\n afterEvaluate {\n configureIfExists<JavaPluginExtension> {\n+ ...
Kotlin
f7728a004f6ba11f9d34288b7125a800e717abb8
54
2021-11-18 13:01:28+03:00
-10,800
['588ad2c8c0b3f484d6c1823cd2fb01dbbd5d69ad']
Fix compatibility with Intellij 2021.3 (#1406) * Fix compatibility with Intellij 2021.3 Resolves #1373 * Use Java reflection
[]
Kotlin
f96eeea220f596e4994e2b5fe96682cd18d52399
462
2021-11-18 16:04:29+01:00
-3,600
['f7728a004f6ba11f9d34288b7125a800e717abb8']
[web] Common config for printing test results to STDOUT
[{'old_path': 'web/benchmark-core/build.gradle.kts', 'new_path': 'web/benchmark-core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,6 @@ kotlin {\n js(IR) {\n browser() {\n testTask {\n- testLogging.showStandardStreams = true\n useKarm...
Kotlin
39693d4c78f7b75340841e9be0804c96daef4126
462
2021-11-18 16:25:03+01:00
-3,600
['f96eeea220f596e4994e2b5fe96682cd18d52399']
[web] update Chrome and Gecko driver version
[{'old_path': 'web/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'new_path': 'web/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,8 +4,8 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform\n import java.io.File\n import java.net.URL\n ...
Kotlin
3cc961ead36903abe0fa356d97d88bd9ee0961c3
54
2021-11-22 10:09:27+03:00
-10,800
['cc83ad1c7d23a8da77264deb8cdddfaca9956012']
Fix build helpers (#1424) * Fix relocation of download task * Fix environment variable typo * Update build-helpers
[{'old_path': 'build-helpers/build.gradle.kts', 'new_path': 'build-helpers/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,7 +53,7 @@ fun PublishingExtension.configurePublishing(project: Project) {\n credentials {\n username =\n System.getenv("COM...
Kotlin
974ef5683224c06f6194b578e184ca3a85389016
106
2021-11-22 09:55:49+01:00
-10,800
['3cc961ead36903abe0fa356d97d88bd9ee0961c3']
Fix css selectors: combine, sibling (#1418)
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/selectors/CSSSelectors.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/selectors/CSSSelectors.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -248,8 +248,22 @@ fun combine(vararg selectors: CSSSelector) = CSSSelect...
Kotlin
8eeb0db77176efc56ec665af445f26008fd653e8
54
2021-11-22 15:11:09+03:00
-10,800
['974ef5683224c06f6194b578e184ca3a85389016']
Create destination dir if it does not exist (#1438) Otherwise DownloadAction might assume, that the destination is actually a file, when just one file is requested (which is true for some POM only compose modules)
[{'old_path': 'build-helpers/publishing/src/main/kotlin/org/jetbrains/compose/internal/publishing/DownloadFromSpaceTask.kt', 'new_path': 'build-helpers/publishing/src/main/kotlin/org/jetbrains/compose/internal/publishing/DownloadFromSpaceTask.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,7 +45,10 @@ abstra...
Kotlin
3eaab1ff6b778d75569e482ffc1af99dd1b949ec
54
2021-11-22 17:29:22+03:00
-10,800
['8eeb0db77176efc56ec665af445f26008fd653e8']
Make build helpers version configurable (#1439)
[{'old_path': 'compose/settings.gradle.kts', 'new_path': 'compose/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,8 @@ pluginManagement {\n maven("https://maven.pkg.jetbrains.space/public/p/space/maven")\n }\n dependencies {\n- classpath("org.jetbra...
Kotlin
35504f72163db227d138aa483d3647745e9ebc50
85
2021-11-22 22:52:50+03:00
-12,600
['5598db273feb44e95c7706662dd4ba18984d62f9']
Updated README for more clarity (#1281)
[{'old_path': 'tutorials/Web/Getting_Started/README.md', 'new_path': 'tutorials/Web/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -89,7 +89,7 @@ kotlin {\n </html>\n ```\n \n-#### 7. Add the `Main.kt` file:\n+#### 7. Add the `Main.kt` file to the `kotlin`:\n ```kotlin\n import androidx.c...
Kotlin
9d29f50691655707f55c3d1b4c29962c2cbe168d
269
2021-11-23 14:51:58+03:00
-10,800
['cfa87257ae8c1acdb63cf7482d8076e5cd49f28e']
:compose:animation:animation-graphics (#1441)
[{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,6 +29,7 @@ tasks.register("publishComposeJb") {\n listOf(\n ":compose:animation:animation",\n ":compose:animation:animation-core",\n+ ":compose:animation:ani...
Kotlin
1066bcab40e637539a7321ed1000d0a786e91cd1
96
2021-11-23 16:14:30+01:00
-3,600
['9d29f50691655707f55c3d1b4c29962c2cbe168d']
web: add tests for onChange event for checkbox and radiobutton (#1411) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/ControlledInputsTests.kt', 'new_path': 'web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/ControlledInputsTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -137,6 +137,36 @@ class ControlledInputsTe...
Kotlin
742c4a40fdaee6903c600f35e5e8fe3109bb84ce
96
2021-11-23 16:57:46+01:00
-3,600
['1066bcab40e637539a7321ed1000d0a786e91cd1']
web: update compiler plugin test cases to make them runnable (#1447) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'web/compose-compiler-integration/main-template/src/commonMain/kotlin/Expect.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,4 @@\n+import androidx.compose.runtime.Composable\n+import androidx.compose.runtime.Composition\n+\n+expect fun callComposable(content: @Composable () ...
Kotlin
fe03732d3bff6d475c8b63693c9d9f969255dc44
114
2021-11-23 20:27:21+03:00
-10,800
['742c4a40fdaee6903c600f35e5e8fe3109bb84ce']
Switching to the new Compose
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit d187832a9c05a2aea8bd105977f930500a975cba\n+Subproject commit c2a861d65e98d80b4868efd98e7de14267406d3a\n'}]
Kotlin
af31eacb743e888075927578bcc3fb8df2c7ff51
461
2021-11-24 13:26:35+03:00
-3,600
['fe03732d3bff6d475c8b63693c9d9f969255dc44']
Expose 'licenseFile' option for native packaging (#1421)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ package o...
Kotlin
84eb629cec8d6a16a5ba89230053c6a96f8ef9f8
96
2021-11-24 11:27:43+01:00
-3,600
['af31eacb743e888075927578bcc3fb8df2c7ff51']
web: fix and update compiler plugin test cases (#1452) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/compose-compiler-integration/testcases/failing/CompanionGetValueOperatorComposable.kt', 'new_path': 'web/compose-compiler-integration/testcases/failing/CompanionGetValueOperatorComposable.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,7 +19,3 @@ fun main() {\n val router by Router...
Kotlin
e139fbb1e468233e6d5a8c56590fc92beadd812c
96
2021-11-24 14:29:49+01:00
-3,600
['84eb629cec8d6a16a5ba89230053c6a96f8ef9f8']
deprecate compose.web.web-widgets in source code and gradle plugin (#1453) * deprecate compose.web.web-widgets in source code and gradle plugin (name alias) * fix typo Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -205,6 +205,7 @@ class ComposePlugin : Plugin<Project> {\n composeDepe...
Kotlin
cd140db9c07f87621030046a5fa3874c3f100943
269
2021-11-25 11:44:25+03:00
-10,800
['e139fbb1e468233e6d5a8c56590fc92beadd812c']
Copy IDEA settings from androidx project (#1455)
[{'old_path': 'compose/.gitignore', 'new_path': 'compose/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,13 +4,21 @@ out\n *.iml\n .gradle\n /local.properties\n-/.idea\n+**/.idea/**\n /.idea/caches\n /.idea/libraries\n /.idea/modules.xml\n /.idea/workspace.xml\n /.idea/navEditor.xml\n /.idea/assetWiza...
Kotlin
1a817574f3790b46258604372fa4fc3852fe6510
462
2021-11-25 11:25:34+01:00
-3,600
['cd140db9c07f87621030046a5fa3874c3f100943']
Introduce webWidgetsDeprecationMessage which is used in Deprecated annotation (#1459)
[{'old_path': 'web/widgets/src/commonMain/kotlin/Alignment.kt', 'new_path': 'web/widgets/src/commonMain/kotlin/Alignment.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,13 @@\n package org.jetbrains.compose.common.ui\n \n+import org.jetbrains.compose.annotations.webWidgetsDeprecationMessage\n+\n @Experi...
Kotlin
3778eadd3798e4d38be3d26e27124b09d6cb7cd1
96
2021-11-25 15:27:43+01:00
-3,600
['1a817574f3790b46258604372fa4fc3852fe6510']
web: add `inputmode` global attribute (#1461) https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode closes https://github.com/JetBrains/compose-jb/issues/1338 Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/AttrsBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/AttrsBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,6 +61,16 @@ open class AttrsBuilder<TElement : Element> : EventsListenerBu...
Kotlin
76809f3ced532e9e440eb87c61ef5c0df677c8fd
114
2021-11-25 21:02:15+03:00
-10,800
['3778eadd3798e4d38be3d26e27124b09d6cb7cd1']
Switching to a new Compose
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit c2a861d65e98d80b4868efd98e7de14267406d3a\n+Subproject commit c9896b9956c6852637efb486cecf83c35dc639c3\n'}]
Kotlin
2a3027a5e72d88bd1c68143fc98a4c2fd2381a08
54
2021-11-26 04:05:36+03:00
-10,800
['76809f3ced532e9e440eb87c61ef5c0df677c8fd']
Try to fix images with preview in tooling (#1458) Maybe it will fix #1160 Fix for refactored Paragraph.getHorizontalPosition (#115)
[{'old_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/RemotePreviewHost.kt', 'new_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/RemotePreviewHost.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,1...
Kotlin
45a63ec41cee220eefc13a09bf0a71fbe81999cc
96
2021-11-26 15:37:25+01:00
-3,600
['2a3027a5e72d88bd1c68143fc98a4c2fd2381a08']
web: remove Options for event listeners (#1470) Options were never actually applied and there was no way to use anything beside Options.DEFAULT It's still possible to set options using k/js `addEventListener` on the element's reference Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/Attrs.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/Attrs.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -95,17 +95,15 @@ fun AttrsBuilder<HTMLFormElement>.target(value: FormTarget) =\n attr("t...
Kotlin
43a16c8e77abdf09fa59033d3be9c8c0e57f1afb
106
2021-11-29 11:37:17+01:00
-10,800
['dcbaf76d97ccf17948d8189ba72b71131d25c002']
Throw exception for `String + CSSSelector` with `self` cases. (#1462) * Throw exception for `String + CSSSelector` with `self` cases. * Refactoring: CSSSelector: open -> abstract, assertTrue -> assertFailsWith * Exceptions rewording * CSSSelfSelector: public -> internal
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSRules.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSRules.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@ data class CSSStyleRuleDeclaration(\n override val style: StyleHolder\n ) : CSSRu...
Kotlin
9686eb2acd25220b18cfa6a624646b4b0aa165c0
54
2021-11-29 20:13:05+03:00
-10,800
['43a16c8e77abdf09fa59033d3be9c8c0e57f1afb']
Improve handling of preview errors (#1502)
[{'old_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/Command.kt', 'new_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/Command.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,7 @@ data class ...
Kotlin
386b19e67eadb29c0c86c8a0406c859169bada8c
54
2021-11-30 11:06:48+03:00
-10,800
['01de8a2ad7e1f723214c1a87f2c3a441d599aba3']
Test Gradle plugin with Gradle 7.1.1 & 7.3 (#1304)
[{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -86,8 +86,8 @@ val jar = tasks.named<Jar>("jar") {\n \n // __SUPPORTED_GRADLE_VERSIONS__\n testGradleVersion("6.4")\n-testGradleVersion("6.8.3")\n-testGradleV...
Kotlin
6d0a0f4f1dfd561d7bb084e269a72fd064e3c43d
96
2021-11-30 11:33:55+01:00
-3,600
['386b19e67eadb29c0c86c8a0406c859169bada8c']
web (breaking change): make some functions internal (#1509) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/BrowserAPI.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/BrowserAPI.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,18 +10,18 @@ import org.w3c.dom.css.CSSRule\n import org.w3c.dom.css.CSSRuleList\n \n \n-ext...
Kotlin
4623985462ebbc0b20ff02c7705f651a2b3410eb
96
2021-11-30 11:34:20+01:00
-3,600
['6d0a0f4f1dfd561d7bb084e269a72fd064e3c43d']
web (breaking change): move `combine` and `feature` functions to GenericStyleSheetBuilder scope (in CSSMediaRule.kt) (#1508) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSMediaRule.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSMediaRule.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -97,7 +97,7 @@ inline fun <TBuilder> GenericStyleSheetBuilder<TBuilder>.media(\n media(f...
Kotlin
d87c29a10d521849818b8eb988d77765b08d3ba6
405
2021-11-30 14:15:09+01:00
-3,600
['d589600dc9d3f735a7c5979df39d92546fd3f7bc']
web: add test for CSSSelector plus operator
[{'old_path': 'web/core/src/jsTest/kotlin/CssSelectorsTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/CssSelectorsTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,7 @@ package org.jetbrains.compose.web.core.tests\n \n import kotlinx.browser.window\n import org.jetbrains.compose.web.css.*\n+import...
Kotlin
1b731e0af68bcbffa4b082fbafde29715b652813
96
2021-11-30 14:47:30+01:00
-3,600
['d87c29a10d521849818b8eb988d77765b08d3ba6']
web (breaking change): move top level functions for css selectors to new SelectorsScope (#1504) * web (breaking change): move top level functions for css selectors to new SelectorsScope These functions don't need to be on top level because their purpose is to be used within StyleSheet * web: update CSSSelector p...
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,6 @@\n package org.jetbrains.compose.web.css\n \n import org.jetbrains.compose.web.css.s...
Kotlin
cf62af9a2341f9c2795f89b6a685ef1e2f3deeb8
96
2021-11-30 16:47:27+01:00
-3,600
['1b731e0af68bcbffa4b082fbafde29715b652813']
web (breaking change): make constructors of CSSSelectors classes internal (#1510) * web (breaking change): Make CSSSelector constructors internal and move constant selectors instances to `SelectorsScope` * web (breaking change): Make CSSSelectors classes internal Co-authored-by: Oleksandr Karpovich <oleksandr.ka...
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,26 +3,25 @@ package org.jetbrains.compose.web.css\n import org.jetbrains.compose.web.css.sele...
Kotlin
608e88b24dc5cc76651b858d5161124fdd0ac308
269
2021-12-01 13:28:09+03:00
-10,800
['f43cb88b65b195e12fd73529ab2b185ed9465a38']
New tutorial for events (#1482)
[{'old_path': 'tutorials/Mouse_Events/README.md', 'new_path': 'tutorials/Mouse_Events/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,8 +9,7 @@ in Compose for Desktop.\n \n ### Click listeners\n \n-Click listeners are available in both Compose on Android and Compose for Desktop,\n-so code like this wil...
Kotlin
21473b13f13b6b232346c2a8283696dbddebacc0
269
2021-12-01 15:37:02+03:00
-10,800
['54516d6a073bd3d6648034d7115c447d5613ce4e']
Move to 1.0.0-rc12 (#1518) * Move build_from_cli * Migrate to 1.0.0-rc12 * Comment about LWJGL * Update Tutorials
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ Preview functionality (check your application UI without building/running it) fo\n * [widgets gallery](examples/widgets-gallery) - Gallery of standard widgets\n * [IDEA plugin](examples/int...
Kotlin
d902912424e266a7f098eb6291a136f1c01acf67
462
2021-12-01 14:10:13+01:00
-3,600
['21473b13f13b6b232346c2a8283696dbddebacc0']
Make all CSS Selectors private (#1519)
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/StyleSheetBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/StyleSheetBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,6 @@\n package org.jetbrains.compose.web.css\n \n-import org.jetbrains.com...
Kotlin
17194020d9702652dedcca2547651774c538ee41
96
2021-12-01 14:36:02+01:00
-3,600
['2300750f329657cdaa4bf18b51335c705b29c85b']
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-authore...
[{'old_path': 'examples/falling-balls-web/build.gradle.kts', 'new_path': 'examples/falling-balls-web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n kotlin("multiplatform") version "1.5.31"\n- id(...
Kotlin
3ed28dde02596d2df2e653d71fc984e603a71f33
268
2021-12-01 17:08:24+03:00
-10,800
['17194020d9702652dedcca2547651774c538ee41']
Fix Todo example for Android
[{'old_path': 'examples/todoapp/android/build.gradle.kts', 'new_path': 'examples/todoapp/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,11 +7,11 @@ plugins {\n }\n \n android {\n- compileSdkVersion(30)\n+ compileSdkVersion(31)\n \n defaultConfig {\n minSdkVersion(23)\n...
Kotlin
3e34d5e756eff443eed3fc96d848c8730d8e9fa3
268
2021-12-01 17:10:01+03:00
-10,800
['3ed28dde02596d2df2e653d71fc984e603a71f33']
Fix Todo example for Android
[{'old_path': 'examples/todoapp/buildSrc/src/main/kotlin/android-setup.gradle.kts', 'new_path': 'examples/todoapp/buildSrc/src/main/kotlin/android-setup.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,11 +3,11 @@ plugins {\n }\n \n android {\n- compileSdkVersion(30)\n+ compileSdkVersion(31)\n \n...
Kotlin
a9156f57871d32718e1c5cb9adc37ef06fd7a87d
96
2021-12-01 16:24:30+01:00
-3,600
['3e34d5e756eff443eed3fc96d848c8730d8e9fa3']
update web-landing content according to new version (1.0.0-rc12) (#1523) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/content/AboutComposeWebLibsSection.kt', 'new_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/content/AboutComposeWebLibsSection.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,8 @@ import com.sample.components.Card\n import com.sa...
Kotlin
f19d5fb66aa12f2408b0c1c34c81457b608c4e64
405
2021-12-01 16:42:54+01:00
-3,600
['a9156f57871d32718e1c5cb9adc37ef06fd7a87d']
update web-landing: fix padding for WtContainer
[{'old_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/style/WtContainer.kt', 'new_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/style/WtContainer.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@ object WtContainer : StyleSheet(AppStylesheet) {\n media(mediaMaxWidth(64...
Kotlin
559e9364f16eb4e88b344e57fe633f6be078ae85
269
2021-12-01 20:23:48+03:00
-10,800
['f19d5fb66aa12f2408b0c1c34c81457b608c4e64']
Move examples to 1.0.0 (#1524)
[{'old_path': 'ci/compose-uber-jar/gradle.properties', 'new_path': 'ci/compose-uber-jar/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n # __LATEST_COMPOSE_RELEASE_VERSION__\n-compose.version=1.0.0-rc12\n+compose.version=1.0.0\n kotlin.code.style=official\n'}, {'old_path': 'component...
Kotlin
fc4384aea47c8ca0e706ec4df3ec1b5a94678e46
96
2021-12-02 09:57:12+01:00
-3,600
['559e9364f16eb4e88b344e57fe633f6be078ae85']
web: add test-utils tutorial (#1475) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'tutorials/Web/README.md', 'new_path': 'tutorials/Web/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,3 +10,5 @@\n [Handing Events](Events_Handling/README.md) - a short overview of Events handling with compose web\n \n [Style DSL](Style_Dsl/README.md) - about styling the composable compo...
Kotlin
0ff3b7dd689a9d49d7df1cd562877f38c051ad89
65
2021-12-02 12:37:31+03:00
-10,800
['fc4384aea47c8ca0e706ec4df3ec1b5a94678e46']
Release notes for 1.0.0 (#1532)
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,26 @@\n+# 1.0.0 (Dec 2021)\n+## Desktop\n+### Features\n+- [Experimental support for material3](https://github.com/JetBrains/compose-jb/issues/1335)\n+- [All clickable components are focusable and reacts ...
Kotlin
8c48ff597355600a5567cffc2c9cbf5b1c74200c
96
2021-12-02 10:38:44+01:00
-3,600
['0ff3b7dd689a9d49d7df1cd562877f38c051ad89']
web: add `What's included` section into root README.md for web (#1499) * web: add `What's included` section into root README.md for web * Add examples section Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'tutorials/Web/README.md', 'new_path': 'tutorials/Web/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,10 @@\n # Compose for Web\n-**The API is not finalized, and breaking changes can be expected**\n \n-### Content:\n+Compose for Web allows you to build reactive user interfaces for th...
Kotlin
b9772b584f4b564a7b6c160cfaf6ac422a3f8c49
96
2021-12-02 12:41:53+01:00
-3,600
['3a0a565de8c4f65348df2c6f7e9ec673bfcfe27f']
web: add tutorial about Controlled and Uncontrolled inputs (#1533) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'tutorials/Web/Controlled_Uncontrolled_Inputs/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,97 @@\n+# Controlled and Uncontrolled inputs\n+\n+Input components in Compose for Web have two modes: Controlled and Uncontrolled.\n+\n+### Controlled vs Uncontrolled behaviou...
Kotlin
edb35e4c0d2833db08b54176c1e9352e3540b65b
96
2021-12-02 13:19:21+01:00
-3,600
['c3c4955c6c0e287c0017e0a14c1f7982769c4987']
Update FEATURES.md (#1534)
[{'old_path': 'FEATURES.md', 'new_path': 'FEATURES.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,9 +21,11 @@\n * [Context Menu](tutorials/Context_Menu/README.md) \n \n ### Features currently available in Compose for Web\n- * [Intro](tutorials/Web/Building_UI/README.md)\n+ * [Intro: HTML DOM DSL](tu...
Kotlin
0fe4c73f81fb6c17887b2abbdb312a5910032b3c
405
2021-12-02 15:10:42+01:00
-3,600
['20d103f6a7f94747ad8d295ae84b84f5dc9b2aef']
web: remove warning about experimental in tutorials
[{'old_path': 'tutorials/Web/Building_UI/README.md', 'new_path': 'tutorials/Web/Building_UI/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,5 @@\n # Building the UI with Compose Web\n \n-**The API is not finalized, and breaking changes can be expected**\n-\n-## Introduction\n \n In this tutorial w...
Kotlin
b29bd1794485c948a30bb2539326b6916baf4919
96
2021-12-02 21:32:04+01:00
-3,600
['0fe4c73f81fb6c17887b2abbdb312a5910032b3c']
update web tutorial: add info about --continuous flag
[{'old_path': 'tutorials/Web/Getting_Started/README.md', 'new_path': 'tutorials/Web/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -129,6 +129,11 @@ Use the command line to run:\n ./gradlew jsBrowserRun\n ```\n \n+Instead of manually compiling and executing a Kotlin/JS project every time ...
Kotlin
74d536dfa85ecbcabeff1ae8a3468ed064d10e32
269
2021-12-03 19:01:59+03:00
-10,800
['b29bd1794485c948a30bb2539326b6916baf4919']
Fix dark theme in widgets example (#1536)
[{'old_path': 'examples/widgets-gallery/common/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/MainView.kt', 'new_path': 'examples/widgets-gallery/common/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/MainView.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,8 +8,8 @@ import androidx.c...
Kotlin
a0366766a617588d594f4e21c8a396996ba136a8
96
2021-12-06 10:08:56+01:00
-3,600
['74d536dfa85ecbcabeff1ae8a3468ed064d10e32']
add links to web tutorials to the main README.md
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,6 +43,13 @@ Preview functionality (check your application UI without building/running it) fo\n * [Signing and notarization](tutorials/Signing_and_notarization_on_macOS)\n * [Swing interoperability](tu...
Kotlin
716ae31757bf7d8a97b55c22d30362505d9c711b
96
2021-12-06 10:18:00+01:00
-3,600
['a0366766a617588d594f4e21c8a396996ba136a8']
add common issues section to Web/Getting_Started tutorial
[{'old_path': 'tutorials/Web/Getting_Started/README.md', 'new_path': 'tutorials/Web/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -141,3 +141,25 @@ Or run it from the IDE:\n The browser will open `localhost:8080`:\n \n <img alt="" src="run_result.png" height="500" />\n+\n+## Common issue...
Kotlin
9dce4fe0fc001ada2ac37447b0b37dabbd788006
405
2021-12-06 10:28:11+01:00
-3,600
['716ae31757bf7d8a97b55c22d30362505d9c711b']
web: add KT-48273 workaround to web-integration-core module
[{'old_path': 'web/integration-core/build.gradle.kts', 'new_path': 'web/integration-core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -89,3 +89,11 @@ tasks.named<Test>("jvmTest") {\n }\n }\n }\n+\n+// a temporary workaround for a bug in jsRun invocation - see https://youtrack.jetbrai...
Kotlin
834dc94e5b3fb6c3ec362774d3b291818be6ba3e
406
2021-12-07 10:27:02+03:00
-10,800
['9dce4fe0fc001ada2ac37447b0b37dabbd788006']
Visual effects (#1547)
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit e2a3108b92d4c54b5780f9eeceb1712845961cd7\n+Subproject commit f1e595b90421e4896a9164c3ae0a652920020b77\n'}, {'old_path': None, 'new_path': 'examples/visual-...
Kotlin
a1f923399f04b55488a2c90502d502b64ba37d39
462
2021-12-07 15:27:53+01:00
-3,600
['834dc94e5b3fb6c3ec362774d3b291818be6ba3e']
Plugin path resolution customization (#1549)
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,6 @@\n import org.gradle.api.tasks.testing.AbstractTestTask\n import org.gradle.api.tasks.testing.logging.TestExceptionFormat\n \n-val COMPOSE_CORE_VERSION: String by project\n val COMPOSE...
Kotlin
046f22584618b8f2fb89581aecc01681f64091f2
96
2021-12-07 17:40:57+01:00
-3,600
['a1f923399f04b55488a2c90502d502b64ba37d39']
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.kar...
[{'old_path': 'web/compose-compiler-integration/build.gradle.kts', 'new_path': 'web/compose-compiler-integration/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,7 @@ kotlin {\n browser() {\n testTask {\n useKarma {\n+ useConfigDirectory...
Kotlin
dbd0a21949633302fcf98ad79c78896bbc6250ba
269
2021-12-08 10:32:18+03:00
-10,800
['046f22584618b8f2fb89581aecc01681f64091f2']
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: ...
[{'old_path': 'benchmarks/build.gradle.kts', 'new_path': 'benchmarks/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,11 +3,8 @@ import kotlinx.benchmark.gradle.*\n import org.jetbrains.kotlin.allopen.gradle.*\n \n plugins {\n- // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.4.20"...
Kotlin
90cb181a713671ca2aef74db29f64ee2fd64db74
462
2021-12-08 12:45:46+01:00
-3,600
['c40f1b645b07f1a18c05532d891919c52cfaae41']
Core with Frefox tests enabled (#1563)
[{'old_path': 'web/core/build.gradle.kts', 'new_path': 'web/core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ kotlin {\n useKarma {\n useConfigDirectory("${rootProject.projectDir}/test-utils/conf/karma.config.common.d")\n use...
Kotlin
798f0ac1ab8423702d6f08530ecd9dfd3247d804
462
2021-12-08 13:03:06+01:00
-3,600
['90cb181a713671ca2aef74db29f64ee2fd64db74']
Kotlin testing reuse (#1562)
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,14 @@\n import org.gradle.api.tasks.testing.AbstractTestTask\n import org.gradle.api.tasks.testing.logging.TestExceptionFormat\n+import org.jetbrains.compose.gradle.kotlinKarmaConfig\n \n...
Kotlin
a05d9b2ee1ffe7a57d55afba5c218a408c11bcff
268
2021-12-08 17:56:49+03:00
-10,800
['531d2ef3f9a6b921bd5d4bc132decf6b77e53c61']
Script for validating examples on CI
[{'old_path': None, 'new_path': 'examples/validateExamples.sh', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,25 @@\n+#!/bin/bash\n+\n+# Script to build all examples, to verify if they can compile\n+\n+set -euo pipefail\n+\n+runGradle() {\n+ pushd $1\n+ ./gradlew $2\n+ popd\n+}\n+\n+runGradle codeview...
Kotlin
9ae5da0dcd259c2fab93afda16ccad726b60157a
268
2021-12-08 18:01:22+03:00
-10,800
['a05d9b2ee1ffe7a57d55afba5c218a408c11bcff']
Script for validating examples on CI
[{'old_path': 'examples/validateExamples.sh', 'new_path': 'examples/validateExamples.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,9 +4,15 @@\n \n set -euo pipefail\n \n+if [ -z "$@" ]; then\n+echo "Specify Compose version. For example: ./validateExamples.sh 1.0.0"\n+exit 1\n+fi\n+COMPOSE_VERSION=$@\n+\n ru...
Kotlin
6633d0d23b39a7fe75d946f5429e9cbb7c854adf
267
2021-12-08 19:57:44+03:00
-10,800
['9ae5da0dcd259c2fab93afda16ccad726b60157a']
Script for validating examples on CI (fix permissions)
[{'old_path': 'examples/validateExamples.sh', 'new_path': 'examples/validateExamples.sh', 'type': <ModificationType.UNKNOWN: 6>, 'diff': ''}]
Kotlin
cf30c33b9cc18e4eb1f6422670f5013cbfab5e7b
96
2021-12-09 13:16:56+01:00
-3,600
['de2e3bc26220cd99f988dc7be817b6dc9903c4ce']
web: update Style DSL tutorial (#1567) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'tutorials/Web/Style_Dsl/README.md', 'new_path': 'tutorials/Web/Style_Dsl/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -74,7 +74,7 @@ The Style DSL also provides a way to combine and unify selectors:\n object AppStylesheet : StyleSheet() {\n \n init {\n- // CSSSelector.Univ...
Kotlin
7cd130ba11208651aa7669133ff5b3770d93e6ae
462
2021-12-09 17:08:11+01:00
-3,600
['cf30c33b9cc18e4eb1f6422670f5013cbfab5e7b']
Remove "fat" Dockerfile - it was used for building compose-web but it does not anymore
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,60 +0,0 @@\n-FROM ubuntu:20.10\n-\n-SHELL ["/bin/bash", "-c"]\n-\n-RUN echo "dash dash/sh boolean false" | debconf-set-selections\n-RUN dpkg-reconfigure -f noninteractive dash\n-\n-RUN dpkg --add-arc...
Kotlin
81f167f58902aa52d1d1af9fdd330c0b1572b719
462
2021-12-13 17:10:58+01:00
-3,600
['7cd130ba11208651aa7669133ff5b3770d93e6ae']
Remove redundant braces for CSS units with unary minus It's redundant since we have `operator fun <T: CSSUnit> CSSSizeValue<T>.unaryMinus(): CSSSizeValue<T> `
[{'old_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/style/Stylesheet.kt', 'new_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/style/Stylesheet.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,7 @@ object AppStylesheet : StyleSheet() {\n lineHeight(24.px)\n \n posi...
Kotlin
4bcc1f1ba4ab57f0d0ea3238c39482b8e33193af
15
2021-12-14 11:44:36+03:00
-12,600
['81f167f58902aa52d1d1af9fdd330c0b1572b719']
Fix a broken link (#1589)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,7 +56,7 @@ Preview functionality (check your application UI without building/running it) fo\n * [cef](experimental/cef) - CEF integration in Jetpack Compose (somewhat outdated)\n * [Video Player](expe...
Kotlin
e902beeece9d2f0510bcb2ac374546120eeee1b4
96
2021-12-14 15:19:20+01:00
-3,600
['9697f8fe6d32fb20a6d3f311ab9b085d705a6b9c']
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 wi...
[{'old_path': 'ci/compose-uber-jar/gradle.properties', 'new_path': 'ci/compose-uber-jar/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,2 @@\n-compose.version=1.0.0\n+compose.version=1.0.1-rc2\n kotlin.code.style=official\n'}, {'old_path': 'components/gradle.properties', 'new_path': 'compo...
Kotlin
5d8f0fe103d78f36aeef770e7871012f5f81e56c
96
2021-12-14 15:52:10+01:00
-3,600
['e902beeece9d2f0510bcb2ac374546120eeee1b4']
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>
[{'old_path': 'web/benchmark-core/karma.config.d/setTimeout.js', 'new_path': 'web/benchmark-core/karma.config.d/setTimeout.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n-config.client.mocha = config.client.mocha || {}\n-config.client.mocha.timeout = 60000\n+config.client.mocha = config.client.moc...
Kotlin
211fe2e63f4c3eedcc508356f1b50274f3c0f441
462
2021-12-14 17:09:28+01:00
-3,600
['5dc174450189ba810797035e03bb4f438e860d2e']
Introduce separate test for stylesheet inheritance
[{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/utils/stylsheet.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,14 @@\n+/*\n+ * Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.\n+ * Use of this source code is governed by the Apache 2.0 lic...
Kotlin
e32ef7bfb5060dcf09dabe4c30405360c836da69
96
2021-12-15 15:03:31+01:00
-3,600
['004e2f2c2a2b6bf2ee22b6a126d6db68a3182d98']
web: karma runner patch (#1597) * web: karma runner patch * web: karma runner patch Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/test-utils/conf/karma-kotlin-runner-decorator/karma-kotlin-reporter-decorated.js', 'new_path': 'web/test-utils/conf/karma-kotlin-runner-decorator/karma-kotlin-reporter-decorated.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,8 @@\n // This is a workaround for https://github.com/karma-...
Kotlin
b2213e3132fe3466fccc42d7cbecac41a2c339a8
269
2021-12-16 01:11:10+03:00
-10,800
['e32ef7bfb5060dcf09dabe4c30405360c836da69']
Fix Todo example Deps (#1607) task `gradlew jsBrowserDevelopmentRun` didn't work
[{'old_path': 'examples/todoapp/buildSrc/build.gradle.kts', 'new_path': 'examples/todoapp/buildSrc/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,8 @@ plugins {\n `kotlin-dsl`\n }\n \n+initDeps(project)\n+\n repositories {\n mavenLocal()\n google()\n@@ -10,8 +12,8 @@ repositori...
Kotlin
2640730e4a77e16a67f40fd5c82b0b7a60987d76
65
2021-12-16 14:19:59+03:00
-10,800
['b2213e3132fe3466fccc42d7cbecac41a2c339a8']
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
[{'old_path': 'tutorials/Window_API_new/README.md', 'new_path': 'tutorials/Window_API_new/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -605,3 +605,46 @@ private fun WindowScope.AppWindowTitleBar() = WindowDraggableArea {\n }\n ```\n <img alt="Draggable area" src="draggable_area.gif" height="239" />\n+\...
Kotlin
87d983e0a584317c974533978c03986ac56888b3
462
2021-12-16 16:08:08+01:00
-3,600
['2640730e4a77e16a67f40fd5c82b0b7a60987d76']
Fix for Nth.Functional (#1609)
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/selectors/CSSSelectors.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/selectors/CSSSelectors.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,8 +7,8 @@ import org.jetbrains.compose.web.css.SelectorsScope\n inter...
Kotlin
cf106640cd65da912d6ef346a3a4113298f012c0
497
2021-12-21 16:59:08+03:00
-3,600
['87d983e0a584317c974533978c03986ac56888b3']
Fix url in README.md (#1614)
[{'old_path': 'tutorials/Image_And_Icons_Manipulations/README.md', 'new_path': 'tutorials/Image_And_Icons_Manipulations/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -236,7 +236,7 @@ fun main() = singleWindowApplication {\n \r\n You can set the icon for the window via parameter in the `Window` function....
Kotlin
4fd239ed894069a518b96e99cebeaf126b0a5e9e
462
2021-12-22 12:58:43+01:00
-3,600
['cf106640cd65da912d6ef346a3a4113298f012c0']
[web] Run Firefox in unit tests headlessly
[{'old_path': 'web/buildSrc/src/main/kotlin/karmaconf.kt', 'new_path': 'web/buildSrc/src/main/kotlin/karmaconf.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,5 +13,5 @@ fun KotlinKarma.standardConf() {\n }\n useConfigDirectory("${kotlinKarmaConfig.rootDir}/test-utils/conf/karma.config.common.d")\n ...
Kotlin
abc6d1f60aee1edae898e6a5cdd7c207618d2a90
462
2021-12-22 12:58:43+01:00
-3,600
['4fd239ed894069a518b96e99cebeaf126b0a5e9e']
[web] Force kotlin/js to use node@16.13.1
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,11 @@ tasks.register("printBundleSize") {\n )\n }\n \n+// see https://youtrack.jetbrains.com/issue/KT-49109#focus=Comments-27-5381158.0-0\n+rootProject.plugins.withType<org.jetbrains...
Kotlin
a4604d4a72115a348237bd0bb6a0cca67d5a8af9
96
2021-12-23 10:48:54+01:00
-3,600
['abc6d1f60aee1edae898e6a5cdd7c207618d2a90']
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>
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/selectors/CSSSelectors.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/selectors/CSSSelectors.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ internal const val webCssSelectorsDeprecationMessage = "Con...
Kotlin
46ca39d51083309f25bb2ed6cc5b0b226d82c98c
65
2021-12-27 14:16:37+03:00
-10,800
['a4604d4a72115a348237bd0bb6a0cca67d5a8af9']
Adding obfuscation info (#1624) * Update README.md * Update README.md
[{'old_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'new_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -544,3 +544,9 @@ fun main() {\n ```\n 3. Run `./gradlew runDistributable`.\n 4. Links like `compose://foo/bar` are n...
Kotlin
c5b22a6722eef443f1a509b5cc6832aeafbb96a5
113
2021-12-30 09:15:23+03:00
-10,800
['3ea7ce3e12520259b0590c6c8c4d1ca89178e8d3']
Moved to ndk 23 and other prebuilt updates
[{'old_path': 'compose/scripts/downloadAndroidSdk', 'new_path': 'compose/scripts/downloadAndroidSdk', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,27 +17,37 @@ clone() {\n downloadLinuxSDK() {\n clone ../prebuilts/fullsdk-linux/platforms/android-31 https://android.googlesource.com/platform/prebuilts/fullsd...
Kotlin
d08c4d13cc121b934e1996d00d7a7ae5c320376e
116
2021-12-30 09:15:23+03:00
-10,800
['1deb4295c1ef563ef08cc13c1847ce749c399fda']
Add publishing infrastructure for MPP targets
[{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,3 +63,15 @@ Run tests for Web:\n ```\n ./scripts/testWeb\n ```\n+\n+## Multiplatform build\n+\n+```console\n+./scripts/downloadAndroidSdk\n+export COMPOSE_CUSTOM_VERSION=1.1.0-beta04\n+./scripts/pub...
Kotlin
8f99b0dd8ab6209f7da0d55cf2381ac7bf4ac08c
116
2021-12-30 09:15:23+03:00
-10,800
['d08c4d13cc121b934e1996d00d7a7ae5c320376e']
Use correct compiler plugin for native
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,26 +14,25 @@ class ComposeCompilerKo...
Kotlin
ad394bada4c8d8f06495e08885b4554c6742a62c
116
2021-12-30 09:15:23+03:00
-10,800
['8f99b0dd8ab6209f7da0d55cf2381ac7bf4ac08c']
Fix web components build & publishing
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,10 @@ import org.gradle.api.tasks.testing.AbstractTestTask\n import org.gradle.api.tasks.testing.logging.TestExceptionFormat\n import org.jetbrains.compose.gradle.kotlinKarmaConfig\n \n+pl...
Kotlin
b98c88d6fe8c9b70bcac3b474f0a7dd21afb2645
113
2021-12-30 09:15:23+03:00
-10,800
['ad394bada4c8d8f06495e08885b4554c6742a62c']
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>
[{'old_path': None, 'new_path': 'examples/falling-balls-mpp/build.gradle.kts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,243 @@\n+import org.jetbrains.compose.compose\n+import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n+import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget\n+imp...
Kotlin
8e335c9d212859fd4f1a86f799e2f25a4bba93c7
54
2021-12-30 09:26:37+03:00
-10,800
['b98c88d6fe8c9b70bcac3b474f0a7dd21afb2645']
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
[{'old_path': 'components/gradle/wrapper/gradle-wrapper.properties', 'new_path': 'components/gradle/wrapper/gradle-wrapper.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n distributionBase=GRADLE_USER_HOME\n distributionPath=wrapper/dists\n-distributionUrl=https\\://services.gradle.org/dist...
Kotlin
11918f3e8a980e5682ccde4b7b4847e2f8573bea
54
2021-12-30 09:29:25+03:00
-10,800
['8e335c9d212859fd4f1a86f799e2f25a4bba93c7']
Fix MPP CI issues (#1645) * Fix compilation of SplitPane * Fix Gradle tests
[{'old_path': 'components/build.gradle.kts', 'new_path': 'components/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,10 @@ subprojects {\n }\n }\n \n+ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>() {\n+ kotlinOptions.jvmTarget = "11"\n+ }\n+\n ...
Kotlin
8ff2a324b6a3e766206b1d6f06992957c45a0ed5
54
2021-12-30 09:32:56+03:00
-10,800
['11918f3e8a980e5682ccde4b7b4847e2f8573bea']
More CI fixes (#1649) * Update Kotlin in SplitPane component * Use skiko-awt-* artifacts instead of skiko-jvm-*
[{'old_path': 'components/gradle.properties', 'new_path': 'components/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,5 +2,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8\n android.useAndroidX=true\n android.enableJetifier=true\n kotlin.code.style=official\n+# __KOTLIN_COMPOSE_VERSION__...
Kotlin
c60b6f9669b64d4ea14d276d1560db090cdff00e
478
2022-01-10 11:04:51+03:00
-3,600
['8ff2a324b6a3e766206b1d6f06992957c45a0ed5']
Rename ci/docker/linux/README.MD -> ci/docker/linux/README.md (#1659)
[{'old_path': 'ci/docker/linux/README.MD', 'new_path': 'ci/docker/linux/README.md', 'type': <ModificationType.RENAME: 3>, 'diff': ''}]
Kotlin
a7ea7b77676d960da905b1e2ff70f4ba5f800959
96
2022-01-10 15:53:03+01:00
-3,600
['edd59c08f1fec0e2a2e87a132401ce41884ea1ff']
move Compose submodule and update mpp demo (#1678) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 50a86035871957ff062b5f4316475fcc8dc80fda\n+Subproject commit fe220467abcf2368966a051b732752513ffeceda\n'}, {'old_path': 'examples/falling-balls-mpp/src/com...
Kotlin
38e17c1955aab94a4a17182501a280d4ddd08c92
96
2022-01-11 13:33:44+01:00
-3,600
['a7ea7b77676d960da905b1e2ff70f4ba5f800959']
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>
[{'old_path': None, 'new_path': 'examples/web-compose-in-js/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+*.iml\n+.gradle\n+.idea\n+build/\n+local.properties\n'}, {'old_path': None, 'new_path': 'examples/web-compose-in-js/README.MD', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,81...
Kotlin
5bc06161166b924a1ac50f4ddce15433a503ec81
96
2022-01-11 13:49:09+01:00
-3,600
['38e17c1955aab94a4a17182501a280d4ddd08c92']
web: add missing webpack.config.d in web-compose-in-js example (#1683)
[{'old_path': None, 'new_path': 'examples/web-compose-in-js/webpack.config.d/configModuleName.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,2 @@\n+config.output = config.output || {};\n+config.output.library = "MyComposables";\n'}]
Kotlin
387fa07bd83f1ede820348406f0d912f9459133c
54
2022-01-11 17:06:43+03:00
-10,800
['5bc06161166b924a1ac50f4ddce15433a503ec81']
Simplify configuration for web and uikit apps (#1682)
[{'old_path': None, 'new_path': 'examples/falling-balls-mpp/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+ComposeFallingBalls.xcodeproj\n\\ No newline at end of file\n'}, {'old_path': 'examples/falling-balls-mpp/build.gradle.kts', 'new_path': 'examples/falling-balls-mpp/build.gradle.kts', 'ty...
Kotlin
8f1f049a23507e98067e8bfbbaff62e1af8aedbc
353
2022-01-11 17:33:50+03:00
-3,600
['387fa07bd83f1ede820348406f0d912f9459133c']
Improve obfuscation docs and add ProGuard example (#1658)
[{'old_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'new_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -547,6 +547,39 @@ fun main() {\n \n ## Obfuscation\n \n-To obfuscate Compose Multiplatform JVM applications stan...
Kotlin
162cde2bfcdac63a8bd6f7fa920a4500bbe33933
497
2022-01-11 17:36:22+03:00
-3,600
['8f1f049a23507e98067e8bfbbaff62e1af8aedbc']
Add option to set macOS build version (#1612)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/PlatformSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/PlatformSettings.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -20,8 +20,11 @@ open class M...
Kotlin
6e8107bd809f96c75b622de4064a3ab856432bad
29
2022-01-11 18:27:25+03:00
-19,800
['162cde2bfcdac63a8bd6f7fa920a4500bbe33933']
Update Navigation README.md (#1685)
[{'old_path': 'tutorials/Navigation/README.md', 'new_path': 'tutorials/Navigation/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -159,7 +159,7 @@ The second point may be especially useful in Desktop. When a child is pushed to\n \n The third point is about instances retaining, like AndroidX `ViewModels`, ...
Kotlin
900f042891bcf2428788e353b8d93328c24d6e92
65
2022-01-12 18:55:26+03:00
-10,800
['6e8107bd809f96c75b622de4064a3ab856432bad']
Adding NY animation (#1681)
[{'old_path': 'examples/visual-effects/build.gradle.kts', 'new_path': 'examples/visual-effects/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,11 +45,19 @@ afterEvaluate {\n \n tasks.register("runWords") {\n additionalArguments.add("words")\n+ group = "compose desktop"\n ...
Kotlin
a052f280d962ca4a730f897bced137f793b1e859
462
2022-01-12 18:24:42+01:00
-3,600
['900f042891bcf2428788e353b8d93328c24d6e92']
Temporary fix for subsituting default vulnerable dependency from kotlin/js build workflow
[{'old_path': 'examples/web-compose-in-js/build.gradle.kts', 'new_path': 'examples/web-compose-in-js/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,7 @@ repositories {\n maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")\n }\n \n+\n kotlin {\n js(IR) {\n brow...
Kotlin
ac2d5157fb7015b71ec98f6562493d5b5384ea7e
142
2022-01-13 13:28:17+03:00
-10,800
['a052f280d962ca4a730f897bced137f793b1e859']
add mavenCentral() to pluginManagement (#1690)
[{'old_path': 'gradle-plugins/settings.gradle.kts', 'new_path': 'gradle-plugins/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n pluginManagement {\n repositories {\n gradlePluginPortal()\n+ mavenCentral()\n }\n }\n \n'}]
Kotlin
479add7c89432b2196185d79dc1c5fbe219013a8
96
2022-01-14 15:52:15+01:00
-3,600
['ac2d5157fb7015b71ec98f6562493d5b5384ea7e']
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>
[{'old_path': 'examples/falling-balls-mpp/build.gradle.kts', 'new_path': 'examples/falling-balls-mpp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -174,3 +174,11 @@ afterEvaluate {\n nodeVersion = "16.0.0"\n }\n }\n+\n+\n+// TODO: remove when https://youtrack.jetbrains.com/issue/KT-50...
Kotlin
f3a403b3215b95ebcc3c4218839dc5176d12a6be
54
2022-01-14 20:19:53+03:00
-10,800
['479add7c89432b2196185d79dc1c5fbe219013a8']
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
[{'old_path': 'components/build.gradle.kts', 'new_path': 'components/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,7 @@\n+plugins {\n+ kotlin("multiplatform") apply false\n+}\n+\n subprojects {\n version = findProperty("deploy.version") ?: property("compose.version")!!\n \n'}, {'ol...
Kotlin