Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
770412444de012022f1fcb496ee923d27b232053
166
2021-08-23 16:25:45+02:00
-7,200
['741e2d234fff23251a9e43c3cf03eb9dbd1e47a6']
Support filter in CSS API this resolves #923
[{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/filter.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,107 @@\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 ...
Kotlin
14909c23b2c9f29bf3412f68207929daa8a5a71d
166
2021-08-23 17:32:49+02:00
-7,200
['770412444de012022f1fcb496ee923d27b232053']
Simplify CSS transform API signatures There's no need to any of this methods to be Boolean
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/transform.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/transform.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,39 +18,39 @@ interface TransformBuilder {\n a2: Number, b2: Numb...
Kotlin
e8e02771a0a5bfc58606344d84715fd33937ef08
53
2021-08-24 13:04:37+02:00
-7,200
['bb8a69589b71219d849a55d53156d10fa68527db']
web: add test-utils module (#1101) * web: move DomApplier, GlobalSnapshotManager, JsMicrotasksDispatcher to dedicated module This will allow reusing them in test-utils module. * web: move TestUtils.kt to a dedicated module Use test-utils module in web-core as a dependency Co-authored-by: Oleksandr Karpovic...
[{'old_path': 'web/core/build.gradle.kts', 'new_path': 'web/core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,12 +30,14 @@ kotlin {\n \n val jsMain by getting {\n dependencies {\n+ implementation(project(":internal-web-core-runtime"))\n impl...
Kotlin
6c1667e05a2e9d8346c9f03a138e5d8c6184aa78
166
2021-08-24 20:23:41+02:00
-7,200
['e8e02771a0a5bfc58606344d84715fd33937ef08']
[web] [tests] Refactor attributesUpdateShouldNotCauseInlineStylesCleanUp and make sure we check conditional class assignemnt (in combination with seeting style) as well
[{'old_path': 'web/core/src/jsTest/kotlin/elements/AttributesTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/elements/AttributesTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -340,34 +340,30 @@ class AttributesTests {\n \n composition {\n Button(attrs = {\n+ classes("...
Kotlin
ce9fbcc8dd62224be87f242602c6349770d61878
166
2021-08-25 12:09:12+02:00
-7,200
['6c1667e05a2e9d8346c9f03a138e5d8c6184aa78']
Add test that basically check that scope is remembered Thanks to Oleksandr - I would have never come up with a solution this quick
[{'old_path': 'web/core/src/jsTest/kotlin/elements/AttributesTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/elements/AttributesTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,8 @@ package org.jetbrains.compose.web.core.tests\n import androidx.compose.runtime.mutableStateOf\n import androidx.com...
Kotlin
a22c9167219f3ad9ad6e844f92c3613531180819
166
2021-08-25 17:43:19+02:00
-7,200
['ce9fbcc8dd62224be87f242602c6349770d61878']
Use runTest in stypePosition test
[{'old_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -185,12 +185,10 @@ class StaticComposableTests {\n }\n \n @Test\n- fun stylesPosition() {\n- val root = "div".asHtml...
Kotlin
d4804fafdd966d85e34c4a9b9d91cdb9dee7a70c
166
2021-08-25 18:30:49+02:00
-7,200
['a22c9167219f3ad9ad6e844f92c3613531180819']
[web] [tests] introduce elementBuilderShouldBeCalledOnce test
[{'old_path': 'web/core/src/jsTest/kotlin/elements/ElementsTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/elements/ElementsTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,8 @@\n package org.jetbrains.compose.web.core.tests.elements\n \n import androidx.compose.runtime.Composable\n+import androi...
Kotlin
6b209ebd87d92536d96935ed32c49be6594c7a4f
166
2021-08-25 22:35:24+02:00
-7,200
['d4804fafdd966d85e34c4a9b9d91cdb9dee7a70c']
Prepare DomApplier and related code for working with SVG entities
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/SyntheticEventListener.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/SyntheticEventListener.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,8 +9,8 @@ import org.jetbrains.compose.web.attributes.E...
Kotlin
ced58ee7078e7880d1a2051a74200777fb8f3ecd
166
2021-08-26 16:10:53+02:00
-7,200
['6b209ebd87d92536d96935ed32c49be6594c7a4f']
Build web with gradle@7.1.1 and web-landing example
[{'old_path': 'examples/web-landing/gradle/wrapper/gradle-wrapper.properties', 'new_path': 'examples/web-landing/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\\://serv...
Kotlin
ebb116999f0699ee8575dc57f3f79edc8c3e1f7c
106
2021-08-26 23:20:20+03:00
-10,800
['ced58ee7078e7880d1a2051a74200777fb8f3ecd']
Desktop. Templates. Update versions
[{'old_path': 'templates/desktop-template/build.gradle.kts', 'new_path': 'templates/desktop-template/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.5.21"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("...
Kotlin
c0735db613bfbaf15242e9848f74e11d8ce2d585
166
2021-08-26 23:40:18+02:00
-7,200
['ebb116999f0699ee8575dc57f3f79edc8c3e1f7c']
[web] [ci] Don't install gradle in Dockerfile-Basic
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,12 +22,6 @@ RUN export CHROME_DRIVER_VERSION=$(wget -qO- https://chromedriver.storage.google\n && wget https://chromedriver.storage.googleapis.com/${CHR...
Kotlin
166b314919104819ef3c18b732897a389aa648ce
166
2021-08-26 23:57:01+02:00
-7,200
['c0735db613bfbaf15242e9848f74e11d8ce2d585']
[web] [ci] always install latest firefox
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,8 +6,6 @@ RUN echo "dash dash/sh boolean false" | debconf-set-selections\n RUN dpkg-reconfigure -f noninteractive dash\n \n RUN dpkg --add-architecture i386 ...
Kotlin
239d5d59700778746b758770687984822618a93c
166
2021-08-27 13:26:30+02:00
-7,200
['166b314919104819ef3c18b732897a389aa648ce']
[web] [ci] Install specific Firefox version and make it possible to customize it in build
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,11 +17,14 @@ RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \\\n ARG CHROME_VERSION="google-chrome-stable"\n RUN wget -q -O -...
Kotlin
f8ac4ad2c3dfd2d05d53ca57cf38070d2552cae0
166
2021-08-27 17:16:41+02:00
-7,200
['e5fed5aa7b04a11f0a0382a4958f5b1e6938893b']
Don't run web-core tests in Firefox (till further investigation)
[{'old_path': 'web/core/build.gradle.kts', 'new_path': 'web/core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,4 @@\n plugins {\n- //id("kotlin-multiplatform")\n kotlin("multiplatform")\n id("org.jetbrains.compose")\n }\n@@ -13,7 +12,7 @@ kotlin {\n testLogging....
Kotlin
49bfb89c117db78552c888d90a6b8461ecd6bd1e
150
2021-08-28 18:42:04+02:00
-7,200
['a8bc62c519949d0903273e54e32a762af7a42d3b']
Update Compose to include the fixes for web in compose plugin (FixComposableLambdaCalls.kt)
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit efb20466711ebf8a29299d8d76de3ef4b1da741f\n+Subproject commit f9fa0c45f480da2960e20a6007605d974b70cbcc\n'}]
Kotlin
c8f91a9695a4bce0e0d0e6c66b8c4397143ad515
166
2021-08-30 22:11:35+02:00
-7,200
['49bfb89c117db78552c888d90a6b8461ecd6bd1e']
Extract PositionTests from StaticComposableTests and use runTest in both
[{'old_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,43 +2,29 @@ package org.jetbrains.compose.web.core.tests\n \n import org.jetbrains.compose.web.css.*\n import org.jetbrains.compose...
Kotlin
d8de109ba1c7197ba72d40ca6e31d5f76b984b36
166
2021-08-30 22:21:48+02:00
-7,200
['c8f91a9695a4bce0e0d0e6c66b8c4397143ad515']
[web] Re-enable Firefox tests after making build job non-parallel
[{'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 testLogging.showStandardStreams = true\n useKarma {\n useChromeHeadless()\n- //useFirefox...
Kotlin
4c252b81964730f1c0fe97faae05916175ada8e1
166
2021-08-30 22:28:53+02:00
-7,200
['d8de109ba1c7197ba72d40ca6e31d5f76b984b36']
Use asHtmlElement helper only in TestUtils TestUtils is a perfect classic name!
[{'old_path': 'web/core/src/jsTest/kotlin/DomSideEffectTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/DomSideEffectTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,12 +12,8 @@ import kotlin.test.assertEquals\n class DomSideEffectTests {\n \n @Test\n- fun canCreateElementsInDomSideEffect() {\n...
Kotlin
98b58a83715f64fe610df482ff79afbcaea8305a
166
2021-08-30 22:57:31+02:00
-7,200
['4c252b81964730f1c0fe97faae05916175ada8e1']
[web] Use common test api in benchmark-core
[{'old_path': 'web/benchmark-core/build.gradle.kts', 'new_path': 'web/benchmark-core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,7 @@ kotlin {\n \n val jsTest by getting {\n dependencies {\n+ implementation(project(":test-utils"))\n i...
Kotlin
dcd8b70f708f786857aa0b64391e2451e88a5b7b
166
2021-08-30 23:38:07+02:00
-7,200
['98b58a83715f64fe610df482ff79afbcaea8305a']
[web] [tests] Use waitForRecompositionComplete instead of waitForAnimationFrame in add/remove benchmark tests
[{'old_path': 'web/benchmark-core/src/jsTest/kotlin/BenchmarkTests.kt', 'new_path': 'web/benchmark-core/src/jsTest/kotlin/BenchmarkTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,7 +49,7 @@ class BenchmarkTests {\n println("#$name[$browserName]:$avgMs;")\n }\n \n- suspend private fun Tes...
Kotlin
ce606d1c22abed6ad08c1aa85f683f68b603f15d
166
2021-08-30 23:45:09+02:00
-7,200
['dcd8b70f708f786857aa0b64391e2451e88a5b7b']
[web] [tests] Completely get rid of waitForAnimationFrame in favour of waitForRecompositionComplete
[{'old_path': 'web/benchmark-core/src/jsTest/kotlin/BenchmarkTests.kt', 'new_path': 'web/benchmark-core/src/jsTest/kotlin/BenchmarkTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -125,15 +125,9 @@ class BenchmarkTests {\n repeat(items.size) {\n if (it % 10 == 0) items[it] = "${i...
Kotlin
ffc5eaf5b34a68c00e5291ed4789ed42f22b6434
166
2021-08-31 12:52:57+02:00
-7,200
['ce606d1c22abed6ad08c1aa85f683f68b603f15d']
Moved benchmark tests to a dedicated package
[{'old_path': 'web/benchmark-core/build.gradle.kts', 'new_path': 'web/benchmark-core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,9 +42,11 @@ kotlin {\n }\n }\n \n+val BENCHMARKS_PATH = "reports/tests/jsTest/classes/org.jetbrains.compose.web.tests.benchmarks.BenchmarkTests.html"\n+\n val...
Kotlin
3f2a5d06c40b36deae5d9df7ed98173b6f39ef34
166
2021-08-31 13:17:01+02:00
-7,200
['ffc5eaf5b34a68c00e5291ed4789ed42f22b6434']
[web] and turning Firefox tests in core of again
[{'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 testLogging.showStandardStreams = true\n useKarma {\n useChromeHeadless()\n- useFirefox()...
Kotlin
a64dfe3d31ad11d087590d26cfbba891b7aab8eb
38
2021-08-31 14:37:25+03:00
-10,800
['3f2a5d06c40b36deae5d9df7ed98173b6f39ef34']
Update build.gradle.kts Remove outdated comment
[{'old_path': 'templates/multiplatform-template/desktop/build.gradle.kts', 'new_path': 'templates/multiplatform-template/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@ import org.jetbrains.compose.compose\n import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n...
Kotlin
5b34141cbe40a269ddc38151da0d111d1a5cf0f4
48
2021-09-10 06:59:11+03:00
14,400
['e16673e8427428f9220fb1ee41cd494eabeb492c']
Fix signing settings when no Keychain is specified (#1093) Closes #1086
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/validation/ValidatedMacOSSigningSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/validation/ValidatedMacOSSigningSettings.kt', 'type': <Modificatio...
Kotlin
27fda5b777ba349ef118676903c9b6f27b0fb52a
166
2021-09-10 11:55:38+02:00
-7,200
['5b34141cbe40a269ddc38151da0d111d1a5cf0f4']
Force webpack@4.0.0 for web examples This is a temporary fix for https://github.com/JetBrains/compose-jb/issues/1100
[{'old_path': 'examples/falling-balls-web/build.gradle.kts', 'new_path': 'examples/falling-balls-web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,4 @@\n+import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension\n import org.jetbrains.compose.compose\n import org.jetbrains....
Kotlin
12dc99f6b62b6ca36674cf4b260381ad2d44ab72
107
2021-09-10 17:59:29+03:00
-10,800
['27fda5b777ba349ef118676903c9b6f27b0fb52a']
Update Compose (#1151)
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit f9fa0c45f480da2960e20a6007605d974b70cbcc\n+Subproject commit eddcfadd12ee68e1087402641e506974f665ee59\n'}, {'old_path': 'compose/golden', 'new_path': 'comp...
Kotlin
8371226f66bbf13c6203d4a2ed9e5919c06eec85
48
2021-09-11 20:01:03+03:00
14,400
['68d2040fce8fae70242db4e9d35974997dc0052b']
Fix signing settings when no Keychain is specified - Fixed (#1152) Closes #1086 Closes #1020
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/validation/ValidatedMacOSSigningSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/validation/ValidatedMacOSSigningSettings.kt', 'type': <Modificatio...
Kotlin
3a7c5b3bafab367c42fbec6c855f5deb83680fb7
106
2021-09-13 23:28:27+03:00
-10,800
['8371226f66bbf13c6203d4a2ed9e5919c06eec85']
Compose. Fix memory leak
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit eddcfadd12ee68e1087402641e506974f665ee59\n+Subproject commit 9501a4c85e764994f9e4c342f86ea09bae9d920c\n'}]
Kotlin
d68c432506640823cf81a588b8a422b7dd932108
53
2021-09-15 11:52:11+02:00
-7,200
['3a7c5b3bafab367c42fbec6c855f5deb83680fb7']
web: add tests for ComposableLambdaCalls.kt (#1121) * web: add tests for ComposableLambdaCalls.kt * web update compose version 1.0.0-alpha4-build348 Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/compose-compiler-integration/src/jsMain/kotlin/CrossmoduleTestsDependencies.kt', 'new_path': 'web/compose-compiler-integration/src/jsMain/kotlin/CrossmoduleTestsDependencies.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n import androidx.compose.runtime.Composable\n import andro...
Kotlin
3eda879730aa60150d2cb5014c2968bdc00363b7
53
2021-09-15 17:31:52+02:00
-7,200
['d68c432506640823cf81a588b8a422b7dd932108']
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>
[{'old_path': 'examples/falling-balls-web/build.gradle.kts', 'new_path': 'examples/falling-balls-web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,7 +77,7 @@ compose.desktop {\n \n // a temporary workaround for a bug in jsRun invocation - see https://youtrack.jetbrains.com/issue/KT-48273\n af...
Kotlin
626cba019a87c4a6d85627765e1fdfd565d0210f
53
2021-09-16 10:39:11+02:00
-7,200
['3eda879730aa60150d2cb5014c2968bdc00363b7']
web: add RadioGroup component to manage several Radio Inputs (#1116) * web: add RadioGroup component to manage several Radio Inputs * web: improve RadioGroup PR after discussions Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/elements/RadioGroup.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,122 @@\n+package org.jetbrains.compose.web.dom\n+\n+import androidx.compose.runtime.*\n+import org.jetbrains.compose.web.ExperimentalComposeWebApi\n+impor...
Kotlin
805797eb982139c5f6d711ac4e33e5a279b9ee93
53
2021-09-20 16:41:22+02:00
-7,200
['626cba019a87c4a6d85627765e1fdfd565d0210f']
web: add `testUtils` alias to gradle plugin (#1165) This will allow to use the dependency like this: `compose.web.testUtils` 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': '@@ -153,6 +153,10 @@ class ComposePlugin : Plugin<Project> {\n val widgets by...
Kotlin
5dc4f1d9d9d19505836cbe0250f1b7752aae6851
53
2021-09-20 16:41:35+02:00
-7,200
['805797eb982139c5f6d711ac4e33e5a279b9ee93']
Remove WarnAboutComposeWithSerialization.kt (#1167) Since kotlin 1.5.30, kotlinx.serialization plugin is forced to run its transformations before any other plugin. This made compose and kotlinx.serialization compatible, therefore no need to warn about their simultaneous usage. Co-authored-by: Oleksandr Karpovich <o...
[{'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': '@@ -16,7 +16,6 @@ import org.jetbrains.compose.desktop.DesktopExtension\n import org....
Kotlin
86bf3115b5153cefe9f549e0734ee0effe0fc7a6
152
2021-09-27 18:03:34+03:00
-10,800
['929b28787d023010413bdcf2a85657c2765725bd']
Sync/2021 09 27 (#1203)
[{'old_path': 'components/build.gradle.kts', 'new_path': 'components/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ buildscript {\n dependencies {\n classpath("org.jetbrains.compose:compose-gradle-plugin:$composeVersion")\n // __KOTLIN_COMPOSE_VERSION__\n- ...
Kotlin
59ab245fdfc9995d3b506d8a77481846d732a68f
38
2021-09-27 21:34:29+03:00
-10,800
['86bf3115b5153cefe9f549e0734ee0effe0fc7a6']
Initial implementation of experimental interop with Jetpack Compose (#1190) * Initial implementation of experimental interop with Jetpack Compose * Small refactoring
[{'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': '@@ -9,9 +9,12 @@ package org.jetbrains.compose\n \n import org.gradle.api.Plugin\n im...
Kotlin
6fe8be049d0a4f35e3340e1c07493a951516abab
107
2021-09-28 10:38:21+03:00
-10,800
['59ab245fdfc9995d3b506d8a77481846d732a68f']
Miggrate to 1.0.0-alpha4-build362 (#1205)
[{'old_path': 'components/VideoPlayer/demo/src/jvmMain/kotlin/org/jetbrains/compose/videoplayer/demo/Main.kt', 'new_path': 'components/VideoPlayer/demo/src/jvmMain/kotlin/org/jetbrains/compose/videoplayer/demo/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,18 +1,16 @@\n package org.jetbrains.compose.vid...
Kotlin
493d7c775ec72cee28165344e7f5cdc1bb77a8cd
107
2021-09-28 13:55:15+03:00
-10,800
['5db79e49b6d37bfc06b375abc4cf87c07785ac5b']
Fix tutorials (#1208)
[{'old_path': 'templates/web-template/build.gradle.kts', 'new_path': 'templates/web-template/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("multiplatform") version "1.5.31"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id...
Kotlin
fc98620ed7e8e06f34555543ee8ba6ed281c2305
106
2021-09-28 19:45:18+03:00
-10,800
['493d7c775ec72cee28165344e7f5cdc1bb77a8cd']
Remove DesktopMaterialTheme from documentation and tenmplates
[{'old_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'new_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n-import androidx.compose.desktop.DesktopMaterialTheme\n import androidx.compose.desktop.ui.tooling.preview.Preview\n impor...
Kotlin
bcbe9296a6fcc062eec618a28642ade22161132a
65
2021-09-29 16:03:08+03:00
-3,600
['733d3e304ddbae136dc0acdbcc90224e4db7c26d']
Migrated TodoApp sample iOS app to embedAndSignAppleFrameworkForXcode (#1187)
[{'old_path': 'examples/todoapp/common/root/build.gradle.kts', 'new_path': 'examples/todoapp/common/root/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,21 +48,3 @@ kotlin {\n }\n }\n }\n-\n-fun getIosTarget(): String {\n- val sdkName = System.getenv("SDK_NAME") ?: "iphonesimulat...
Kotlin
9c23c763981bd11ac696663836424d7eef23358d
106
2021-09-30 20:15:43+03:00
-10,800
['be3aae56d2c6905c84df475201c95db37e9b73aa']
Scripts for updating Skiko in Compose
[{'old_path': None, 'new_path': 'compose/scripts/skikoAospCommit', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,88 @@\n+#!/bin/bash\n+set -euo pipefail\n+\n+if [ -z "${AOSP_COMPOSE_SOURCE+x}" ]; then\n+echo "Specify AOSP_COMPOSE_SOURCE. For example: export AOSP_COMPOSE_SOURCE=~/work/androidx-main"\n+exit 1\n+...
Kotlin
24ae1c0224bf06cec458b126aa501908742a9f10
114
2021-10-01 19:25:10+03:00
-10,800
['19d716d0c5039a9e2f2e2bc530e05df4db6e0581']
switch to latest compose jb
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 7c650696a232d5019754fdb00311544276bab78f\n+Subproject commit d5d9bec40a3492ecc7787894ef2539de798c6513\n'}]
Kotlin
326a130ab816a9cdb4ea0beffeb3eada16bcc6b3
96
2021-10-04 11:06:49+02:00
-7,200
['6d7c8a5d80a8ba1f8f5f4bf6f5afd7efa142b977']
web: add compiler test case for type nullable params (#1227) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'web/compose-compiler-integration/testcases/failing/ComposableWithNullableTypeParameter.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,27 @@\n+// @Module:Main\n+\n+// https://github.com/JetBrains/compose-jb/issues/1226\n+\n+import kotlin.reflect.KProperty\n+import androidx.c...
Kotlin
c1ee23856adb5442d599675202ba355df9228e18
268
2021-10-04 19:45:11+03:00
-10,800
['326a130ab816a9cdb4ea0beffeb3eada16bcc6b3']
Scripts for updating Skiko in Compose
[{'old_path': 'compose/scripts/skikoAospCommit', 'new_path': 'compose/scripts/skikoAospCommit', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,7 +50,7 @@ downloadSkiko() {\n fixWindows\n fi\n \n- $JB_GRADLE -PallowJetbrainsDev=true -PartifactName=$1:$SKIKO_VERSION\n+ $JB_GRADLE -PallowJetbrains...
Kotlin
c42dd04fd87a3a8c22e82d7e750ff144d4c6234c
268
2021-10-04 19:46:46+03:00
-10,800
['c1ee23856adb5442d599675202ba355df9228e18']
Scripts for updating Skiko in Compose
[{'old_path': 'compose/scripts/skikoAospCommit', 'new_path': 'compose/scripts/skikoAospCommit', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,6 +63,7 @@ rm -rf $AOSP_COMPOSE_SOURCE/prebuilts/androidx/external/org/jetbrains/skiko\n \n pushd $AOSP_COMPOSE_SOURCE/frameworks/support/development/importMaven\n downlo...
Kotlin
8d665cf1f04d05dd46d8539bfc690f813b49e3e2
96
2021-10-05 10:35:26+02:00
-7,200
['c42dd04fd87a3a8c22e82d7e750ff144d4c6234c']
web: update chromedriver version (#1229) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'new_path': 'web/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,8 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform\n import java.io.File\n import java.net.URL\n ...
Kotlin
3795ad1fb950091a53c25c3120f3e507485949f1
96
2021-10-05 10:35:43+02:00
-7,200
['8d665cf1f04d05dd46d8539bfc690f813b49e3e2']
web: add compiler test case `Composable With Default Values Defined By Other Params` (#1230) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/compose-compiler-integration/main-template/lib/build.gradle.kts', 'new_path': 'web/compose-compiler-integration/main-template/lib/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@ plugins {\n }\n \n repositories {\n+ mavenLocal()\n mavenCentral()\n maven("ht...
Kotlin
381a95bb62cbf72734ec7c1b9763b6e19026d9cb
106
2021-10-06 17:36:34+03:00
-10,800
['43584ca2145c32f2c097ffe83975902ae30f7a4e']
Basic animations test (#1233) Basic animations test
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/elements/Style.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/elements/Style.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -81,6 +81,38 @@ private fun fillRule(\n }\n }\n \n+fun CSSRuleDeclaration.stringPresentation...
Kotlin
fb27a552d95916b108dc8a8eedb95141cb0654dc
114
2021-10-06 18:27:19+03:00
-10,800
['24ae1c0224bf06cec458b126aa501908742a9f10']
intermediate implementation of oel by publishing
[{'old_path': 'compose/gradle.properties', 'new_path': 'compose/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,3 +4,6 @@ org.gradle.configureondemand=true\n org.gradle.parallel=true\n org.gradle.caching=true\n org.gradle.vfs.watch=true\n+androidx.compose.multiplatformEnabled=true\n+androidx.co...
Kotlin
064e3ed3d4d98cb35914913e41b8593d26abcaf9
114
2021-10-07 17:58:25+03:00
-10,800
['291eef252ead8346381de36637bf7f5a47f0f3d1']
updating components and tutorials to latest Compose API
[{'old_path': 'components/SplitPane/demo/src/jvmMain/kotlin/org/jetbrains/compose/splitpane/demo/Main.kt', 'new_path': 'components/SplitPane/demo/src/jvmMain/kotlin/org/jetbrains/compose/splitpane/demo/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ import androidx.compose.ui.Modifier\n impor...
Kotlin
a68f82a8b39520ff51c9ca96e12b75e2ddd5bce1
113
2021-10-13 12:25:56+03:00
-10,800
['162813c86485dd7fca528ea8ef41589e9e8195a7']
Adapted skikoAospCommit to use gsed on macos (#1251)
[{'old_path': 'compose/scripts/skikoAospCommit', 'new_path': 'compose/scripts/skikoAospCommit', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,7 +32,14 @@ git checkout -B skiko$SKIKO_VERSION\n popd\n \n # --------------------------------- Change frameworks/support\n-sed -i \'s/skiko = ".*"/skiko = "\'"$SKIKO_VER...
Kotlin
a823edbd7571409f5d56f584ecea62f6c148d6e2
133
2021-10-13 21:19:01+03:00
-3,600
['a68f82a8b39520ff51c9ca96e12b75e2ddd5bce1']
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
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,7 @@ Preview functionality (check your application UI without building/running it) fo\n * [compose-bird](examples/web-compose-bird) - A flappy bird clone using Compose for Web\n * [notepad](exam...
Kotlin
13620b9dd7b0ecaa0b844b52227deb0ef1082b18
12
2021-10-14 11:56:41+02:00
-7,200
['d2baeedb995541d970f7acadbedf822d9128ad8e']
Align StyleSheetBuilder parameter with other @Composable ContentBuilder and add test (#1112)
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/elements/Elements.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/elements/Elements.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -943,8 +943,8 @@ fun Style(\n * @param rulesBuild allows to define the style rules using ...
Kotlin
1afb3b11136d9ba3455f930d549b2565bbdf1d39
113
2021-10-14 14:03:54+03:00
-10,800
['13620b9dd7b0ecaa0b844b52227deb0ef1082b18']
Use on all OSes the same .gradle fix as on windows (#1256)
[{'old_path': 'compose/scripts/skikoAospCommit', 'new_path': 'compose/scripts/skikoAospCommit', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,17 +46,12 @@ $SED -i \'s/skiko = ".*"/skiko = "\'"$SKIKO_VERSION"\'"/\' $AOSP_COMPOSE_SOURCE/fram\n \n # we have error on the second call of Gradle:\n # Cannot invoke "Bu...
Kotlin
403755ae3355157faddddb0e43899fa6ff46e219
114
2021-10-15 12:20:10+03:00
-10,800
['dab843f174560e844edd0eec8db42e496877ce1b']
moving to new compose:
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 6a4a51cc1a7f106a1ee08b04a96577e1039c42b0\n+Subproject commit f21238b87d6992f8eaf812cb97bdd4c1b21edf68\n'}]
Kotlin
40e89d1f379729e4b438047846930fca222f004c
405
2021-10-18 08:43:27+02:00
-7,200
['f0cab73ea2f46ee873888586c1e7022a47ee9278']
web: move ComposableWithDefaultValuesDefinedByOtherParams.kt to passing test cases
[{'old_path': 'web/compose-compiler-integration/testcases/failing/ComposableWithDefaultValuesDefinedByOtherParams.kt', 'new_path': 'web/compose-compiler-integration/testcases/passing/ComposableWithDefaultValuesDefinedByOtherParams.kt', 'type': <ModificationType.RENAME: 3>, 'diff': ''}]
Kotlin
b1f427be5452398e426f67bfdf23012ac8550f6d
96
2021-10-19 10:53:50+02:00
-7,200
['f4ca94af8dcb0e45db6613b7eb90e8cebea4b66d']
add compose/scripts to run presubmit workflow for CLs in our androidx fork (#1273) * add scripts to test compose modules (from androidx fork) * add scripts to test compose modules (from androidx fork) * add scripts to test compose modules (from androidx fork) Co-authored-by: Oleksandr Karpovich <oleksandr.kar...
[{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -97,3 +97,26 @@ tasks.register("buildNativeDemo") {\n tasks.register("testRuntimeNative") {\n dependsOnComposeTask(":compose:runtime:runtime:macosX64Test")\n }\n+\n+tasks.register("tes...
Kotlin
941875196d406593dbb3246a613112e4a01ad7a8
54
2021-10-19 18:25:54+03:00
-10,800
['b1f427be5452398e426f67bfdf23012ac8550f6d']
Add tags for Gradle plugin portal publication (#1276)
[{'old_path': 'gradle-plugins/build.gradle.kts', 'new_path': 'gradle-plugins/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ import com.gradle.publish.PluginBundleExtension\n plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.5.10" apply false\n- id("com.gr...
Kotlin
9806bdc08521dbf6720cf37641795165fc7b21e3
269
2021-10-19 18:57:16+03:00
-10,800
['941875196d406593dbb3246a613112e4a01ad7a8']
LWJGL integration example (#1275)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,6 +47,8 @@ Preview functionality (check your application UI without building/running it) fo\n * [components](components) - custom components of Compose Multiplatform\n * [Video Player](components/VideoPla...
Kotlin
b9b9e3438b520a5d0d58c295286e9d38d2a8506d
269
2021-10-19 19:00:34+03:00
-10,800
['9806bdc08521dbf6720cf37641795165fc7b21e3']
Move cef and videoplayer to experimental folder (#1277) Only experimental/components/settings.gradle.kts is copied with changes, the rest is copied without changes
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,6 @@ Preview functionality (check your application UI without building/running it) fo\n * [benchmarks](benchmarks) - collection of benchmarks\n * [compose](compose) - composite build of [Compose-jb sour...
Kotlin
5d499362463c472705210235bd3a2406e28e387b
270
2021-10-20 09:25:00+03:00
-10,800
['b9b9e3438b520a5d0d58c295286e9d38d2a8506d']
Move Falling Balls to 0.0.0-master-build413
[{'old_path': 'examples/falling-balls/build.gradle.kts', 'new_path': 'examples/falling-balls/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.5.31"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("org.jetb...
Kotlin
c3e3fa30e2e29e46dd0c44aff3d18ff62145f6b7
270
2021-10-20 09:32:29+03:00
-10,800
['5d499362463c472705210235bd3a2406e28e387b']
Move image viewer to 0.0.0-master-build413
[{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-plugi...
Kotlin
d0523839dd1d6efdccdc3da25b00bf9435e5e4c5
270
2021-10-20 09:53:44+03:00
-10,800
['c3e3fa30e2e29e46dd0c44aff3d18ff62145f6b7']
Move web birds demo to 0.0.0-master-build413
[{'old_path': 'examples/web-compose-bird/build.gradle.kts', 'new_path': 'examples/web-compose-bird/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,8 @@\n import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension\n \n plugins {\n- kotlin("multiplatform") version "1.5.21"\n-...
Kotlin
52253a2777f4b3a0e49a4bdc606e570262ba1116
65
2021-10-20 15:24:14+03:00
-10,800
['88573dc98db4478ab921ccfdf524c22606ef5bee']
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
[{'old_path': 'examples/notepad/build.gradle.kts', 'new_path': 'examples/notepad/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,9 +3,9 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n // __KOTLIN_COMPOSE_VERSION__\n- kotlin("jvm") version "1.5.21"\n+ ...
Kotlin
affbb955b67b256c8fd693d5be77a44e3ed3566e
269
2021-10-20 19:28:58+03:00
-10,800
['6ac15ac3d06d49083cb85e0ce924a67901f18816']
Add uiTestJUnit4 to Compose Gradle Plugin (#1282)
[{'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': '@@ -164,6 +164,7 @@ class ComposePlugin : Plugin<Project> {\n val material ge...
Kotlin
05d218b7181de2f7d9d2e2b84eb7a8fb7592b84e
65
2021-10-21 12:31:39+03:00
-10,800
['affbb955b67b256c8fd693d5be77a44e3ed3566e']
Support OEL publication in gradle plugin (#1285) * switching to oel compose branch * Implementation of OEL publishing * Changed based on Code Review * Revert `support` folder Co-authored-by: Igor Demin <igordmn@gmail.com>
[{'old_path': 'gradle-plugins/buildSrc/src/main/kotlin/BuildProperties.kt', 'new_path': 'gradle-plugins/buildSrc/src/main/kotlin/BuildProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,4 +19,8 @@ object BuildProperties {\n ?: project.findProperty("deploy.version") as String\n fun isCo...
Kotlin
1638f0f08bcc9c506d83e8a96d775d8e46663267
96
2021-10-21 19:02:01+02:00
-7,200
['2b42ff960f96fc4f01db844ad009195939e83404']
web: fix mouse event for safari mobile (#1288) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/events/SyntheticMouseEvent.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/events/SyntheticMouseEvent.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,8 +23,12 @@ open class SyntheticMouseEvent internal constructor(\n ...
Kotlin
354e48a5421222b938272961c21a7fd562a5ffa8
96
2021-10-21 19:02:11+02:00
-7,200
['1638f0f08bcc9c506d83e8a96d775d8e46663267']
Web: fix jumping cursor of controlled inputs (#1287) * web: fix cursor position for controlled inputs (wip) * web: fix cursor position for controlled inputs (wip) 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': '@@ -299,7 +299,9 @@ fun AttrsBuilder<HTMLImageElement>.alt(value: String): AttrsBuilder<HTMLIma...
Kotlin
d876ecb0c4407250a21dee77a48587cd992ebc51
270
2021-10-22 10:15:19+03:00
-10,800
['354e48a5421222b938272961c21a7fd562a5ffa8']
Fix examples, move all of them to Gradle 7.1.1
[{'old_path': 'examples/codeviewer/common/build.gradle.kts', 'new_path': 'examples/codeviewer/common/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,6 @@ kotlin {\n }\n named("desktopMain") {\n kotlin.srcDirs("src/jvmMain/kotlin")\n- resources.srcDir...
Kotlin
125df879409f442fa2948973aee51ee00f561fad
270
2021-10-22 10:41:12+03:00
-10,800
['d876ecb0c4407250a21dee77a48587cd992ebc51']
Add run task to run sample
[{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -120,3 +120,7 @@ tasks.register("testComposeModules") { // used in https://github.com/JetBrains/a\n // compose/out/androidx/compose/ui/ui-text/build/intermediates/tmp/manifest/test/deb...
Kotlin
8002705c9e851c748f8f50a6def68934c852a81c
406
2021-10-22 11:46:55+03:00
-10,800
['125df879409f442fa2948973aee51ee00f561fad']
Update codeviewer example (#1292)
[{'old_path': 'examples/codeviewer/build.gradle.kts', 'new_path': 'examples/codeviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-plugin:...
Kotlin
095379d513511fadc1179e6b64fae5b3c69ff503
462
2021-10-22 12:27:18+02:00
-7,200
['8002705c9e851c748f8f50a6def68934c852a81c']
Introduce basic support for SVG (#1289)
[{'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': '@@ -197,6 +197,10 @@ class ComposePlugin : Plugin<Project> {\n composeDep...
Kotlin
c5c28f8aad895426fdb8db695341d9561a920428
96
2021-10-22 12:32:09+02:00
-7,200
['095379d513511fadc1179e6b64fae5b3c69ff503']
web: make auto-css experimental (#1294) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/ExperimentalComposeWebStyleApi.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,4 @@\n+package org.jetbrains.compose.web\n+\n+@RequiresOptIn("This API is experimental and is likely to change in the future.")\n+annotation cl...
Kotlin
b176da712870b11eca1989d0709d4b0a2dfde91d
406
2021-10-22 16:13:33+03:00
-10,800
['9770595895e8bd24209b5851a41f3820d74ca78a']
Examples and templates to 1.0.0-beta1 (#1296)
[{'old_path': 'examples/falling-balls/build.gradle.kts', 'new_path': 'examples/falling-balls/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.5.31"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("org.jetb...
Kotlin
14bf6674d9d363b3d45a01aae3ea99f42dc124c2
106
2021-10-22 16:11:03+02:00
-10,800
['ae10beba9e1eba0ba989ffa15a83bf75b5db5e4b']
Add implicit self for nested css selector (#1284) * Deprecate `descendant` and introduce `desc` util to combine selectors * Add internal `contains` method to `CSSSelector` * Add implicit self for nested css selector
[{'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,6 +1,7 @@\n package org.jetbrains.compose.web.css\n \n import org.jetbrains.compose.web.css.s...
Kotlin
799f9d82c523b3643ebca034a434c56196ab6139
270
2021-10-25 10:54:08+03:00
-10,800
['4589805fc06ff2372be017d344b5649b3dcb14b0']
Small cleanup in widgets gallery
[{'old_path': 'examples/widgets-gallery/common/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/screens/Toggles.kt', 'new_path': 'examples/widgets-gallery/common/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/screens/Toggles.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,7 @@ imp...
Kotlin
633c6c055ca44a0f5e4bc5a1d3ad84174077dbf6
54
2021-10-25 11:00:46+03:00
-10,800
['799f9d82c523b3643ebca034a434c56196ab6139']
Include preview-rpc into Compose Gradle plugin (#1302) To fix resolving the plugin from Gradle plugin portal, when no additional plugin repositories are declared
[{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,25 +38,31 @@ sourceSets.main.configure {\n java.srcDir(buildConfigDir)\n }\n \n-val embedded by configurations.creating\n+val embeddedDependencies by ...
Kotlin
984a26ce1dcf818c793fae8079da3e05ef93fe6d
106
2021-10-25 10:06:07+02:00
-10,800
['633c6c055ca44a0f5e4bc5a1d3ad84174077dbf6']
Pass resolved with self selector to nested builder (#1298)
[{'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': '@@ -14,13 +14,14 @@ class CSSBuilderImpl(\n rulesHolder: CSSRulesHolder\n ) : CSSRuleBuilderImp...
Kotlin
8ba3ba00d9e3e01408caa6edc4fac1dd2bade91e
270
2021-10-25 11:27:44+03:00
-10,800
['984a26ce1dcf818c793fae8079da3e05ef93fe6d']
Move Web demos to 1.0.0-beta1
[{'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
9b40de61a1a4b71cd998c586b75eed950294550d
54
2021-10-25 11:33:43+03:00
-10,800
['8ba3ba00d9e3e01408caa6edc4fac1dd2bade91e']
Provide DSL extension for configuring JB Compose repo (#1301)
[{'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': '@@ -7,12 +7,15 @@\n \n package org.jetbrains.compose\n \n+import groovy.lang.Closure\...
Kotlin
bbec5eaa43c4a87df162eae8fe56d6333cef497f
96
2021-10-25 10:46:15+02:00
-7,200
['9b40de61a1a4b71cd998c586b75eed950294550d']
web: add tests for Css selectors `desc` (#1305) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'web/core/src/jsTest/kotlin/CssSelectorsTests.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,155 @@\n+package org.jetbrains.compose.web.core.tests\n+\n+import kotlinx.browser.window\n+import org.jetbrains.compose.web.css.*\n+import org.jetbrains.compose.web.dom.Div\n+import ...
Kotlin
0f1d191b93b4bf63f6ff244e0767ba7f4bc2a2da
96
2021-10-25 10:47:01+02:00
-7,200
['bbec5eaa43c4a87df162eae8fe56d6333cef497f']
web: add compiler test case `Composable With Typed Default Values` (#1231) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'web/compose-compiler-integration/testcases/failing/ComposableWithTypedDefaultValues.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,43 @@\n+// @Module:Main\n+import androidx.compose.runtime.Composable\n+import androidx.compose.runtime.currentComposer\n+import androidx.compos...
Kotlin
ade07cb4659e17f9e4aee224f380e7a4093d82da
268
2021-10-25 12:17:53+03:00
-10,800
['0f1d191b93b4bf63f6ff244e0767ba7f4bc2a2da']
Examples. Notepad. Move to 1.0.0-beta1
[{'old_path': 'examples/notepad/build.gradle.kts', 'new_path': 'examples/notepad/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.5.31"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("org.jetbrains.compos...
Kotlin
a800404be31c91b67fd6e834db77133a18927171
268
2021-10-25 13:04:04+03:00
-10,800
['6e298d69c1b98fb18353bad5f8f48ed74b54f3cf']
Examples. Issues. 1.0.0-beta1
[{'old_path': 'examples/issues/android/build.gradle.kts', 'new_path': 'examples/issues/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,11 +5,11 @@ plugins {\n }\n \n android {\n- compileSdk = 30\n+ compileSdk = 31\n \n defaultConfig {\n minSdk = 26\n- targetSdk =...
Kotlin
6c27a86f1c74acf3fb12eb0a0252486a988e0c85
268
2021-10-25 13:11:20+03:00
-10,800
['a800404be31c91b67fd6e834db77133a18927171']
Examples. ImageViewer. 1.0.0-beta1
[{'old_path': 'examples/imageviewer/android/build.gradle.kts', 'new_path': 'examples/imageviewer/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,11 +5,11 @@ plugins {\n }\n \n android {\n- compileSdk = 30\n+ compileSdk = 31\n \n defaultConfig {\n minSdk = 21\n- t...
Kotlin
591475fa083abb74a9e44a5c1279f903111bfc5a
268
2021-10-25 13:45:05+03:00
-10,800
['6c27a86f1c74acf3fb12eb0a0252486a988e0c85']
Examples. Issues stayed opened even after closing the window
[{'old_path': 'examples/issues/desktop/src/jvmMain/kotlin/androidx/ui/examples/jetissues/Main.kt', 'new_path': 'examples/issues/desktop/src/jvmMain/kotlin/androidx/ui/examples/jetissues/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n package androidx.ui.examples.jetissues\n \n import androidx...
Kotlin
d1c5bcd853621897cd7f96b0f022b31e1fd60f34
268
2021-10-25 13:45:34+03:00
-10,800
['591475fa083abb74a9e44a5c1279f903111bfc5a']
Examples. Issues stayed opened even after closing the window
[{'old_path': 'examples/issues/desktop/src/jvmMain/kotlin/androidx/ui/examples/jetissues/Main.kt', 'new_path': 'examples/issues/desktop/src/jvmMain/kotlin/androidx/ui/examples/jetissues/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,5 +28,5 @@ fun main() {\n }\n }\n }\n- exit...
Kotlin
785ab617b6a7e4f0579d7ad0059bff7788c593b6
54
2021-10-26 11:03:02+03:00
-10,800
['83a2f2ce19088e161f07789f8b30a923a3d1ff0f']
Fix compiling and running Gradle tests (#1312) * Tests stopped compiling after preview RPC was embedded, because compileOnly dependencies are not visible to tests; * Local test runs were broken, because the default compose.version (1.0.0-alpha4-build328) is not compatible with Kotlin 1.5.31 (compose.version is alw...
[{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,6 +48,7 @@ dependencies {\n // Use `embedded` helper to include a dependency.\n fun embedded(dep: Any) {\n compileOnly(dep)\n+ test...
Kotlin
26a05c51337e6b25a271a0b7312a581bc732cf76
54
2021-10-26 11:46:27+03:00
-10,800
['785ab617b6a7e4f0579d7ad0059bff7788c593b6']
Add jar with embedded dependencies to test runtime classpath (#1313)
[{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -96,6 +96,8 @@ val isWindows = getCurrentOperatingSystem().isWindows\n \n val gradleTestsPattern = "org.jetbrains.compose.gradle.*"\n tasks.test {\n+ depen...
Kotlin
e94983a2743ae003120ea1e89b0cd834fb9183a1
442
2021-10-26 14:42:44+03:00
-7,200
['26a05c51337e6b25a271a0b7312a581bc732cf76']
Fix mouse events tutorial title (#1316)
[{'old_path': 'tutorials/Mouse_Events/README.md', 'new_path': 'tutorials/Mouse_Events/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-# Getting Started with Compose for Desktop\n+# Mouse events\n \n ## What is covered\n \n'}]
Kotlin
ad57414f29078b6e8876172517e3dfc53624d6c3
54
2021-10-28 17:28:01+03:00
-10,800
['e94983a2743ae003120ea1e89b0cd834fb9183a1']
Do not shade transitive dependencies (#1321)
[{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar\n import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.ge...
Kotlin
42d19b380105233c02c7cc4014a6335afe09ac64
269
2021-10-28 21:49:22+03:00
-10,800
['ad57414f29078b6e8876172517e3dfc53624d6c3']
Disable Android build if redirecting to Jetpack Compose is enabled (#1322)
[{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n val composeBuild = gradle.includedBuild("support")\n fun Task.dependsOnComposeTask(name: String) = dependsOn(composeBuild.task(name))\n \n+val isOelPublication = project.fin...
Kotlin
039b1ce7741f62cd313ce5e9909935ea1f093174
526
2021-10-28 22:03:53+03:00
-7,200
['3f53d8c162a6e554dc3cb11c747d4eafb78585d6']
Cleanup redundant code (#1323)
[{'old_path': 'experimental/lwjgl-integration/src/main/kotlin/GlfwEvents.kt', 'new_path': 'experimental/lwjgl-integration/src/main/kotlin/GlfwEvents.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,11 +15,6 @@ import java.awt.event.MouseEvent\n @OptIn(ExperimentalComposeUiApi::class)\n fun ComposeScene.subscr...
Kotlin
b49c735d117fe777a80a7a6d82f46312d849d453
65
2021-10-29 14:06:09+03:00
-10,800
['b676bd6f04a13bce4321fb8a0954843718ae07ae']
updating change log (#1325) * Change log for beta added * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,37 @@\n+# 1.0.0-beta (Oct 2021)\n+## Common\n+- no Android artifacts are published anymore. Google-published artifacts are referenced instead. This approach eliminates compatibility issues.\n+\n+## Deskto...
Kotlin
e632060753164239cabb2956f21d9548638ff0cc
269
2021-11-01 11:48:51+03:00
-10,800
['b49c735d117fe777a80a7a6d82f46312d849d453']
Update README.md (#1328)
[{'old_path': 'tutorials/Mouse_Events/README.md', 'new_path': 'tutorials/Mouse_Events/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -208,4 +208,39 @@ fun main() = singleWindowApplication {\n ```\n <img alt="Application running" src="mouse_event.gif" height="500" />\n \n-If you need more information abou...
Kotlin
4e62ee482ebc8fcb7611243b6111483fca89842b
54
2021-11-04 16:28:12+03:00
-10,800
['0055541b61e2bfd2633f2a1172d3be62160edde7']
Ignore changes in prebuilts/fullsdk-* (#1353)
[{'old_path': 'compose/.gitignore', 'new_path': 'compose/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n-prebuilds\n+prebuilts/fullsdk-darwin/\n+prebuilts/fullsdk-linux/\n out\n *.iml\n .gradle\n'}]
Kotlin
1c25803032d10b76afa369923df1216642f397ee
54
2021-11-08 12:10:08+03:00
-10,800
['4e62ee482ebc8fcb7611243b6111483fca89842b']
Build helpers (#1350) * Move publishing helpers from Skiko Copy of https://github.com/JetBrains/skiko/tree/0c4350b8e8d5307a310cc944f84a72a210e5cb41/skiko/buildSrc/publishing * Fix validation of pom packaging * Add util for reading Maven Central configuration * Suppress unused inspection * Rename sonatyp...
[{'old_path': None, 'new_path': 'build-helpers/build.gradle.kts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,76 @@\n+plugins {\n+ kotlin("jvm") version "1.5.30" apply false\n+ id("com.github.johnrengelman.shadow") version "7.1.0" apply false\n+}\n+\n+subprojects {\n+ group = "org.jetbrains.compose....
Kotlin
eec0f9abe4c5984f6cd2a424b83e7edf63725f68
54
2021-11-08 12:10:26+03:00
-10,800
['1c25803032d10b76afa369923df1216642f397ee']
Configure publishing to Maven Central (#1351) Fixes #1106
[{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,9 @@\n+import org.jetbrains.compose.internal.publishing.*\n+\n+plugins {\n+ signing\n+}\n+\n val composeBuild = gradle.includedBuild("support")\n fun Task.dependsOnComposeTask(n...
Kotlin
a464c14130f304420f2318f405e2aff346154c53
54
2021-11-09 16:54:09+03:00
-10,800
['ef722f31fcd90f96f4012ebc30ba50e4a34d8b5d']
Update plugin portal plugin & metadata (#1375) * Update Gradle plugin publishing plugin 0.17.0 increases the maximum length of plugin version strings to 50 characters * Update website on plugin portal
[{'old_path': 'gradle-plugins/build.gradle.kts', 'new_path': 'gradle-plugins/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ import com.gradle.publish.PluginBundleExtension\n plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.5.10" apply false\n- id("com.gr...
Kotlin
16e33bc94579cec88a0cc38dcf955dd327c8b7ef
114
2021-11-11 15:02:45+03:00
-10,800
['a464c14130f304420f2318f405e2aff346154c53']
switching to the latest compose
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 8cb55dd524114e6002ddf25afb55a945181eef46\n+Subproject commit 01a6ba8bafc4db4926f9d98cde675101d6dfd06a\n'}]
Kotlin