Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
c3403681e295dc9d426e4d6d8f544f13e0a59030
150
2021-05-31 12:03:47+02:00
-7,200
['f54a4b9664d2d5e1c7b29cde861c4df74041a90d']
Update `web-getting-started` example and tutorial
[{'old_path': 'examples/web-getting-started/src/jsMain/kotlin/Main.kt', 'new_path': 'examples/web-getting-started/src/jsMain/kotlin/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,6 @@\n import androidx.compose.runtime.mutableStateOf\n+import androidx.compose.runtime.getValue\n+import androidx.compo...
Kotlin
e81740859584311f66a01e0ace53468e2e6f5b57
152
2021-05-31 14:19:54+03:00
-10,800
['c3403681e295dc9d426e4d6d8f544f13e0a59030']
Use 0.4.0-rc2 in examples (#720)
[{'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-rc1\n+compose.version=0.4.0-rc2\n kotlin.code.style=official\n'}, {'old_path': 'compon...
Kotlin
34c0d67a1d7431ce7013ab02a42e4c2d56b8e127
166
2021-05-31 14:40:07+02:00
-7,200
['e81740859584311f66a01e0ace53468e2e6f5b57']
[build] Simplify module creation in web
[{'old_path': 'web/settings.gradle.kts', 'new_path': 'web/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,12 +20,12 @@ pluginManagement {\n }\n }\n \n-include("web-core")\n-include("web-widgets")\n-include("web-integration-core")\n-include("web-integration-widgets")\n+fun module(name: St...
Kotlin
cb3794a27e88f48a263dda4be32eb1460ef7d6f0
107
2021-05-31 18:42:31+03:00
-10,800
['0dc9bf01042323ec29b7bcc050502df8520593cc']
Docs for 0.4.0 (#722)
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,11 @@\n # M4\n+ * New experimental [Composable Window API](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Window_API_new)\n+ * [Tooltips](https://github.com/JetBrains/compose-jb/tree/mast...
Kotlin
1f039ab3100a72dc88004bdc82a71bb7ebaa2fae
108
2021-05-31 19:37:00+03:00
-10,800
['cb3794a27e88f48a263dda4be32eb1460ef7d6f0']
Check web tutorials as well
[{'old_path': 'tutorials/checker/build.gradle.kts', 'new_path': 'tutorials/checker/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,12 +8,12 @@ data class SnippetData(\n fun findSnippets(dirs: List<String>): List<SnippetData> {\n val snippets = mutableListOf<SnippetData>()\n dirs.forEach { di...
Kotlin
e6ed151d7a6784a1405989955d3f87329abcdbc9
166
2021-05-31 19:28:40+02:00
-7,200
['0b363d68593570d157b1e0d140944982337b3eb5']
Don't rely on local maven repository anywhere in web examples
[{'old_path': 'examples/falling_balls_with_web/settings.gradle.kts', 'new_path': 'examples/falling_balls_with_web/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,6 @@ pluginManagement {\n repositories {\n gradlePluginPortal()\n mavenCentral()\n- mavenLocal()\n ...
Kotlin
e727dab15100777b53eb852732adf151e5c57e89
150
2021-05-31 22:59:45+02:00
-7,200
['e6ed151d7a6784a1405989955d3f87329abcdbc9']
Add a template for building snippets from web tutorials
[{'old_path': None, 'new_path': 'templates/web-template/build.gradle.kts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,32 @@\n+import org.jetbrains.compose.compose\n+import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n+\n+plugins {\n+ // __KOTLIN_COMPOSE_VERSION__\n+ kotlin("multiplatfor...
Kotlin
17699dc8dce599ad49896231e8b9c609e843ad96
107
2021-06-01 12:15:33+03:00
-10,800
['e727dab15100777b53eb852732adf151e5c57e89']
Notepad example (#712)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,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
d8d693c09d2eb3d9f5b633a7e9f9761e2ccc2186
107
2021-06-01 12:16:05+03:00
-10,800
['17699dc8dce599ad49896231e8b9c609e843ad96']
Tutorials for new Composable Windows API (#721)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,11 +31,13 @@ at https://android.googlesource.com/platform/frameworks/support.\n * [Mouse events and hover](tutorials/Mouse_Events)\n * [Scrolling and scrollbars](tutorials/Desktop_Components)\n ...
Kotlin
b1328204b8727b132ec6e7aac405479c82eae8c5
166
2021-06-01 12:39:55+02:00
-7,200
['0dca246ce163bfbb11dc1fd44c02707c295afc92']
Make consistent multi-platform plugin invocation throughout web modules and examples
[{'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': '@@ -1,8 +1,8 @@\n-\ufeffimport org.jetbrains.compose.compose\n+import org.jetbrains.compose.compose\n import org.jetbrains.compose.desktop.appl...
Kotlin
a7b837257940492e045fe8b81b82cb96b82698a1
108
2021-06-01 14:04:26+03:00
-10,800
['b1328204b8727b132ec6e7aac405479c82eae8c5']
Use Gradle 6.9 in Notepad example
[{'old_path': 'examples/notepad/gradle/wrapper/gradle-wrapper.properties', 'new_path': 'examples/notepad/gradle/wrapper/gradle-wrapper.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n distributionBase=GRADLE_USER_HOME\n distributionPath=wrapper/dists\n-distributionUrl=https\\://services.gra...
Kotlin
e6dfc33f3ac51b81cdbdb97f839976b09fd3a9a8
107
2021-06-01 16:19:44+03:00
-10,800
['a7b837257940492e045fe8b81b82cb96b82698a1']
Remove mavenLocal from templates, keep in examples (#719)
[{'old_path': 'examples/codeviewer/build.gradle.kts', 'new_path': 'examples/codeviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,5 @@\n buildscript {\n repositories {\n- // TODO: remove after new build is published\n mavenLocal()\n google()\n mavenCe...
Kotlin
8e2176b029b0aab760c6b4fcedb6001e8971e7ed
59
2021-06-01 17:47:00+03:00
-10,800
['e6dfc33f3ac51b81cdbdb97f839976b09fd3a9a8']
Commonize CSS interfaces and remove polyfill dependency
[{'old_path': 'web/core/build.gradle.kts', 'new_path': 'web/core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,6 @@ kotlin {\n val jsMain by getting {\n dependencies {\n implementation(kotlin("stdlib-js"))\n- implementation(npm("css-typ...
Kotlin
65f47c8a8204cf25f482dee62595facb2e93180c
166
2021-06-01 17:13:25+02:00
-7,200
['8e2176b029b0aab760c6b4fcedb6001e8971e7ed']
Optionally building web examples along with the rest of web modules
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n val COMPOSE_WEB_VERSION: String by project\n val COMPOSE_REPO_USERNAME: String? by project\n val COMPOSE_REPO_KEY: String? by project\n+val COMPOSE_WEB_BUILD_WITH_EXAMPLES = project...
Kotlin
c49d0e408c2ed984f92ba271ad69eda817aab26d
166
2021-06-01 17:13:25+02:00
-7,200
['65f47c8a8204cf25f482dee62595facb2e93180c']
Add web_landing to the list of examples optionally built with web
[{'old_path': 'web/settings.gradle.kts', 'new_path': 'web/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,4 +35,5 @@ module(":web-integration-widgets", "$rootDir/integration-widgets")\n if (extra["COMPOSE_WEB_BUILD_WITH_EXAMPLES"]!!.toString().toBoolean() == true) {\n println("building w...
Kotlin
8d2df5792d94ce9880abf03e0d1ee50df9cc2a04
166
2021-06-01 17:13:25+02:00
-7,200
['c49d0e408c2ed984f92ba271ad69eda817aab26d']
Add web-with-react to the list of optionally build examples
[{'old_path': 'web/settings.gradle.kts', 'new_path': 'web/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,4 +36,5 @@ if (extra["COMPOSE_WEB_BUILD_WITH_EXAMPLES"]!!.toString().toBoolean() == true) {\n println("building with examples")\n module(":examples:falling_balls_with_web", "../e...
Kotlin
f10eb969740de23792a506636de41288c418916c
166
2021-06-01 17:13:25+02:00
-7,200
['8d2df5792d94ce9880abf03e0d1ee50df9cc2a04']
Make content nullable so that we won't pass even empty lambda
[{'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': '@@ -25,7 +25,7 @@ inline fun <TScope, T, reified E : Applier<*>> ComposeDomNode(\n noinline factory: () -> ...
Kotlin
2132dac284bf6acf13a9e969f00248d61cdcd665
166
2021-06-01 17:13:25+02:00
-7,200
['f10eb969740de23792a506636de41288c418916c']
Prepare examples for the publicaiton of 0.0.0-web-dev-14
[{'old_path': 'examples/web-getting-started/src/jsMain/kotlin/Main.kt', 'new_path': 'examples/web-getting-started/src/jsMain/kotlin/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,18 +13,18 @@ fun main() {\n var count: Int by mutableStateOf(0)\n \n renderComposable(rootElementId = "root") {\n- ...
Kotlin
898fa303ffd20cc2da735b3b17b95984f5595cf9
166
2021-06-01 18:39:12+02:00
-7,200
['cbfc9c4d6b53223b6de3f92c977629049e5b3452']
Rename package names in web-core androidx.compose.web -> org.jetbrains.compose.web androidx.compose.web.elements -> org.jetbrains.compose.web.dom
[{'old_path': 'examples/falling_balls_with_web/src/jsMain/kotlin/androidx/compose/web/with-web/App.kt', 'new_path': 'examples/falling_balls_with_web/src/jsMain/kotlin/androidx/compose/web/with-web/App.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,13 +1,13 @@\n package org.jetbrainsc.compose.common.demo\n \n...
Kotlin
33c22c2e627612cc67f83675a8bdf0360f50e7d7
166
2021-06-01 20:13:10+02:00
-7,200
['e65dc8c89f906b640178b40c0aeff0819af922f1']
Update web examples to 0.0.0-web-dev-14
[{'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': '@@ -2,8 +2,8 @@ import org.jetbrains.compose.compose\n import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n- k...
Kotlin
59470f36c6d999c63767e9917ee69f610fe2ef12
150
2021-06-01 21:05:30+02:00
-7,200
['3962c5cf23458a584372e9f22112b236ac5d0701']
dom: Add a test for `auto` keyword in inline style
[{'old_path': 'web/core/src/jsTest/kotlin/InlineStyleTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/InlineStyleTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,13 +3,7 @@ package org.jetbrains.compose.web.core.tests\n import androidx.compose.runtime.getValue\n import androidx.compose.runtime.mutableS...
Kotlin
6e3efa2ebbfba2ad731ee889b7781a41141208ca
166
2021-06-01 21:24:57+02:00
-7,200
['de2ee4c8e563280610f936c1cd0e9244f7feb0f9']
Update web/CHANGELOG.md after releasing 0.0.0-web-dev-14
[{'old_path': 'web/CHANGELOG.md', 'new_path': 'web/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,9 @@\n # Changelog\n \n+## [0.0.0-web-dev-14] - 01'June 2021\n+\n+[release post](https://github.com/JetBrains/compose-jb/releases/tag/0.0.0-web-dev-14)\n+\n ## [0.0.0-web-dev-13] - 25'May 2021\n \...
Kotlin
bfc5a91d2a84bc96de42bb8860a858948ac6982d
150
2021-06-01 22:28:38+02:00
-7,200
['6e3efa2ebbfba2ad731ee889b7781a41141208ca']
Update web tutorials and template to conform the latest API changes
[{'old_path': 'templates/web-template/build.gradle.kts', 'new_path': 'templates/web-template/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("multiplatform"...
Kotlin
74bff411d256ffbb3cc39a8932b498262db5c26b
107
2021-06-02 16:44:26+03:00
-10,800
['a24ad2c433320eb3a0f584bbab1c6b4a3b13c634']
Window API tutorial. Listening the state of the window (#737)
[{'old_path': 'tutorials/Window_API_new/README.md', 'new_path': 'tutorials/Window_API_new/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -258,7 +258,8 @@ private class MyWindowState(\n \n ## Changing the state (maximized, minimized, fullscreen, size, position) of the window.\n \n-Some states of the nativ...
Kotlin
b0512503881c5908aaea94700b89ada18ea48201
53
2021-06-02 16:52:14+02:00
-7,200
['74bff411d256ffbb3cc39a8932b498262db5c26b']
Add web-core benchmarks with reports to TeamCity (#724) * Add web-core benchmarks with reports to TeamCity * Add a test project for bundle size measurements Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'web/benchmark-core/build.gradle.kts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,80 @@\n+plugins {\n+ id("org.jetbrains.kotlin.multiplatform")\n+ id("org.jetbrains.compose")\n+}\n+\n+\n+kotlin {\n+ js(IR) {\n+ browser() {\n+ testTask {\n+ ...
Kotlin
15a6b5601e57d60a14f4e9b4630fb58e3eebd407
166
2021-06-03 01:23:09+02:00
-7,200
['69dbc82ec86196b6467cb4733eeaeda748ebc72e']
Remove CSSKeywordValue from API completely And subsequently simplify auto invocation
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,9 +36,7 @@ fun StyleSheet.insertRule(cssRule: String, index: Int? = null): Int {\n val ElementCSSInlineStyle.attribu...
Kotlin
80f5eae42c388a953372bee052944ae979340437
166
2021-06-03 05:44:54+02:00
-7,200
['15a6b5601e57d60a14f4e9b4630fb58e3eebd407']
StylePropertyValue does not contain any nested entities
[{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/components/Layout.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/components/Layout.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,7 +19,7 @@ fun Layout(content: @Composable () -> Unit) {\n flexDirection(FlexDir...
Kotlin
a4c7f3d074db813104dd64acf3367a621643db89
166
2021-06-03 06:17:19+02:00
-7,200
['80f5eae42c388a953372bee052944ae979340437']
CSSSizeOrAutoValue is a marker interface This leads to lie since it's actually not an external interface. But this is a forgiveable lie, regarding the fact what would come next.
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -343,7 +343,7 @@ fun StylePropertyMapReadOnly.forEach(handler: (String, Array<CSSStyleValue>) ->\n }\n \n // CSSStyleVal...
Kotlin
67734088211983700fa756b10388014bf5ce0fce
5
2021-06-03 12:31:40+02:00
-7,200
['a4c7f3d074db813104dd64acf3367a621643db89']
Web: Fix Option usage in Select Element (#742) * Fix Option usage in Select Element * Remove the scope limitation option could also be placed inside opt group, datalist and select
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/elements/Elements.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/elements/Elements.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -249,7 +249,7 @@ fun Select(\n )\n \n @Composable\n-fun DOMScope<HTMLUListElement>.Option(\n+fun Opt...
Kotlin
21146ed1d5174a9a1b2dad6e1376d4bd9c764b7e
5
2021-06-03 12:48:31+02:00
-7,200
['67734088211983700fa756b10388014bf5ce0fce']
Web: Add Hr Element (#741) * Add Hr element * Add Hr Tag * Add missing HRElement import * Remove the forbidden content
[{'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': '@@ -12,6 +12,7 @@ interface Tag {\n object Option : Tag\n object OptGroup : Tag\n object H : ...
Kotlin
8e546f84f8a1a52367360fa0d13e188286dfafba
166
2021-06-04 11:16:43+02:00
-7,200
['21146ed1d5174a9a1b2dad6e1376d4bd9c764b7e']
Get rid of redundnant typecases in CSSUnits
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -362,54 +362,54 @@ inline fun Element.computedStyleMap(): StylePropertyMapReadOnly =\n external class CSS {\n compan...
Kotlin
de42b05b995d9efe03d7db7638f2ae433513f9cf
166
2021-06-04 15:44:52+02:00
-7,200
['8e546f84f8a1a52367360fa0d13e188286dfafba']
Introduce CSSUnitApiTests and slightly modify API according to the results of such testing
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -368,23 +368,15 @@ external class CSS {\n fun em(value: Number): CSSemValue\n fun ex(value: Number): CSS...
Kotlin
c5b661850b13607bf5fd25665af2acc2ce1507d6
166
2021-06-04 16:10:22+02:00
-7,200
['de42b05b995d9efe03d7db7638f2ae433513f9cf']
Remove CSSNumericValue::equals since it clashes with regular equals and can not be actually called Our goal is not to provide precise CSSOM model but a convenient composable css API and users are supposed to be agnostic about CSSOM
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -132,8 +132,6 @@ external interface CSSNumericValue : CSSStyleValue {\n fun min(vararg values: CSSNumberish): CSSNum...
Kotlin
7022ab225ac837f3b72ca43293e14ee1d0a304e2
166
2021-06-04 23:46:26+02:00
-7,200
['c5b661850b13607bf5fd25665af2acc2ce1507d6']
CSSSizeValue child interfaces are not external
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSUnits.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSUnits.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,52 +1,52 @@\n package org.jetbrains.compose.web.css\n-external interface CSSSizeValue : CSSUnitValue, CSSSi...
Kotlin
7d4e3307acc4bd292a90d23addb5d73985044272
166
2021-06-05 00:28:45+02:00
-7,200
['7022ab225ac837f3b72ca43293e14ee1d0a304e2']
Move parse definition from CSSNumericValueJS to CSSNumericValue
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -135,6 +135,11 @@ external interface CSSNumericValue : CSSStyleValue {\n fun to(unit: String): CSSUnitValue\n fu...
Kotlin
0a39d4681fff65f8cf0c48399f48c2ca85373a53
166
2021-06-05 02:06:45+02:00
-7,200
['7d4e3307acc4bd292a90d23addb5d73985044272']
Remove unused (and non-existent) CSSTypedUnitValue
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSS.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -160,11 +160,6 @@ external interface CSSUnitValue : CSSNumericValue {\n val unit: String\n }\n \n-external interface...
Kotlin
d9509dd17ebfc879b773d0ff5c1345b85fc8c2fa
166
2021-06-05 02:53:56+02:00
-7,200
['67244aec5eb09559921292f8fc4a22c811fe4177']
Remove CSSSizeOrAuto completely Use CSSAuto or CSSSize instead (and overloading when needed)
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSHelpers.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSHelpers.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,12 +1,10 @@\n @file:Suppress("UNUSED")\n package org.jetbrains.compose.web.css\n \n-interface CSSAutoVa...
Kotlin
20fa5edd82d2acba85eabe03116681f1584e7414
5
2021-06-07 09:24:57+02:00
-7,200
['a6ea8e2930a524b121cb2c74cccf8c17aaabd570']
Web: Remove content builder for empty elements (#745) * Remove content builder for empty elements * Remove content builder for empty elements Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
[{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/Header.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/Header.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,7 +62,7 @@ private fun LanguageButton() {\n property("padding-left", value(8.px))\...
Kotlin
d0d272897b83ff83e83dfa87b35c001a1ac238ff
150
2021-06-07 11:50:14+02:00
-7,200
['20fa5edd82d2acba85eabe03116681f1584e7414']
Fix `add1kItems` benchmark to avoid it getting swallowed on CI Now it will repeat only 3 times instead of default (5).
[{'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': '@@ -65,8 +65,8 @@ class BenchmarkTests {\n return duration\n }\n \n- @Test\n- fun add1kItems() = runBenchmark("ad...
Kotlin
5ed9c41243e09420403209c90e7494e439c2c891
65
2021-06-07 17:52:52+03:00
-3,600
['d0d272897b83ff83e83dfa87b35c001a1ac238ff']
TodoApp. Update Kotlin to 1.5.10, Compose to 0.4.0, and other deps. (#756)
[{'old_path': 'examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt', 'new_path': 'examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ object Deps {\n object JetBrains {\n object Kotlin {\n // __KOTLIN_COMPOSE_VERSION_...
Kotlin
6048760a1a7e3a259784f64323034fbe0d621b5f
166
2021-06-07 18:55:56+02:00
-7,200
['5ed9c41243e09420403209c90e7494e439c2c891']
CSS units API is CSSOM-agnostic and supports homogenous arithmetic operations
[{'old_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/style/Stylesheet.kt', 'new_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/style/Stylesheet.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,18 +7,18 @@ object AppCSSVariables : CSSVariables {\n val wtColorGreyLight by variable<Colo...
Kotlin
a5c55de3bf2349143d3b01c1820bf63e6e794464
166
2021-06-08 16:02:05+02:00
-7,200
['6048760a1a7e3a259784f64323034fbe0d621b5f']
Introduce markers for CSS Length and CSS percentage
[{'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': '@@ -227,7 +227,7 @@ inline fun StyleBuilder.border(crossinline borderBuild: CSSBorder.() -> Unit) {\n }...
Kotlin
ee1a8f1ab2930f768ba5917ad4fd1cc8f2986a60
86
2021-06-08 17:12:23+03:00
-28,800
['a5c55de3bf2349143d3b01c1820bf63e6e794464']
Fix invalid Char code exception for readLinePositions (#751)
[{'old_path': 'examples/codeviewer/common/src/jvmMain/kotlin/org/jetbrains/codeviewer/platform/JvmFile.kt', 'new_path': 'examples/codeviewer/common/src/jvmMain/kotlin/org/jetbrains/codeviewer/platform/JvmFile.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -94,7 +94,7 @@ private fun java.io.File.readLinePosition...
Kotlin
9698698bd02935f761ccbb05ddff934177eaf6c1
166
2021-06-08 18:29:46+02:00
-7,200
['ee1a8f1ab2930f768ba5917ad4fd1cc8f2986a60']
Simplify assignment signatures in CSS properties
[{'old_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/components/Layout.kt', 'new_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/components/Layout.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ fun Layout(content: @Composable () -> Unit) {\n flexDirection(FlexDir...
Kotlin
1315be6d5e9a9765fc12230b152bb1f54f37434c
166
2021-06-09 12:36:35+02:00
-7,200
['492a5227e19f33a9faf04d909950f1db4058ff3a']
For composition unit tests add container to the document
[{'old_path': 'web/core/src/jsTest/kotlin/TestUtils.kt', 'new_path': 'web/core/src/jsTest/kotlin/TestUtils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,9 @@ private val testScope = MainScope()\n class TestScope : CoroutineScope by testScope {\n \n val root = "div".asHtmlElement()\n+ init {\n+...
Kotlin
9846c190ed18fd1352880745fb8a663068d797db
166
2021-06-09 13:50:38+02:00
-7,200
['1315be6d5e9a9765fc12230b152bb1f54f37434c']
Introduce minimal tests for injecting stylesheets
[{'old_path': None, 'new_path': 'web/core/src/jsTest/kotlin/CSSStylesheetTests.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,93 @@\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 t...
Kotlin
d2371cb878dbd038ed23ed8aa55c30d71f726486
150
2021-06-09 17:13:16+02:00
-7,200
['9846c190ed18fd1352880745fb8a663068d797db']
web: Add a fix for css variables
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSUnits.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSUnits.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,7 @@ private data class CSSUnitValueTyped<out T : CSSUnit>(\n override val unit: T\n ) : CSSSize...
Kotlin
7ef65d21de0d978a8bad8c7adb0f4c136297556a
166
2021-06-09 17:41:34+02:00
-7,200
['d2371cb878dbd038ed23ed8aa55c30d71f726486']
Fix name so web_landing as a part of the web build
[{'old_path': 'web/settings.gradle.kts', 'new_path': 'web/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,7 @@ module(":web-benchmark-core", "$rootDir/benchmark-core")\n if (extra["COMPOSE_WEB_BUILD_WITH_EXAMPLES"]!!.toString().toBoolean() == true) {\n println("building with exampl...
Kotlin
3b96c55daad2cb14488739084024b897acc20b4d
53
2021-06-09 18:22:10+02:00
-7,200
['7ef65d21de0d978a8bad8c7adb0f4c136297556a']
web: test for media query (#766) * web: Add a test for media query in style sheet Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSUnits.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/css/CSSUnits.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ private data class CSSUnitValueTyped<out T : CSSUnit>(\n override val unit: T\n ) : CSSSize...
Kotlin
f0aaa63e6031a20b48982647b42ac8f5077145b2
166
2021-06-09 18:46:59+02:00
-7,200
['3b96c55daad2cb14488739084024b897acc20b4d']
Add test for testing arithmetic in composable context
[{'old_path': 'web/core/src/jsTest/kotlin/CSSUnitApiTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/CSSUnitApiTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,10 @@\n \n package org.jetbrains.compose.web.core.tests\n \n+import androidx.compose.runtime.getValue\n+import androidx.compose.runtime.mu...
Kotlin
90d7933f5ad9ed84ea0ae70d12200fe87d4752cb
166
2021-06-09 20:01:16+02:00
-7,200
['192f360dbeeae435f2c62accedd49d15719fcbe2']
Update artifact version in web tutorial to 0.5.0-build222
[{'old_path': 'tutorials/Web/Getting_Started/README.md', 'new_path': 'tutorials/Web/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,7 +43,7 @@ pluginManagement {\n // Add compose gradle plugin\n plugins {\n kotlin("multiplatform") version "1.5.10"\n- id("org.jetbrains.compose") ...
Kotlin
379fa42e2367ecf75cb83f1bbec4d61fd925d76f
166
2021-06-10 19:44:18+02:00
-7,200
['90d7933f5ad9ed84ea0ae70d12200fe87d4752cb']
Remove redundnant Hr definition since we have it already in DOM API
[{'old_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/content/IntroSection.kt', 'new_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/content/IntroSection.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -222,14 +222,3 @@ private fun ComposeWebStatusMessage() {\n }\n }\n }\n\\ No n...
Kotlin
72a8a5b2c9c8ba109a9804d0d4b47e30c98e9c42
166
2021-06-10 19:52:59+02:00
-7,200
['379fa42e2367ecf75cb83f1bbec4d61fd925d76f']
Align bencmhark source with web example We need to think of a better approach though
[{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -221,14 +221,3 @@ private fun ComposeWebStatusMessage() {\n }\n }\n }\n\\ No newli...
Kotlin
ab937a9716d9838dbebb39bead9c9ba54fec51bb
166
2021-06-11 12:00:08+02:00
-7,200
['72a8a5b2c9c8ba109a9804d0d4b47e30c98e9c42']
Introduce test for testing "raw" element creaation
[{'old_path': None, 'new_path': 'web/core/src/jsTest/kotlin/elements/ElementsTests.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,45 @@\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 ...
Kotlin
428a0a6ce865b4e8ef61e43884d352271f6f0517
166
2021-06-11 14:39:24+02:00
-7,200
['ab937a9716d9838dbebb39bead9c9ba54fec51bb']
Add test for just checking DOM names to be sure none of future refactoring will affect this
[{'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': '@@ -9,15 +9,123 @@ import androidx.compose.runtime.Composable\n import org.jetbrains.compose.web.attributes.AttrsBuilder\n import org.j...
Kotlin
e96d59818b3f96af0f028e8d1eb2462e6df9ffe0
166
2021-06-11 15:28:09+02:00
-7,200
['428a0a6ce865b4e8ef61e43884d352271f6f0517']
Produce DOM nodes via builder
[{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,10 +2,8 @@ package com.sample.content\n \n import androidx.compose.runtime.*\n import org.j...
Kotlin
de143273e899b4818b15aadc5163b80da8ab2ca0
166
2021-06-12 01:55:49+02:00
-7,200
['e96d59818b3f96af0f028e8d1eb2462e6df9ffe0']
Introduce test for attributes re-evaluation
[{'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': '@@ -125,4 +125,28 @@ class AttributesTests {\n actual = div.getAttribute("class")\n )\n }\n+\n+ @Test\n+...
Kotlin
f1beb00a9058ad4514c79562e44b4edb90ebc43e
166
2021-06-12 02:27:48+02:00
-7,200
['de143273e899b4818b15aadc5163b80da8ab2ca0']
Clone node experiment (#772) * Specialize TagElement for creating HTMLElements in different ways * Clone elements for Div, Span and A * Clone counterparts for Button and Input * Remove redundant type cast * Created nodes does not have content so I'm not sure we need to pass true * H1, H2, H3, H4, H5, H6...
[]
Kotlin
603901b814d39cc1c04b6d955510ad51482aebd0
74
2021-06-12 11:17:46+03:00
-7,200
['f1beb00a9058ad4514c79562e44b4edb90ebc43e']
Updated Keyboard tutorial (#771)
[{'old_path': 'tutorials/Keyboard/README.md', 'new_path': 'tutorials/Keyboard/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,16 +8,6 @@ This tutorial expects that you have already set up the Compose project as descri\n \n In this tutorial, we will look at two different ways of handling keyboard events...
Kotlin
d38dcbe8a25756ac71e7fd5adca1de1485657c77
166
2021-06-14 12:25:30+02:00
-7,200
['603901b814d39cc1c04b6d955510ad51482aebd0']
Label content is specialized as HTMLLabelElement
[{'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': '@@ -28,6 +28,7 @@ import org.w3c.dom.HTMLHeadingElement\n import org.w3c.dom.HTMLImageElement\n import org.w3c....
Kotlin
ee0793dcaa965cfc014d3875f7be99c93b90dbf9
166
2021-06-14 12:46:50+02:00
-7,200
['d38dcbe8a25756ac71e7fd5adca1de1485657c77']
Relax upperbound for ElementBuilder to Element It's still a lie since there's a HTMLElement cast later on but it will make possible further improvements
[{'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': '@@ -80,13 +80,13 @@ class DisposableEffectHolder(\n interface ElementBuilder<TElement : Element> {\n fun cr...
Kotlin
60944c87c4f04c0c1326fb412c2280189eed3d47
166
2021-06-14 13:58:24+02:00
-7,200
['ee0793dcaa965cfc014d3875f7be99c93b90dbf9']
Simplify elements internal api by removing Tag interface completely and rely on existing HTMLElement hierarchy (#779) * Relax upperbound for ElementBuilder to Element It's still a lie since there's a HTMLElement cast later on but it will make possible further improvements * Don't use Tags anywhere in code * ...
[{'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': '@@ -1,327 +1,300 @@\n package org.jetbrains.compose.web.attributes\n \n+import org.w3c.dom.HTMLAnchorElem...
Kotlin
08dc15182f080975d3866e59c4cd0f912227f1bb
166
2021-06-14 14:17:48+02:00
-7,200
['60944c87c4f04c0c1326fb412c2280189eed3d47']
Add missing content sectioning HTML elements Namely: ADDRESS, ARTICLE, ASIDE, HEADER see https://developer.mozilla.org/en-US/docs/Web/HTML/Element
[{'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': '@@ -88,6 +88,11 @@ interface ElementBuilder<TElement : Element> {\n return object : ElementBuilder...
Kotlin
84cee1bf92165a6902eb446373f50c34fb0eb46c
166
2021-06-14 14:53:12+02:00
-7,200
['08dc15182f080975d3866e59c4cd0f912227f1bb']
Add missing image and multimedia HTML elements AREA, AUDIO, MAP, TRACK, VIDEO see https://developer.mozilla.org/en-US/docs/Web/HTML/Element
[{'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': '@@ -14,8 +14,11 @@ import org.jetbrains.compose.web.DomApplier\n import org.jetbrains.compose.web.DomElementWra...
Kotlin
18ff668cd2610a3c5aa25e1135be11274dec49a0
166
2021-06-14 15:20:42+02:00
-7,200
['84cee1bf92165a6902eb446373f50c34fb0eb46c']
Add missing form HTML elements DATALIST, FIELDSET, LEGEND, METER, OUTPUT, PROGRESS see https://developer.mozilla.org/en-US/docs/Web/HTML/Element
[{'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': '@@ -21,8 +21,10 @@ import org.w3c.dom.HTMLAreaElement\n import org.w3c.dom.HTMLAudioElement\n import org.w3c.do...
Kotlin
c83938374ff97c854ec163bf6a312f9fdb27f13a
166
2021-06-14 16:28:40+02:00
-7,200
['18ff668cd2610a3c5aa25e1135be11274dec49a0']
Add missing embedded HTML elements (apart from PORTAL) IFRAME, OBJECT, PARAM, PICTURE, SOURCE see https://developer.mozilla.org/en-US/docs/Web/HTML/Element
[{'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': '@@ -24,10 +24,12 @@ import org.w3c.dom.HTMLButtonElement\n import org.w3c.dom.HTMLDataListElement\n import org....
Kotlin
b79403288013b81be4921c8faa5d09aa3beeff64
166
2021-06-15 11:13:37+02:00
-7,200
['c83938374ff97c854ec163bf6a312f9fdb27f13a']
Remove unused constructor from DomNodeWrapper
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/DomApplier.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/DomApplier.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,8 +40,6 @@ class DomApplier(\n }\n \n open class DomNodeWrapper(open val node: Node) {\n- constructor(tag: ...
Kotlin
4529645a754ae4625fec70d958172af8346cbd82
166
2021-06-15 13:24:43+02:00
-7,200
['b79403288013b81be4921c8faa5d09aa3beeff64']
Don't allow to assign null value in attr (#780) * Remove atrributes completely and reapply everything Rather than keeping map with attributes applied * Don't allow nullable signatures while calling attr
[{'old_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'new_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,7 +80,7 @@ fun CodeSampleSwitcher(count: Int, current: Int, onSelect: (I...
Kotlin
c8794cbad6a8fd5ab29f07a61d045b99947151c2
166
2021-06-15 20:26:01+02:00
-7,200
['80bb819997d7f591d9302a0322f936d79b17ef82']
Update web examples after the 0.5.0-build225 release
[{'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
679ed1dda96ad625b615b7e6f73ea52394fd363d
150
2021-06-16 15:21:04+02:00
-7,200
['c8794cbad6a8fd5ab29f07a61d045b99947151c2']
Update snippets in web tutorials
[{'old_path': 'tutorials/Web/Building_UI/README.md', 'new_path': 'tutorials/Web/Building_UI/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -165,7 +165,7 @@ Div(\n padding(20.px)\n \n // custom property\n- property("font-family", value("Arial, Helvetica, sans-serif"))\n+ ...
Kotlin
971a2a45ddf4fe456b2cf7bdc141dab7ad67f4c7
150
2021-06-16 16:00:16+02:00
-7,200
['679ed1dda96ad625b615b7e6f73ea52394fd363d']
Update snippets in web tutorials (fix file name)
[{'old_path': 'templates/web-template/src/main/kotlin/Main.kt', 'new_path': 'templates/web-template/src/main/kotlin/main.kt', 'type': <ModificationType.RENAME: 3>, 'diff': ''}]
Kotlin
8f87cda24d36dcda869b9d9cd2a96c2852b9f98b
65
2021-06-17 08:57:06+02:00
-3,600
['971a2a45ddf4fe456b2cf7bdc141dab7ad67f4c7']
Add web app for the TodoApp example (#778) * Prepare the TodoApp example for adding the JavaScript app * Add the JavaScript app for the TodoApp example * TodoApp. Update Compose to 0.5.0-build225.
[{'old_path': 'examples/todoapp/android/src/main/java/example/todo/android/MainActivity.kt', 'new_path': 'examples/todoapp/android/src/main/java/example/todo/android/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,11 +10,11 @@ import com.arkivanov.decompose.extensions.compose.jetbrains.rememberR...
Kotlin
a57f037c12484d4fc8b2cfa157814bbf2149087a
132
2021-06-17 10:55:09+03:00
-7,200
['8f87cda24d36dcda869b9d9cd2a96c2852b9f98b']
Reformat Kotlin snippet in README (#781) It now conforms to the official Kotlin style guide.
[]
Kotlin
bfe4bf4a3affb08e86424a45bd1577af7e45407f
132
2021-06-17 10:55:56+03:00
-7,200
['a57f037c12484d4fc8b2cfa157814bbf2149087a']
Remove extra erroneous characters from comment (#787)
[{'old_path': 'web/widgets/src/jsMain/kotlin/Modifier.kt', 'new_path': 'web/widgets/src/jsMain/kotlin/Modifier.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -34,7 +34,7 @@ fun Modifier.asAttributeBuilderApplier(\n }\n \n actual fun Modifier.padding(all: Dp): Modifier = castOrCreate().apply {\n- // yes, ...
Kotlin
fac8a856b3a86e318433df7c080a4296c2d632ab
150
2021-06-18 09:35:19+02:00
-7,200
['bfe4bf4a3affb08e86424a45bd1577af7e45407f']
Update version of `compose core` for web components - 0.5.0-build225 It means that when we build the components locally, the new version will be used (same as for recently published artefacts).
[{'old_path': 'web/gradle.properties', 'new_path': 'web/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n-COMPOSE_CORE_VERSION=0.0.12-SNAPSHOT\n+COMPOSE_CORE_VERSION=0.5.0-build225\n COMPOSE_WEB_VERSION=0.0.12-SNAPSHOT\n COMPOSE_WEB_BUILD_WITH_EXAMPLES=false\n'}]
Kotlin
ba7c4293aa3675000562c7288811eb5b07026d99
65
2021-06-18 14:09:44+03:00
-3,600
['fac8a856b3a86e318433df7c080a4296c2d632ab']
Update TodoApp example readme with Web app (#796)
[{'old_path': 'examples/todoapp/README.md', 'new_path': 'examples/todoapp/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,8 @@ An example of Kotlin Multiplatform todo app with shared Android/Desktop Compose\n \n This example supports the following targets: \n - `Android` (Compose)\n-- `JVM` (Compo...
Kotlin
0a90ae219488ffbb89759fa9bc9c008d9ce5f4b6
59
2021-06-18 14:11:01+03:00
-10,800
['ba7c4293aa3675000562c7288811eb5b07026d99']
Remove CSS Typed OM API (#786)
[{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/components/Layout.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/components/Layout.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,10 +2,7 @@ package com.sample.components\n \n import androidx.compose.runtime.Composable\n import...
Kotlin
925f697a6fd1b1f1c409f96f2db4a45374b5683d
59
2021-06-18 16:14:36+03:00
-10,800
['0a90ae219488ffbb89759fa9bc9c008d9ce5f4b6']
Feature/calc (#790) * CSS operations * CSS operations with variables * Fix api to use CSSColorValue instead of Color to use CSSVariables too * Fix api to use CSSNumericValue instead of CSSSizeValue to use CSSVariables too * Fix CSSBorder types
[{'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': '@@ -12,3 +12,53 @@ operator fun <T: CSSUnit> CSSSizeValue<T>.div(num: Number): CSSSizeValue<T> = CS\n \...
Kotlin
a167abe04c16df9e8903912610728b706a78958e
59
2021-06-18 16:30:57+03:00
-10,800
['925f697a6fd1b1f1c409f96f2db4a45374b5683d']
Add more calc shortcuts (#798)
[{'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': '@@ -61,4 +61,9 @@ operator fun <T: CSSUnit> CSSNumericValue<out T>.minus(b: CSSCalcValue<out T>):\n ope...
Kotlin
766e5950de10e972453b198aba86255bb5b62895
5
2021-06-21 18:05:21+02:00
-7,200
['a167abe04c16df9e8903912610728b706a78958e']
web: Remove the boolean parameter from hidden() to align with #780 (#783) https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden
[{'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': '@@ -21,7 +21,7 @@ class AttrsBuilder<TElement : Element> : EventsListenerBuilder() {\n ...
Kotlin
453cc89bca54be527a49e192c787d0b8325a77cc
166
2021-06-22 00:37:19+02:00
-7,200
['766e5950de10e972453b198aba86255bb5b62895']
Add minimal test for testing media query in stylesheet
[{'old_path': 'web/core/src/jsTest/kotlin/CSSStylesheetTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/CSSStylesheetTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@\n \n package org.jetbrains.compose.web.core.tests\n \n+import kotlinx.browser.window\n import org.jetbrains.compose.web.css.*\n...
Kotlin
e68baff90d1cc29262d72773dde7f32b4df2dcfb
106
2021-06-22 10:49:19+03:00
-10,800
['453cc89bca54be527a49e192c787d0b8325a77cc']
Migrate desktop templates/tutorials to 0.5.0-build226
[{'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.10"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("...
Kotlin
7f90700f8df79cf01e64df14763009f5090d602c
178
2021-06-22 10:23:40+02:00
-19,800
['e68baff90d1cc29262d72773dde7f32b4df2dcfb']
Compose Web Example - Compose Bird (#797) * add new compose web example - compose bird * bump compose web version and fix breaking changes * refresh .gitignore with new rules * update README
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,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
cd7f4f4587b9c9fb00eeb4130939b0245f8498f4
106
2021-06-22 12:03:03+03:00
-10,800
['7f90700f8df79cf01e64df14763009f5090d602c']
Migrate desktop templates/tutorials to 0.5.0-build226
[{'old_path': 'tutorials/Tray_Notifications_MenuBar_new/README.md', 'new_path': 'tutorials/Tray_Notifications_MenuBar_new/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,6 +38,7 @@ fun main() = application {\n \n if (isOpen) {\n Window(\n+ onCloseRequest = ::exitApplication,\n ...
Kotlin
019cbd2940a7540670a784606c8ac418516b0789
166
2021-06-22 19:17:31+02:00
-7,200
['ef697af7edda9167dfb19bb44a28f97295e90cbd']
Use CSSStyleSheet so that there's no need to define additional functionality on Stylesheet
[{'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,30 +6,6 @@\n @file:Suppress("UNUSED", "NOTHING_TO_INLINE", "FunctionName")\n package org.jetbrains.comp...
Kotlin
5b22169e72d6b5fb6faf04ea6e06ee8e522368bf
166
2021-06-22 23:12:56+02:00
-7,200
['019cbd2940a7540670a784606c8ac418516b0789']
Remove license for cssom since we are not using it anymore
[{'old_path': 'web/licenses/third_party/README.md', 'new_path': 'web/licenses/third_party/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,5 @@\n Following third-party dependencies exist in this module:\n \n-* css-typed-om (version 0.4.0):\n- * Creative Commons Zero v1.0 Universal [cc-1.0-un...
Kotlin
047440e12a0dd337c571b3887b13092ef376da31
28
2021-06-23 19:34:47+03:00
-10,800
['5b22169e72d6b5fb6faf04ea6e06ee8e522368bf']
Allow using Intellij plugin with 2021.2 (#807)
[{'old_path': 'idea-plugin/gradle.properties', 'new_path': 'idea-plugin/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,8 @@ deploy.version=0.1-SNAPSHOT\n \n plugin.channels=alpha\n plugin.since.build=203\n-plugin.until.build=211.*\n+plugin.until.build=212.*\n+## See https://jb.gg/intellij...
Kotlin
df05778843fcef126342b32e0ce5064825f4e190
166
2021-06-23 18:44:22+02:00
-7,200
['047440e12a0dd337c571b3887b13092ef376da31']
AttrBuilder is nullable by default
[{'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': '@@ -194,7 +194,7 @@ interface ElementBuilder<TElement : Element> {\n @Composable\n fun <TElement : Element> Tag...
Kotlin
5d7c8741368ceeb1e9e9f84d3eaeb88f984b87c9
166
2021-06-23 19:47:06+02:00
-7,200
['df05778843fcef126342b32e0ce5064825f4e190']
Updae deafult web-core dependency to 0.5.0-build226
[{'old_path': 'web/gradle.properties', 'new_path': 'web/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n-COMPOSE_CORE_VERSION=0.5.0-build225\n-COMPOSE_WEB_VERSION=0.0.12-SNAPSHOT\n+COMPOSE_CORE_VERSION=0.5.0-build226\n+COMPOSE_WEB_VERSION=0.0.16-SNAPSHOT\n COMPOSE_WEB_BUILD_WITH_EXAM...
Kotlin
4937918a282762748cf142f11629c746e3a74598
166
2021-06-23 23:18:59+02:00
-7,200
['5d7c8741368ceeb1e9e9f84d3eaeb88f984b87c9']
Update examples after publishing 0.5.0-build226
[{'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
9b1526e11b75dede0ac4bcbe81a9c612334a4b00
166
2021-06-24 01:11:21+02:00
-7,200
['4937918a282762748cf142f11629c746e3a74598']
Install gecko driver to the compose-web light Docker image
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,6 +15,8 @@ RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \\\n unzip \\\n wget\n \n+RUN wget https://github.com/mozil...
Kotlin
06b79febfb9cead37d9df955ee7713af17f78ee4
166
2021-06-24 16:28:50+02:00
-7,200
['9b1526e11b75dede0ac4bcbe81a9c612334a4b00']
Update CHANGELOG.md after releasing 0.5.0-build226
[{'old_path': 'web/CHANGELOG.md', 'new_path': 'web/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,9 @@\n # Changelog\n \n+## [0.5.0-build226] - 24'June 2021\n+\n+[release post](https://github.com/JetBrains/compose-jb/releases/tag/0.5.0-build226-web)\n+\n ## [0.5.0-build225] - 15'June 2021\n \n...
Kotlin
2de373c7db415ca09dcfe72315e12c2d70b92d76
166
2021-06-25 14:41:55+02:00
-7,200
['d87783f319784aef31c1bdeebfe2c6dc6bcbecee']
Prepare integration tests for possibility to run against Firefox
[{'old_path': 'web/integration-core/build.gradle.kts', 'new_path': 'web/integration-core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -66,6 +66,7 @@ kotlin {\n \n implementation("org.junit.jupiter:junit-jupiter-engine:5.7.1")\n implementation("org.junit.jupiter:ju...
Kotlin
29a529790789165faf6c79b5ad392bb0008aea35
53
2021-06-25 16:04:49+02:00
-7,200
['2de373c7db415ca09dcfe72315e12c2d70b92d76']
Web: Input element and onInput event refactoring (#799) * web: Add more tests for the event handlers * web: Inputs refactoring (wip) * web: Add `Options` for `addEventListener` * web: Add basic methods and properties to the SyntheticInputEvent to align it with `org.w3c.dom.events.Event` * web: Add a test f...
[{'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': '@@ -70,8 +70,9 @@ fun CodeSampleSwitcher(count: Int, current: Int, onSelect: (Int) ...
Kotlin
05dc8d1c05ba295f843c5e3fa393c9a0faf2c82b
166
2021-06-25 16:11:39+02:00
-7,200
['29a529790789165faf6c79b5ad392bb0008aea35']
Run selenium tests in Firefox is specific System property (synced with project property) is present
[{'old_path': 'web/integration-core/build.gradle.kts', 'new_path': 'web/integration-core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -74,4 +74,12 @@ kotlin {\n \n tasks.named<Test>("jvmTest") {\n dependsOn(tasks.named("jsBrowserDevelopmentWebpack"))\n+\n+ listOf(\n+ "compose.web.t...
Kotlin
1b42dbec3e1a9d97254f56dee9eca15110a1744d
166
2021-06-26 00:13:53+02:00
-7,200
['05dc8d1c05ba295f843c5e3fa393c9a0faf2c82b']
Dispose web drivers after selenium tests
[{'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': '@@ -26,7 +2...
Kotlin
2be46f961eea6188a796f98974d3cb3d05354ede
28
2021-06-29 10:23:35+03:00
-10,800
['1b42dbec3e1a9d97254f56dee9eca15110a1744d']
Implement first version of non-interactive preview for desktop (#803) Implement first version of non-interactive preview for desktop
[{'old_path': 'gradle-plugins/build.gradle.kts', 'new_path': 'gradle-plugins/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -115,3 +115,9 @@ fun Project.configureGradlePlugin(\n }\n }\n }\n+\n+tasks.register("publishToMavenLocal") {\n+ for (subproject in subprojects) {\n+ dep...
Kotlin
c5b1e29f154ff083b941a4c7d7e93f14b242a8da
166
2021-06-29 13:37:21+02:00
-7,200
['2be46f961eea6188a796f98974d3cb3d05354ede']
Add posibility to install missing chrome drivers for local development
[{'old_path': None, 'new_path': 'web/README.md', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,12 @@\n+## Prerequisites for running Selenium tests\n+\n+As of now Selenium tests are turned on by default.\n+The minimal requirement for running this tests is to have Chrome\n+and chromedriver installed on your mach...
Kotlin
defae6241cfe689b7c010cbb23507eafb309d818
166
2021-06-29 14:40:12+02:00
-7,200
['c5b1e29f154ff083b941a4c7d7e93f14b242a8da']
Install web drivers to the gradle root
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,11 +16,11 @@ RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \\\n wget\n \n RUN wget https://github.com/mozilla/geckodrive...
Kotlin
854de3681cb340ed0ad4912382f7d27b42a5518f
107
2021-06-29 16:55:08+03:00
-10,800
['defae6241cfe689b7c010cbb23507eafb309d818']
Publish components (#829)
[{'old_path': 'components/SplitPane/build.gradle.kts', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,21 +0,0 @@\n-import org.jetbrains.compose.compose\r\n-\r\n-plugins {\r\n- kotlin("multiplatform")\r\n- id("org.jetbrains.compose")\r\n-}\r\n-\r\n-kotlin {\r\n- jvm {\r\n- withJav...
Kotlin