InsanusMokrassar
d9d4bf3496
Add opportunity to use custom prefixes in StyleSheet ( #3015 )
9 months ago
Oleksandr Karpovich
93b513458d
Update for k/wasm ( #4009 )
...
This a comanion PR to
https://github.com/JetBrains/compose-multiplatform-core/pull/914
Resources lib doesn't contain k/wasm target yet. It will be added in a
separate PR
---------
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
11 months ago
Oleksandr Karpovich
adafcda2af
Fix typo in compose.html ElementsTests ( #3912 )
12 months ago
Arthur Pavarino
8741329f91
Adding sub sup and blockquote web component ( #3325 )
...
Some HTML markup are missing. This pull request add following components
:
- Sup
- Sub
- Blockquote
1 year ago
Philip Wedemann
1f70741dcf
Html: SVG - Add fillOpacity attribute ( #3725 )
...
* Html: SVG - Add fillOpacity attribute
* Add typed overloads
* Use normal number
* Update svgAttrs.kt
* Remove public marker
1 year ago
Igor Demin
aa78198572
HTML. Rollback Kotlin to 1.8.21 ( #3676 )
...
1. It fixes CI errors: https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_PublishFast_2GradlePluginTest/4303621?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true
2. We still need to support 1.8.21 in Compose 1.5 versions
Regression after https://github.com/JetBrains/compose-multiplatform/pull/3631
1 year ago
Oleksandr Karpovich
fbd99c05cb
Support/1.5.1 ( #3631 )
...
* Update versions to CM 1.5.1 and kotlin 1.9.10
* Add explicit dependencies on compose.ui and compose.foundation in examples/chat/jsApp
* Update CHANGELOG.md
* fix typo
* Add Dependencies for 1.5.1 Changelog
1 year ago
Oleksandr Karpovich
f70d82f649
Hardcode 1.8.21 as kotlin version in compose.html to make new version compatible with older kotlin ( #3380 )
...
* Hardcode 1.8.21 as kotlin version in compose.html to make new version compatible with older kotlin
* keep the old property name for kotlin version - 'kotlin.version'
1 year ago
Oleksandr Karpovich
eda9a69b8d
Update yarn.lock in compose.html ( #3377 )
1 year ago
Oleksandr Karpovich
de2f4f8d28
Fix compose.html with 1.9.0 ( #3376 )
...
* Fix compose.html build with 1.9.0 by exposing some dependencies with `api(...)`
* Temp disable integration tests in compose.html
1 year ago
Igor Demin
17ba8f3a57
Revert "Revert "Add explicit dependencies on modules to make it build with kotlin 1.9.0 ( #3374 )""
...
This reverts commit 09bfeab4ea
.
1 year ago
Igor Demin
09bfeab4ea
Revert "Add explicit dependencies on modules to make it build with kotlin 1.9.0 ( #3374 )"
...
This reverts commit a2cd678c82
.
1 year ago
Oleksandr Karpovich
a2cd678c82
Add explicit dependencies on modules to make it build with kotlin 1.9.0 ( #3374 )
...
* Add explicit dependencies on modules to make it build with kotlin 1.9.0
* Fix typo
1 year ago
Alexander Zhirkevich
f221db27b7
Make HTML TestUtils wait functions cancellable ( #3320 )
...
* make TestUtils wait functions cancellable
* add tests for cancellable test utills
* Update TestUtils.kt
* Add import
* Add import
1 year ago
Igor Demin
bf4130cfab
Compose 1.4.1 docs, examples ( #3287 )
...
* Compose 1.4.1
* Remove compose-integration from replaceVersion.sh
1 year ago
Igor Demin
d44114d8b9
Compose Multiplatform 1.4.0 docs ( #3044 )
2 years ago
Igor Demin
c25f7c67ff
Fix HTML rename ( #3004 )
2 years ago
Igor Demin
59eda00380
Rename Web to HTML ( #2997 )
...
1. Rename "compose.web" to "compose.html" in Gradle DSL
2. Rename maven artifacts (with backward compatible "relocation" artifact)
3. Rename "web" folder to "html"
Will do in support/1.4.0 branch
1. Move examples/web-* to examples/html/*
2. Rename Tutorials/Web to Tutorials/HTML
3. Rename "Compose for Web" to "Compose HTML Library" in the tutorials
2 years ago