Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
33a059ddd3e46643e17c8552dc86e5db0328f52e | 107 | 2021-06-29 16:58:10+03:00 | -10,800 | ['854de3681cb340ed0ad4912382f7d27b42a5518f'] | Compose as submodule, scripts for build/test Compose (#830)
- add run configurations for IDEA / Android Studio
- configure CI to use those scripts to build everything: 0.0.0-newci-316 (with desktop/web components) | [{'old_path': None, 'new_path': '.gitmodules', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+[submodule "compose/frameworks/support"]\n+\tpath = compose/frameworks/support\n+\turl = https://github.com/JetBrains/androidx\n+[submodule "compose/golden"]\n+\tpath = compose/golden\n+\turl = https://android.g... | Kotlin |
599ffdce58a401344915a419a106a1d971e75864 | 53 | 2021-06-29 16:46:41+02:00 | -7,200 | ['2117b74bd28184b13a4a32af8ad73aae58cec4b4'] | Update tutorials check task to support individual targets checks (#831)
`./gradlew check -PCHECK_TARGET=all` - `all` is the default, so can be omitted
`./gradlew check -PCHECK_TARGET=desktop`
`./gradlew check -PCHECK_TARGET=web`
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'old_path': 'tutorials/checker/build.gradle.kts', 'new_path': 'tutorials/checker/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,16 +50,16 @@ fun cloneTemplate(template: String, index: Int, content: String): File {\n return tempDir\n }\n \n-fun checkDirs(dirs: List<String>, template: String... | Kotlin |
e40f7a0d9a84740787a5c47a781bd06083c48013 | 53 | 2021-06-29 16:49:17+02:00 | -7,200 | ['599ffdce58a401344915a419a106a1d971e75864'] | Update web tutorials for 0.5.0-build228 (#833)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'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.10"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id... | Kotlin |
bca5d289761c9be0156c4ce9ab4d1192bbe63902 | 178 | 2021-06-30 08:19:14+02:00 | -19,800 | ['2e82f1cc984c7cb0db13d6e1d3b5974d60e18869'] | update README - fix broken path (#835) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ at https://android.googlesource.com/platform/frameworks/support.\n * [issues](examples/issues) - GitHub issue tracker with an adaptive UI and ktor-client\n * [game](examples/falling_balls) ... | Kotlin |
1a7a1fbbd37b11f97e3c6f6e88bbc0d9f0ebe134 | 166 | 2021-06-30 15:57:29+02:00 | -7,200 | ['bca5d289761c9be0156c4ce9ab4d1192bbe63902'] | Update web examples after releasing 0.5.0-build228 | [{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n kotlin("multiplatform") version "1.5.10"... | Kotlin |
e96826c47c7c7b63cd85d029ac34049869abc565 | 28 | 2021-06-30 17:52:45+03:00 | -10,800 | ['1a7a1fbbd37b11f97e3c6f6e88bbc0d9f0ebe134'] | Use Gradle 7.1 for building Gradle and Intellij plugin (#836)
* Replace usage of 'de.fuerstenau.buildconfig'
with a custom replacement, because the plugin
does not support Gradle 7.0+ and
there has not been any commit activity in 5 years
(https://github.com/mfuerstenau/gradle-buildconfig-plugin);
* Update 'com.gi... | [{'old_path': 'gradle-plugins/build.gradle.kts', 'new_path': 'gradle-plugins/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,8 +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 |
8131b6665dae5bdc947dfda0b6887033f80d42df | 166 | 2021-06-30 17:12:44+02:00 | -7,200 | ['e96826c47c7c7b63cd85d029ac34049869abc565'] | Remove accidentaly wrongly merge code from a debug branch | [{'old_path': 'web/integration-core/src/jvmTest/kotlin/org/jetbrains/compose/web/tests/integration/common/BaseIntegrationTests.kt', 'new_path': 'web/integration-core/src/jvmTest/kotlin/org/jetbrains/compose/web/tests/integration/common/BaseIntegrationTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,12 +... | Kotlin |
b1d8682cbe7495bcb176260db43aa05d009b3daa | 107 | 2021-06-30 19:20:48+03:00 | -10,800 | ['8131b6665dae5bdc947dfda0b6887033f80d42df'] | Automatically add `-Dcompose.application.configure.swing.globals=true to run/package tasks (#820)
When users run/package application we will configure Compose to work as standalone application.
It means we will override some global Swing properties in Compose initialization function:
- sets system property `apple.... | [{'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': '@@ -24,6 +24,... | Kotlin |
c0bba88f029251be664e20e8350bee88251069ec | 166 | 2021-06-30 23:35:04+02:00 | -7,200 | ['b1d8682cbe7495bcb176260db43aa05d009b3daa'] | Simplify text selection in "select event update the txt"
This approach also make it more cross-platform resistant | [{'old_path': 'web/integration-core/src/jvmTest/kotlin/org/jetbrains/compose/web/tests/integration/EventTests.kt', 'new_path': 'web/integration-core/src/jvmTest/kotlin/org/jetbrains/compose/web/tests/integration/EventTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,6 +16,15 @@ import org.openqa.selenium... | Kotlin |
fa2126872b317137fa451adf9c2625b8317b1fca | 106 | 2021-07-01 12:27:34+03:00 | -10,800 | ['956634da66d93311a4c3114b5e9bcc70c390d3bc'] | Add linux-arm64 to the build script, add forgoten tools.jar | [{'old_path': 'compose/.gitignore', 'new_path': 'compose/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,3 +15,4 @@ build/\n /captures\n .externalNativeBuild\n .cxx\n+*.hprof\n\\ No newline at end of file\n'}, {'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <M... | Kotlin |
643bda09d8f833ad16f9e9efd6ed3ac9b0ea53e8 | 166 | 2021-07-01 15:25:16+02:00 | -7,200 | ['fa2126872b317137fa451adf9c2625b8317b1fca'] | CSSPlus, CSSMinus, CSSTimes and CSSDiv are private - it's all CSSCalcOperation for users | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSOperations.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSOperations.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,21 +21,21 @@ data class CSSCalcValue<T : CSSUnit>(\n override fun toString(): String = "calc... | Kotlin |
306bbbb5f280c188b8ac9ebf139c0c60a0f28b13 | 166 | 2021-07-01 18:02:05+02:00 | -7,200 | ['643bda09d8f833ad16f9e9efd6ed3ac9b0ea53e8'] | Add minimal units tests for media queries | [{'old_path': None, 'new_path': 'web/core/src/jsTest/kotlin/MediaQueryTests.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,79 @@\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 license that can be found in the ... | Kotlin |
8d5f47f78ba24f69998dcda18426c5a8cd3abe08 | 166 | 2021-07-01 22:10:35+02:00 | -7,200 | ['306bbbb5f280c188b8ac9ebf139c0c60a0f28b13'] | Prepare mediaquery test for cross-browser support | [{'old_path': 'web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/TestCases1.kt', 'new_path': 'web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/TestCases1.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@ import androidx.compose.runtime.mutableStateOf\n im... | Kotlin |
073e5e9db6c0404a9ac43e6552b06187cfd1d3fc | 166 | 2021-07-01 22:47:24+02:00 | -7,200 | ['8d5f47f78ba24f69998dcda18426c5a8cd3abe08'] | Mediaquery resize test is passing in Firefox
firefox tests are not enabled so far nevertheless | [{'old_path': 'web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/TestCases1.kt', 'new_path': 'web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/TestCases1.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,7 +71,7 @@ class TestCases1 {\n private object AppStyleSheet... | Kotlin |
a11f080730e051eab5950a8495fd2d34141b7651 | 166 | 2021-07-01 22:56:08+02:00 | -7,200 | ['073e5e9db6c0404a9ac43e6552b06187cfd1d3fc'] | Make `file input updates the text` cross-browser | [{'old_path': 'web/integration-core/src/jvmTest/kotlin/org/jetbrains/compose/web/tests/integration/InputsTests.kt', 'new_path': 'web/integration-core/src/jvmTest/kotlin/org/jetbrains/compose/web/tests/integration/InputsTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ import org.openqa.selenium.... | Kotlin |
f1db4c759bf98ef6d5d5ceadf850da686ae2b5be | 28 | 2021-07-02 00:51:49+03:00 | -10,800 | ['a11f080730e051eab5950a8495fd2d34141b7651'] | Update compose in preview example (#842) | [{'old_path': 'idea-plugin/examples/desktop-project/build.gradle.kts', 'new_path': 'idea-plugin/examples/desktop-project/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,8 @@ import org.jetbrains.compose.compose\n plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.5... | Kotlin |
244f4ce1d8715eee1d59a4d80deb02278495a67f | 166 | 2021-07-02 00:54:16+02:00 | -7,200 | ['f1db4c759bf98ef6d5d5ceadf850da686ae2b5be'] | Fix last integraton test failing in Firefox and enabling it as a default target | [{'old_path': 'web/gradle.properties', 'new_path': 'web/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,4 @@\n COMPOSE_CORE_VERSION=0.5.0-build228\n COMPOSE_WEB_VERSION=0.0.16-SNAPSHOT\n COMPOSE_WEB_BUILD_WITH_EXAMPLES=false\n+compose.web.tests.integration.withFirefox\n'}, {'old_path': 'we... | Kotlin |
8a072a356e02cdfa98e21d3927d9ba43a8d8c536 | 166 | 2021-07-03 01:14:54+02:00 | -7,200 | ['244f4ce1d8715eee1d59a4d80deb02278495a67f'] | Remove helper DOM builder elements from the public scope | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/elements/Base.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/elements/Base.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,104 +93,6 @@ class DisposableEffectHolder(\n var effect: (DisposableEffectScope.(Element) -> Disposa... | Kotlin |
f61920c4e4ca00b36be9b1625279c0e11a935ef1 | 178 | 2021-07-04 14:40:19+02:00 | -19,800 | ['8a072a356e02cdfa98e21d3927d9ba43a8d8c536'] | Compose Bird - Improve Structure (#838)
* improve structure by reducing number of lines
(removed unnecessary divs, css, composable etc)
* fix resource not found issue | [{'old_path': 'examples/web-compose-bird/settings.gradle.kts', 'new_path': 'examples/web-compose-bird/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,5 +4,5 @@ pluginManagement {\n maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")\n }\n }\n-rootProject.name = "compos... | Kotlin |
e2dd2562355edf5a63e156e7a7a8bdbb050b102d | 59 | 2021-07-05 10:51:55+03:00 | -10,800 | ['f61920c4e4ca00b36be9b1625279c0e11a935ef1'] | CSS Animations (#810) | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/BrowserAPI.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/BrowserAPI.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,19 @@\n @file:Suppress("UNUSED", "NOTHING_TO_INLINE", "FunctionName")\n package org.jetbrains.comp... | Kotlin |
f80715aee72e18d9ac5d67efa4cb0953487f3ee6 | 91 | 2021-07-05 15:19:45+03:00 | 21,600 | ['e2dd2562355edf5a63e156e7a7a8bdbb050b102d'] | Fix typo: handeled -> handled (#822) | [{'old_path': 'web/core/src/jsTest/kotlin/elements/EventTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/elements/EventTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,12 +18,12 @@ class EventTests {\n \n @Test\n fun buttonClickHandled() = runTest {\n- var handeled = false\n+ var... | Kotlin |
622d2c36bda970a5eb56af4a348962fba9eaf3de | 106 | 2021-07-05 15:45:47+03:00 | -10,800 | ['f80715aee72e18d9ac5d67efa4cb0953487f3ee6'] | Examples. Notepad. Move to 0.5.0-build229 | [{'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.10"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("org.jetbrains.compos... | Kotlin |
200cb779e7217177bbda2109f2c7dc36e8cb8d18 | 108 | 2021-07-05 16:49:35+03:00 | -10,800 | ['622d2c36bda970a5eb56af4a348962fba9eaf3de'] | Add @Preview to Falling Balls demo | [{'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.10"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("org.jetb... | Kotlin |
45242dc54ced6022203d6ec9c9d79c368e800b70 | 28 | 2021-07-05 17:32:18+03:00 | -10,800 | ['200cb779e7217177bbda2109f2c7dc36e8cb8d18'] | Don't create repeated run configurations for preview (#851) | [{'old_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/PreviewIcons.kt', 'new_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/PreviewIcons.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,4 +11,5 @@ object PreviewIcons {\n private fun load(path: ... | Kotlin |
c41d7157f5474843558f4a4e5cc11d357fc24e2a | 28 | 2021-07-05 18:28:53+03:00 | -10,800 | ['45242dc54ced6022203d6ec9c9d79c368e800b70'] | Fix preview scaling (#852)
Resolves #837 | [{'old_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/PreviewStateService.kt', 'new_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/PreviewStateService.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ class PreviewStateService : Disposabl... | Kotlin |
6038da77baa7040498d82c4e733139ac03f47cc4 | 28 | 2021-07-05 18:41:23+03:00 | -10,800 | ['c41d7157f5474843558f4a4e5cc11d357fc24e2a'] | Allow adding extra keys to Info.plist (#845)
Resolves #795 | [{'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': '@@ -41,6 +41,15 @@ open class M... | Kotlin |
6a3b83495835368461bf99946292fe62714a87d2 | 28 | 2021-07-05 19:09:44+03:00 | -10,800 | ['f781231089db92bb7866a0190cff7dcebe8a0473'] | Preview toolwindow improvements (#854)
* Activate preview toolwindow on receiving preview configuration
* Don't show preview toolwindow until a preview is requested
* Add icon to preview toolwindow | [{'old_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/PreviewToolWindow.kt', 'new_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/PreviewToolWindow.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,6 +16,10 @@ class PreviewToolWindow : ToolWindowFact... | Kotlin |
55b8faf0f52f4598d15643b4dfdb5b6eb4e5df11 | 28 | 2021-07-06 11:31:14+03:00 | -10,800 | ['6a3b83495835368461bf99946292fe62714a87d2'] | Update Intellij Gradle plugin to 1.1.2 (#853) | [{'old_path': 'idea-plugin/build.gradle.kts', 'new_path': 'idea-plugin/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,14 +3,14 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile\n plugins {\n id("java")\n id("org.jetbrains.kotlin.jvm") version "1.5.10"\n- id("org.jetbrains.in... | Kotlin |
774b9793f509b153f61a990f1f43779c1284b9e4 | 150 | 2021-07-06 11:59:13+02:00 | -7,200 | ['55b8faf0f52f4598d15643b4dfdb5b6eb4e5df11'] | Update web examples to use 0.5.0-build235 | [{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n kotlin("multiplatform") version "1.5.10"... | Kotlin |
8edc12f02aa387b31a4c1366281e203731b38ed5 | 53 | 2021-07-07 12:16:38+02:00 | -7,200 | ['774b9793f509b153f61a990f1f43779c1284b9e4'] | web: Remove deprecated input event listeners (#861)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,7 +75,7 @@ fun CodeSampleSwitcher(count: Int, current: Int, onSelect: (Int) ... | Kotlin |
6e2514fd88d678f7cd0ca32f713218548292601a | 165 | 2021-07-07 17:12:12+02:00 | -7,200 | ['8edc12f02aa387b31a4c1366281e203731b38ed5'] | Move backgroundColor to a separate file and introduce dedicated test | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSProperties.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,14 +33,6 @@ fun StyleBuilder.color(value: CSSColorValue) {\n property("color", value)\n }\n ... | Kotlin |
386ca357d0d2c05164822951bd4200b2e5ef7cd5 | 91 | 2021-07-07 18:02:32+02:00 | 21,600 | ['6e2514fd88d678f7cd0ca32f713218548292601a'] | Simplify Compose in React example (#823)
There is no need to use the attrs function. | [{'old_path': 'examples/web-with-react/src/jsMain/kotlin/ComposeInReactApp.kt', 'new_path': 'examples/web-with-react/src/jsMain/kotlin/ComposeInReactApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,11 +69,7 @@ private val composeListComponentWrapper = functionalComponent<ListProps> { props\n }\n \n ... | Kotlin |
ead86959b9a1dd21f8baf2b00280ea5227080bce | 53 | 2021-07-07 18:03:02+02:00 | -7,200 | ['386ca357d0d2c05164822951bd4200b2e5ef7cd5'] | web: Add tests for `ref` attribute (#864)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'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': '@@ -241,4 +241,94 @@ class AttributesTests {\n waitChanges()\n assertEquals("<div b=\\"pp\\" c=\\"cc\\"></div>", ro... | Kotlin |
67952b4b407e73a72d4fd1ee8e143387314500b0 | 5 | 2021-07-07 18:04:00+02:00 | -7,200 | ['ead86959b9a1dd21f8baf2b00280ea5227080bce'] | Use typed Element in ref to remove cast in usage (#828) | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/AttrsBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/AttrsBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ open class AttrsBuilder<TElement : Element> : EventsListenerBuilder() {\n... | Kotlin |
585da89c8c0c2d57876885380ed83366960dc616 | 166 | 2021-07-07 18:16:04+02:00 | -7,200 | ['e3925c602fda987ad63034e7a19827ccfff2d6c4'] | Introduce minimal backgroundAttachment to the CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/properties/background.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/properties/background.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,3 +12,8 @@ fun StyleBuilder.backgroundColor(value: String) {\n fun StyleBuilder.... | Kotlin |
331282b7c203392c75650542c77ecdbf58a60243 | 5 | 2021-07-08 15:33:14+02:00 | -7,200 | ['585da89c8c0c2d57876885380ed83366960dc616'] | Web: Update autocomplete attr builder according to MDN (#859)
* Add value to autocomplete
* Add all predefined autocomplete possibilities
* Add all predefined autocomplete possibilities
* Update InputAttrsBuilder.kt
* Update autocomplete attr builder according to MDN
https://developer.mozilla.org/en-US/... | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/Attrs.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/Attrs.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,8 +77,8 @@ fun AttrsBuilder<HTMLFormElement>.action(value: String) =\n fun AttrsBuilder<HTMLFormEl... | Kotlin |
4412f952451444ae683f403edc7c255036bc471a | 166 | 2021-07-08 15:51:21+02:00 | -7,200 | ['331282b7c203392c75650542c77ecdbf58a60243'] | Introduce basic minimal support for background in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/properties/background.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/properties/background.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,15 @@\n \n package org.jetbrains.compose.web.css\n \n+// https://developer.m... | Kotlin |
d94c185125655b7c3be0f51a7443556afca2c00c | 150 | 2021-07-08 15:56:45+02:00 | -7,200 | ['4412f952451444ae683f403edc7c255036bc471a'] | web: Add tests for `AutoComplete` attribute for different elements | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/Attrs.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/Attrs.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -211,7 +211,7 @@ fun AttrsBuilder<HTMLOptionElement>.label(value: String) =\n \n /* Select attributes ... | Kotlin |
36e66e66fe14e8fdc869679be1e2a051488eb7d2 | 166 | 2021-07-08 16:31:27+02:00 | -7,200 | ['d94c185125655b7c3be0f51a7443556afca2c00c'] | Move all src files in core to org.jetbrains.compose.web | [{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/DomApplier.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/DomApplier.kt', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/GlobalSnapshotManager.kt', 'new_path': 'web/co... | Kotlin |
c5800ace8fb4eed709a0a2da200a15206cd3144a | 53 | 2021-07-08 16:35:02+02:00 | -7,200 | ['36e66e66fe14e8fdc869679be1e2a051488eb7d2'] | Add CI scripts for native (#866)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -82,3 +82,11 @@ tasks.register("testComposeJbWeb") {\n dependsOnComposeTask(":compose:runtime:runtime:jsTest")\n dependsOnComposeTask(":compose:runtime:runtime:test")\n }\n+\n+task... | Kotlin |
b294b732c058696e5b8a7f8e0579bff01262df37 | 166 | 2021-07-08 16:38:17+02:00 | -7,200 | ['c5800ace8fb4eed709a0a2da200a15206cd3144a'] | Move border-related CSS API calls to a separate file
The idea is that every API call that has builder deserves to have a
separate file | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,22 +63,6 @@ inline fun CSSBorder.color(color: CSSColorValue) {\n this.color = colo... | Kotlin |
331818ef6075183322c4bb4592c956d984a3cb0b | 166 | 2021-07-08 16:41:42+02:00 | -7,200 | ['b294b732c058696e5b8a7f8e0579bff01262df37'] | Move CSS animation API calls to a separate file | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -185,70 +185,3 @@ fun StyleBuilder.padding(value: CSSNumeric) {\n // padding hasn\'t T... | Kotlin |
5860585a5338769362d696ae12e31edcc7517d0c | 166 | 2021-07-08 20:20:25+02:00 | -7,200 | ['331818ef6075183322c4bb4592c956d984a3cb0b'] | Minimal support for font and its derivatives in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -164,10 +164,6 @@ fun StyleBuilder.right(value: CSSAutoKeyword) {\n property("right", ... | Kotlin |
959e47b7b552d79baf4a927c5efe566f82569da1 | 166 | 2021-07-08 20:58:30+02:00 | -7,200 | ['5860585a5338769362d696ae12e31edcc7517d0c'] | Basic support for list-style and its constituents in CSS API | [{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/listStyle.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,27 @@\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.... | Kotlin |
1083bb7dc0cc2c70748aa4a570d512b410e0a477 | 166 | 2021-07-08 22:15:48+02:00 | -7,200 | ['959e47b7b552d79baf4a927c5efe566f82569da1'] | Basic support for margin and its constituents in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -164,19 +164,6 @@ fun StyleBuilder.right(value: CSSAutoKeyword) {\n property("right", ... | Kotlin |
1a73206d3a20d894d21a465a2394f81792171146 | 166 | 2021-07-08 22:21:14+02:00 | -7,200 | ['1083bb7dc0cc2c70748aa4a570d512b410e0a477'] | Basic support for padding and its constituents in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -163,8 +163,3 @@ fun StyleBuilder.right(value: CSSLengthOrPercentageValue) {\n fun StyleBu... | Kotlin |
d0a2664e627b10beef8cc84667b5bc63f668a485 | 166 | 2021-07-08 22:59:21+02:00 | -7,200 | ['1a73206d3a20d894d21a465a2394f81792171146'] | Basic support for overflow and its constituents in CSS API | [{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/overflow.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,23 @@\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 |
c1fd4bd25901cbee54712daadb15e4c2fcc98fc9 | 166 | 2021-07-08 23:18:31+02:00 | -7,200 | ['d0a2664e627b10beef8cc84667b5bc63f668a485'] | Move relevant properties from CSSProperties to box.kt, position.kt and flex.kt | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,8 +2,6 @@\n \n package org.jetbrains.compose.web.css\n \n-import org.jetbrains.compose.... | Kotlin |
0baeeca8c4d7f81bb562d7191e07c4506cda126b | 166 | 2021-07-08 23:26:01+02:00 | -7,200 | ['c1fd4bd25901cbee54712daadb15e4c2fcc98fc9'] | CSSProperties is no more, use properties.kt in case of doubts | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSProperties.kt', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,66 +0,0 @@\n-@file:Suppress("Unused", "NOTHING_TO_INLINE")\n-\n-package org.jetbrains.compose.web.css\n-\n-fun StyleBuilder.opacity(value: Number) {\n- pro... | Kotlin |
362c010045c919582f82cf3c9efee7a36de65d4a | 166 | 2021-07-09 14:51:28+02:00 | -7,200 | ['2f7a957a50a29caae06373021e1560d46b49e4cc'] | Move relevant tests from StaticComposableTests to CSSBoxTests | [{'old_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -257,24 +257,6 @@ class StaticComposableTests {\n assertEquals("flex-shrink: 0.6;", (root.children[3] as HTMLElement).style.cs... | Kotlin |
bf2a3d7b108f1e1c789bfe2f168fe1fb0a254669 | 166 | 2021-07-09 19:04:59+02:00 | -7,200 | ['5478392f61b8bf516b7b34d4c4a873c63ee95e77'] | Remove obslete test from StaticComposableTests | [{'old_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,6 @@ import org.jetbrains.compose.web.css.AlignContent\n import org.jetbrains.compose.web.css.AlignItems\n import org.jetbrain... | Kotlin |
53eed79835dc6bdd8b1210268f8b5bef86b06387 | 53 | 2021-07-12 09:38:00+02:00 | -7,200 | ['b1c0dadfb566cf57d0616fd5bff1db1e98a8ffa8'] | web: fix a bug for inputs taking string value (#871)
It was not possible to make the input empty by setting the state to an empty string.
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/elements/InputElements.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/elements/InputElements.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ private fun InputAttrsBuilder<String>.applyAttrsWithStringValue(\n ... | Kotlin |
c3fa1413c5d9b79edab9a0da54c36df1203b74e5 | 166 | 2021-07-12 13:29:56+02:00 | -7,200 | ['53eed79835dc6bdd8b1210268f8b5bef86b06387'] | [web-banchmark-core] printBundleSize depends on jsBrowserDistribution | [{'old_path': 'web/benchmark-core/build.gradle.kts', 'new_path': 'web/benchmark-core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,6 +42,7 @@ kotlin {\n }\n \n val printBundleSize by tasks.registering {\n+ dependsOn(tasks.named("jsBrowserDistribution"))\n doLast {\n val jsFile ... | Kotlin |
99b1751f2e1267034ddb4951f215953e713dbb96 | 166 | 2021-07-12 19:20:48+02:00 | -7,200 | ['c3fa1413c5d9b79edab9a0da54c36df1203b74e5'] | Basic support for boxSizing in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/box.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/box.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,3 +22,8 @@ fun StyleBuilder.height(value: CSSNumeric) {\n fun StyleBuilder.height(va... | Kotlin |
7b8afd901b39f9a9b263153a4ac108e81b025571 | 166 | 2021-07-12 19:35:53+02:00 | -7,200 | ['99b1751f2e1267034ddb4951f215953e713dbb96'] | Basic support for letter-spacing in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/font.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/font.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,3 +42,12 @@ fun StyleBuilder.lineHeight(value: CSSNumeric) {\n fun StyleBuilder.fo... | Kotlin |
6dd06d4d18e75b7dbf0ec555e618d7aff0113c7d | 166 | 2021-07-12 20:06:22+02:00 | -7,200 | ['7b8afd901b39f9a9b263153a4ac108e81b025571'] | Introduce basic support for text-align in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/font.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/text.kt', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -51,3 +51,8 @@ fun StyleBuilder.letterSpacing(value: String) {\n fun StyleBuilder.lett... | Kotlin |
295ed754c0b53c3d3ed7c0ec7d23e8c1e34ccafc | 53 | 2021-07-12 20:40:30+02:00 | -7,200 | ['6dd06d4d18e75b7dbf0ec555e618d7aff0113c7d'] | Update Compose (#878)
Co-authored-by: Igor Demin <igordmn@gmail.com> | [{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 94cefabe7303d41aef797722ee3ab331a21689aa\n+Subproject commit 7e29f3cd4692fb3840b593825602e743f3923aed\n'}, {'old_path': 'compose/golden', 'new_path': 'comp... | Kotlin |
2bd08c323a177058980b6c7ae00725c5721c743e | 166 | 2021-07-12 23:36:56+02:00 | -7,200 | ['295ed754c0b53c3d3ed7c0ec7d23e8c1e34ccafc'] | Introduce basic support for text-decoration and its constituents in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/text.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/text.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,3 +56,36 @@ fun StyleBuilder.letterSpacing(value: CSSNumeric) {\n fun StyleBuilder... | Kotlin |
24e7e3dd1613407b4d3ce1897fa33419e8229b7c | 166 | 2021-07-13 00:04:55+02:00 | -7,200 | ['2bd08c323a177058980b6c7ae00725c5721c743e'] | Basic support for border-width in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/border.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/border.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,3 +79,30 @@ fun StyleBuilder.borderRadius(\n )\n }\n \n+fun StyleBuilder.b... | Kotlin |
b19d543a367523c326cd3bf5c1bae3fb87c8da05 | 38 | 2021-07-13 14:50:40+03:00 | -10,800 | ['24e7e3dd1613407b4d3ce1897fa33419e8229b7c'] | Added Preview functionality info (#880)
Added information about plugin with Preview functionality | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,8 @@\n Compose Kotlin UI framework port for desktop platforms (macOS, Linux, Windows), components outside of the core Compose repository\n at https://android.googlesource.com/platform/frameworks/support.\n \n+P... | Kotlin |
4fcdf6afe2fbf94b571eccce5304955082cc43c7 | 107 | 2021-07-13 17:01:19+03:00 | -10,800 | ['b19d543a367523c326cd3bf5c1bae3fb87c8da05'] | Update Compose (#882) | [{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 7e29f3cd4692fb3840b593825602e743f3923aed\n+Subproject commit 9b5ede8dc435293ac09419421528921b8fed27fb\n'}] | Kotlin |
f861210bdd554747a7d4178d8f9ff1fa1ed1374f | 166 | 2021-07-13 20:43:01+02:00 | -7,200 | ['4fcdf6afe2fbf94b571eccce5304955082cc43c7'] | Introduce basic support for cursor in CSS API | [{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/ui.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,10 @@\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 licen... | Kotlin |
5164e0669be9094425dfa998ecd82f18795d028e | 166 | 2021-07-13 21:08:42+02:00 | -7,200 | ['f861210bdd554747a7d4178d8f9ff1fa1ed1374f'] | Introduce basic support for white-space in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/text.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/text.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -89,3 +89,8 @@ fun StyleBuilder.textDecorationLine(value: String) {\n fun StyleBuilder... | Kotlin |
f1081c67bae4ca74d4b0b94e87d80860de91d9ea | 166 | 2021-07-13 22:18:51+02:00 | -7,200 | ['5164e0669be9094425dfa998ecd82f18795d028e'] | Basic support for flex-basic in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/flex.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/flex.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,8 @@\n \n package org.jetbrains.compose.web.css\n \n+import org.w3c.dom.css.CS... | Kotlin |
8dd5e1733856fae84b779b694135dd2f8085d295 | 166 | 2021-07-13 22:53:47+02:00 | -7,200 | ['f1081c67bae4ca74d4b0b94e87d80860de91d9ea'] | Introduce basic support for flex in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/flex.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/flex.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,3 +69,29 @@ fun StyleBuilder.flexBasis(value: String) {\n fun StyleBuilder.flexBas... | Kotlin |
a1a94c74477a1ecc3ec0d7965f82d0b2ff41d66c | 166 | 2021-07-14 00:28:12+02:00 | -7,200 | ['8dd5e1733856fae84b779b694135dd2f8085d295'] | Introduce basic support for outline and it's properties to CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/box.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/box.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,3 +27,55 @@ fun StyleBuilder.height(value: CSSAutoKeyword) {\n fun StyleBuilder.boxS... | Kotlin |
ac76dc5f0e07ea77f4323b476a976cae52a2d192 | 53 | 2021-07-14 12:22:36+02:00 | -7,200 | ['a1a94c74477a1ecc3ec0d7965f82d0b2ff41d66c'] | web: Use SyntheticMouseEvent as a type for a value in mouse events listeners (#862)
* web: Use SyntheticMouseEvent as a type for a value in mouse events listeners
* add tests for mouse event
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/EventsListenerBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/EventsListenerBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,45 +1,148 @@\n package org.jetbrains.compose.web.attribut... | Kotlin |
084aa680a15dbe3b421b52441eb5dcaf664b6ef5 | 166 | 2021-07-14 14:06:29+02:00 | -7,200 | ['ac76dc5f0e07ea77f4323b476a976cae52a2d192'] | Rename mediaQuery-related min/maxWidth/Height extensions by adding media prefix
This resolves #886 | [{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@ object SwitcherStylesheet : StyleSheet(AppStylesheet) {\n \n ... | Kotlin |
8f2a420543a691ea65d67b61ab9acd7b7055e1d4 | 166 | 2021-07-14 15:15:35+02:00 | -7,200 | ['084aa680a15dbe3b421b52441eb5dcaf664b6ef5'] | Introduce basic support for max/min-width/height in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/box.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/box.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,3 +79,39 @@ fun StyleBuilder.outline(color: String, style: String, width: String) {\... | Kotlin |
153ce9f06320d00f19cd1bd6a687f68569fc3db0 | 166 | 2021-07-14 18:05:55+02:00 | -7,200 | ['8f2a420543a691ea65d67b61ab9acd7b7055e1d4'] | Move relevant border test from StaticComposableTests to CSSBorderTests | [{'old_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -90,41 +90,6 @@ class StaticComposableTests {\n assertEquals("opacity: 0.2; color: green;", (root.children[0] as HTMLElement).... | Kotlin |
eb26f072402d5af3dd62464405165af5359bb5b0 | 166 | 2021-07-14 19:01:13+02:00 | -7,200 | ['153ce9f06320d00f19cd1bd6a687f68569fc3db0'] | Introduce separate test for the 3-ary border call in CSS API | [{'old_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/StaticComposableTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,6 @@\n package org.jetbrains.compose.web.core.tests\n \n-import org.jetbrains.compose.web.css.Color\n import org.jetbrains.com... | Kotlin |
1e8cbe8afdc2b019d9c285f1b5281b3a42b9c5f6 | 166 | 2021-07-14 20:55:55+02:00 | -7,200 | ['eb26f072402d5af3dd62464405165af5359bb5b0'] | Add test case for variable<StylePropertyNumber> in CSS API | [{'old_path': 'web/core/src/jsTest/kotlin/CSSStylesheetTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/CSSStylesheetTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,8 @@ object AppCSSVariables : CSSVariables {\n \n val stringWidth by variable<StylePropertyString>()\n val stringHeight by... | Kotlin |
3df74e26aa0170452720ea4ba10cfbdc42b3f6e9 | 20 | 2021-07-15 16:54:41+03:00 | 18,000 | ['1e8cbe8afdc2b019d9c285f1b5281b3a42b9c5f6'] | fix checkbox isMaximized in Windows_API_new tutorial (#893) | [{'old_path': 'tutorials/Window_API_new/README.md', 'new_path': 'tutorials/Window_API_new/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -299,7 +299,7 @@ fun main() = application {\n \n Row(verticalAlignment = Alignment.CenterVertically) {\n Checkbox(\n- sta... | Kotlin |
30c55101114bdce58f2ed9b5bdcc17200bfab6fb | 166 | 2021-07-15 23:32:29+02:00 | -7,200 | ['3df74e26aa0170452720ea4ba10cfbdc42b3f6e9'] | [web] Color is used exclusively as a namespace, all data classes a derived from CSSColorValue | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/Color.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/Color.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,30 +5,29 @@ package org.jetbrains.compose.web.css\n external interface CSSColorValue: StylePropertyValu... | Kotlin |
dc3b743f2c9068926c3548f3184c74c548f46162 | 166 | 2021-07-15 23:46:53+02:00 | -7,200 | ['30c55101114bdce58f2ed9b5bdcc17200bfab6fb'] | [web] Color is a namespace, use CSSColorValue whenever you need StylePropertyValue subtype | [{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/style/Stylesheet.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/style/Stylesheet.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,8 +4,8 @@ import org.jetbrains.compose.web.css.*\n import org.jetbrains.compose.web.css.selectors.C... | Kotlin |
27e4dd4fe61da2d7176dffeb3a46a579214376ab | 166 | 2021-07-16 10:07:09+02:00 | -7,200 | ['dc3b743f2c9068926c3548f3184c74c548f46162'] | Introduce html/css color constants
This resolve #890: Introduce complete list of HTML color aliases | [{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ object SwitcherStylesheet : StyleSheet(AppStylesheet) {\n ... | Kotlin |
992268bccd097b44a2b483e555e0ec637d50841e | 28 | 2021-07-16 17:23:52+03:00 | -10,800 | ['27e4dd4fe61da2d7176dffeb3a46a579214376ab'] | Suppress naming style inspection for composable functions (#889)
This change suppresses a diagnostic,
which complaints, when a function starts
with an upper case letter | [{'old_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/locationUtils.kt', 'new_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/locationUtils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,6 +16,10 @@\n \n package org.jetbrains.compose.desktop.ide.p... | Kotlin |
8c01295e8a4756d55a4f0d5c70918debe324f498 | 53 | 2021-07-16 17:52:46+02:00 | -7,200 | ['992268bccd097b44a2b483e555e0ec637d50841e'] | Web/add compose plugin integration cases for kotlinjs (#870)
* web: Add integration cases for compose plugin targeting kotlin/js
* web: Add integration cases for compose plugin targeting kotlin/js
* Report cases to TeamCity
* Update README.md
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrai... | [{'old_path': None, 'new_path': 'web/compose-compiler-integration/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+RUN from project root directory:\n+`./gradlew :compose-compiler-integration:checkComposeCases`\n+\n+\n+To use specific version (the default is 0.0.0-SNASPHOT):\n+`./gradlew :compos... | Kotlin |
6d97c6d0555f056d2616f417c4d130e0c2147e32 | 53 | 2021-07-16 17:56:15+02:00 | -7,200 | ['8c01295e8a4756d55a4f0d5c70918debe324f498'] | web: align the rest of events (#887)
* web: update change and beforeInput event listeners
* web: update Clipboard events: copy, cut, paste
* web: update Keyboard events: keyup, keydown
* web: update select event (only for input and textarea)
* web: update FocusEvents: focus, blur, focusin, focusout
* we... | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/DomApplier.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/DomApplier.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,13 +1,11 @@\n package org.jetbrains.compose.web\n \n import androidx.compose.runtime.AbstractApplier\... | Kotlin |
fce92382fdbb0ee8fc9830cfd8253831d6607b29 | 166 | 2021-07-16 19:02:10+02:00 | -7,200 | ['6d97c6d0555f056d2616f417c4d130e0c2147e32'] | Introduce new CSS Color API and deprecate old one
This resolves #902 | [{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSnippets.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSnippets.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,7 +47,7 @@ private val DeclareAndUseStylesheet = CodeSnippetData(\n source = """\n ... | Kotlin |
bb4e97b149eb20ca8edae5b8fff6b144d858c1aa | 166 | 2021-07-16 23:07:35+02:00 | -7,200 | ['fce92382fdbb0ee8fc9830cfd8253831d6607b29'] | CSSVariableValueAs is not a StylePropertyValue | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/StyleBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/StyleBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ interface StyleBuilder {\n inline fun variableValue(variableName: String, fal... | Kotlin |
a83bf4c1810d7a920a8352e3f61e8ea7da2acae7 | 166 | 2021-07-16 23:24:20+02:00 | -7,200 | ['bb4e97b149eb20ca8edae5b8fff6b144d858c1aa'] | Remove StylePropertyValue.asString, StylePropertyValue.asNumber and StylePropertyValue.asCSSStyleValue
in other words, remove all StylePropertyValue -> js object value | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/StylePropertyValue.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/StylePropertyValue.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,12 +14,6 @@ external interface StylePropertyString: StylePropertyValue\n inl... | Kotlin |
f15f4236de8a592c53ccc4ff0313aef99c7a378a | 28 | 2021-07-19 14:44:24+03:00 | -10,800 | ['a83bf4c1810d7a920a8352e3f61e8ea7da2acae7'] | Better preview progress indication (#901)
* Indicate preview progress with loading panel
* Avoid sending repeated preview requests | [{'old_path': None, 'new_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/PreviewListener.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,51 @@\n+/*\n+ * Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.\n+ * Use of this source... | Kotlin |
b73b09dffc38250107edf753e1f6e1da5ffbed5f | 28 | 2021-07-19 15:56:18+03:00 | -10,800 | ['f15f4236de8a592c53ccc4ff0313aef99c7a378a'] | Include jdk.crypto.ec by default (#905)
Without this module most of https
is not going to work (see https://github.com/JetBrains/compose-jb/issues/269 or https://github.com/JetBrains/compose-jb/issues/429)
The inclusion of this module increases a size of
a prepackaged app by ~440 kb
and of a packaged dmg by ~167... | [{'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': '@@ -13,7 +13,7 @@ import ... | Kotlin |
58f36be8857c909f5cfc8422e1fd5c1e64f93519 | 53 | 2021-07-19 14:58:46+02:00 | -7,200 | ['b73b09dffc38250107edf753e1f6e1da5ffbed5f'] | web: Disable flaky SelectElementTests to investigate them later | [{'old_path': 'web/integration-core/src/jvmTest/kotlin/org/jetbrains/compose/web/tests/integration/SelectElementTests.kt', 'new_path': 'web/integration-core/src/jvmTest/kotlin/org/jetbrains/compose/web/tests/integration/SelectElementTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ import org.... | Kotlin |
c271999ec820488be27785eb3f050dfc9cc3ab0d | 28 | 2021-07-19 17:23:56+03:00 | -10,800 | ['58f36be8857c909f5cfc8422e1fd5c1e64f93519'] | Check preview RPC protocol version (#907)
Show notification, when preview client and server use different versions
of the protocol | [{'old_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/PreviewListener.kt', 'new_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/PreviewListener.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +1... | Kotlin |
83870dde5dfc84b82347d0c145920b0dd58bbc25 | 166 | 2021-07-19 17:46:04+02:00 | -7,200 | ['c271999ec820488be27785eb3f050dfc9cc3ab0d'] | Correct @Deprecation.ReplaceWith arguments for Color.hsl, Color.hsla | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/Color.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/Color.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,14 +16,14 @@ object Color {\n override fun toString(): String = "rgba($r, $g, $b, $a)"\n }... | Kotlin |
fb63c43394c1b7a9937bc82ea6512904f06ce2b2 | 166 | 2021-07-20 00:04:55+02:00 | -7,200 | ['83870dde5dfc84b82347d0c145920b0dd58bbc25'] | Use max/minWidth/Height call in samples | [{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/style/Stylesheet.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/style/Stylesheet.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,7 +26,7 @@ object AppCSSVariables : CSSVariables {\n \n object AppStylesheet : StyleSheet() {\n ... | Kotlin |
d89671218ae1a3435d02d1f901b3e526e359bc90 | 65 | 2021-07-20 10:41:59+03:00 | -3,600 | ['fb63c43394c1b7a9937bc82ea6512904f06ce2b2'] | Add previews to TodoApp example (#909) | [{'old_path': 'examples/todoapp/desktop/build.gradle.kts', 'new_path': 'examples/todoapp/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,11 @@ kotlin {\n implementation(Deps.ArkIvanov.MVIKotlin.mvikotlinMain)\n implementation(Deps.Badoo.Reaktive.rea... | Kotlin |
a5cffc44ca1f615ee591c6ff93bef4aefb92be5e | 166 | 2021-07-20 11:22:40+02:00 | -7,200 | ['d89671218ae1a3435d02d1f901b3e526e359bc90'] | CSS API - disallow String parameters for colors
See #891 - Still not closing though since I want to revisit it after CSS Grid and propert keywrods typing | [{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,7 +37,7 @@ object SwitcherStylesheet : StyleSheet(AppStylesheet) {\n ... | Kotlin |
58ea0bde81e600c7313d53792c0ae1d7069c9134 | 166 | 2021-07-20 14:29:54+02:00 | -7,200 | ['a5cffc44ca1f615ee591c6ff93bef4aefb92be5e'] | Basic suppport for gridRow and gridColumn in CSS API
This contributes to #895 | [{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,49 @@\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 |
ac7974d0561689a77b0121b845a9287ed60a25b3 | 166 | 2021-07-20 14:40:57+02:00 | -7,200 | ['58ea0bde81e600c7313d53792c0ae1d7069c9134'] | Introduce minimal support for "grid-template-columns" and "grid-template-rows" in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,3 +47,14 @@ fun StyleBuilder.gridRow(start: Int, end: String) {\n fun StyleBuilder... | Kotlin |
cf19b0fba9c678f0e8dc82d072af0486027ffb6b | 166 | 2021-07-20 15:31:09+02:00 | -7,200 | ['ac7974d0561689a77b0121b845a9287ed60a25b3'] | Introduce basic support for grid-area in CSS API | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,3 +58,21 @@ fun StyleBuilder.gridTemplateRows(value: String) {\n property("gri... | Kotlin |
90cecde6f20bc20e3c2cee687763d8120ee6d94d | 166 | 2021-07-20 15:46:10+02:00 | -7,200 | ['cf19b0fba9c678f0e8dc82d072af0486027ffb6b'] | Basic support for grid-template-areas
This contributes to #895 | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,4 +75,8 @@ fun StyleBuilder.gridArea(rowStart: String, columnStart: String, rowEnd... | Kotlin |
ef56abac665ffea365a775fea99d169d9fd30637 | 166 | 2021-07-20 17:23:15+02:00 | -7,200 | ['90cecde6f20bc20e3c2cee687763d8120ee6d94d'] | Introduce helper function to the test scope to iterate through root children | [{'old_path': 'web/core/src/jsTest/kotlin/TestUtils.kt', 'new_path': 'web/core/src/jsTest/kotlin/TestUtils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,9 +8,7 @@ import kotlinx.coroutines.CoroutineScope\n import kotlinx.coroutines.MainScope\n import kotlinx.coroutines.promise\n import kotlinx.dom.clear\n-i... | Kotlin |
581b5f0b0af764c855adb53bf2aa75bc2ca6972f | 107 | 2021-07-21 11:24:17+03:00 | -10,800 | ['f4fc51f3724793960d3b1edbbe33aeb5ab21fa75'] | Update Compose + Migrate to 0.5.0-build262 / Kotlin 1.5.21 (#916) | [{'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=0.4.0\n+compose.version=0.5.0-build262\n kotlin.code.style=official\n'}, {'old_path': 'compo... | Kotlin |
f4f53d69c87e9d68d6bf992cc2d7e0abba7061df | 106 | 2021-07-21 15:23:19+03:00 | -10,800 | ['581b5f0b0af764c855adb53bf2aa75bc2ca6972f'] | Fix multiple composable windows
If we open two windows and close the first one - the second one will jump to the position of the closed one | [{'old_path': 'examples/notepad/src/main/kotlin/NotepadApplication.kt', 'new_path': 'examples/notepad/src/main/kotlin/NotepadApplication.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n import androidx.compose.runtime.Composable\n+import androidx.compose.runtime.key\n import androidx.compose.runtim... | Kotlin |
636694a46e26d80c3f56ed16f4ab02fbbdde2ee4 | 166 | 2021-07-21 21:45:15+02:00 | -7,200 | ['f4f53d69c87e9d68d6bf992cc2d7e0abba7061df'] | Introduce basic support for grid-column/row-start/end
This contributes to #895 | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,6 +27,24 @@ fun StyleBuilder.gridColumn(start: Int, end: Int) {\n }\n \n \n+// htt... | Kotlin |
e4e05c826c9471f44a40bd0037eeab6f4d418370 | 166 | 2021-07-21 21:53:06+02:00 | -7,200 | ['636694a46e26d80c3f56ed16f4ab02fbbdde2ee4'] | Li can be build in any context
We won't try to type-check the DOM structure, it's up to user which elements and where to use | [{'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': '@@ -551,13 +551,7 @@ fun Ol(\n ) = TagElement(elementBuilder = Ol, applyAttrs = attrs, conten... | Kotlin |
b9a87578fcf7d6d1ae3184f437b89a6dd0110e4e | 166 | 2021-07-21 22:38:42+02:00 | -7,200 | ['e4e05c826c9471f44a40bd0037eeab6f4d418370'] | Support negation for CSSNumeric values
This resolves #921 | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSOperations.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSOperations.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,8 @@ operator fun <T: CSSUnit> CSSSizeValue<T>.div(num: Number): CSSSizeValue<T>... | Kotlin |