dima.avdeev
9f47529634
Describe workaround with Tab navigation and multiline TextField's ( #2496 )
2 years ago
Igor Demin
b58d3355b3
Actualize `Getting started` tutorials ( #2457 )
...
Fixes https://github.com/JetBrains/compose-jb/issues/2450
2 years ago
Igor Demin
63846c63c0
Compose 1.2.1 ( #2453 )
2 years ago
Evan
2b29bd2889
Removed misplaced comma in Web UI Building README ( #2416 )
2 years ago
Fabian Neugart
af7957d3a2
Removed unnessary import ( #2421 )
...
That import is not needed anymore with 1.2.0.
https://github.com/JetBrains/compose-jb/pull/2215
2 years ago
Alexey Tsvetkov
2af56d8cbf
Add tutorial on using ProGuard ( #2392 )
...
* Add tutorial on using ProGuard
Resolves #1174
2 years ago
Oleksandr Karpovich
5936fd8063
Update compose-web examples and readme about effects ( #2395 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2 years ago
Igor Demin
4ee708c598
Upgrade examples to Compose 1.2.0
2 years ago
Igor Demin
eae694ad3d
Replace package by packageDistributionForCurrentOS ( #2390 )
...
`package` is deprecated
2 years ago
Igor Demin
37e33fba29
Compose 1.2.0-rc02
2 years ago
Igor Demin
7ad4492f43
Migrate to 1.2.0-rc01 ( #2382 )
2 years ago
Igor Demin
3996233b03
Allow to use Compose on multiple Kotlin versions ( #2366 )
...
JS target supports a lower version (1.7.10), because we have a bug in Koltin 1.7.20
Compose 1.2.0 will support:
1.7.20 and 1.7.10 for Android and Desktop
1.7.10 for JS
We will release the new patchset (1.2.1) with 1.7.2X support for JS later
2 years ago
Alexey Tsvetkov
87df95cbe9
Don't add public.app-category. prefix to appCategory by default ( #1887 )
2 years ago
Igor Demin
9fa322a3ee
Upgrade to 1.2.0-beta02
2 years ago
Igor Demin
a208ecba73
Upgrade to 1.2.0-beta01
2 years ago
Mike Hearn
91daaae32d
Documentation for how to package apps using Conveyor. ( #2303 )
...
* Add a mention in the packaging tutorial about Conveyor, with a feature comparison on a separate page.
Remove the link from the main page to the signing/notarization tutorial as it's already linked to from the main packaging tutorial in any case.
* Address review comments.
- Don't talk about jpackage.
- Put the features of the built in tasks first on the comparisons page.
- Remove discussion of JNI.
Additionally:
- Reformat the feature list so the summary comes first in bold.
- Point out that the feature list isn't complete.
2 years ago
Igor Demin
d146b80fff
Update README.md
2 years ago
Oleksandr Karpovich
685f59f39c
Add a tutorial about a new experimental onClick and onDrag modifiers ( #2317 )
...
* Add a tutorial about a new experimental onClick modifier
* add about onDrag
* improve the tutorial
* follow the formatting convention
2 years ago
Igor Demin
5cc9a92ffb
Tutorial for context menu interop with Swing ( #2315 )
...
* Tutorial for context menu interop with Swing
* Update README.md
* Update README.md
* Update README.md
2 years ago
jimgoog
0d1a309966
Add a "next steps" section to getting started docs ( #2250 )
...
* Add a "next steps" section to getting started docs
Users found this "getting started" tutorial by following the link on the Compose MPP landing page, but then didn't find any other docs. This change helps mitigate the problem by pointing users in a helpful direction after they've gone through the first tutorial.
* Update README.md
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2 years ago
Guilherme Delgado
97266a0ac8
Update README.md ( #2192 )
...
Removes extra """
2 years ago
Erik Huizinga
e075f68326
Update README.md ( #2163 )
...
* Update README.md
* Update README.md
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2 years ago
Philip Wedemann
68244c921b
Docs: Js only projects are now supported ( #2154 )
...
See #1851
2 years ago
Igor Demin
3fd5bbd87a
Update README.md ( #2125 )
...
- the version of compiler don't have to be matched. Compose compiler backward and forward compatible
- the issue with AGP is fixed
2 years ago
Igor Demin
3ea728d1f4
Update README.md
2 years ago
Adam Howard
8faecbbe58
improve grammar in README ( #2121 )
...
* improve grammar in README
* Update README.md
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2 years ago
Shreck Ye
cea96d4b56
Fix a bug that the checkbox doesn't toggle in "Code Sample using effects" in tutorials/Web/Using_Effects/README.md ( #2014 )
3 years ago
Nthily
22bd94be6f
Update compose version to 1.1.0 ( #1935 )
3 years ago
Igor Demin
1375acf8cc
Fix Content menu tutorial
3 years ago
Nthily
5867bf0e7b
Update README.md ( #1929 )
3 years ago
Igor Demin
1aa7d122e5
Update CHANGELOG.md
3 years ago
Nikolay Igotti
4af260d36a
Move to 1.1.0 ( #1882 )
...
Co-authored-by: Roman Sedaikin <roman.sedaikin@jetbrains.com>
Co-authored-by: Igor Demin <igordmn@gmail.com>
3 years ago
Nikolay Igotti
2bde986c15
Move tutorial checker
3 years ago
Ryan Mitchener
e40ef3d304
Added KeyEventType check for keyboard events tutorial ( #1877 )
...
Added KeyEventType check for keyboard events tutorial in response to https://github.com/JetBrains/compose-jb/issues/1871
3 years ago
Roman Sedaikin
2afe439a81
Updated tutorial of [Swing Integration]. ( #1844 )
...
* Updated tutorial of Swing interop.
Co-authored-by: akurasov <86794754+akurasov@users.noreply.github.com>
3 years ago
Nikolay Igotti
ad2f889b11
Reset timebomb
3 years ago
Thomas Vos
f568117a79
Fix provisioning profile documentation ( #1820 )
3 years ago
akurasov
d6e6cf5e0c
Documentation for #1016
3 years ago
Thomas Vos
aa08279104
Fix TestFlight builds ( #1812 )
3 years ago
Aleksandr Veselov
d822283c4b
Add docs about desktop a11y ( #1775 )
3 years ago
Sebastian
e1d0a39cf4
Add proguard configuration to tutorial ( #1786 )
3 years ago
James Hamilton
becd9e6155
Update ProGuard version in example ( #1777 )
...
Update ProGuard version and remove exclude for Android build tools dependency. The exclude should no longer be required (https://github.com/Guardsquare/proguard/issues/66 ).
3 years ago
Sebastian
ef0ed6c447
Fix issue on proguard example ( #1780 )
3 years ago
Igor Demin
b83d681c1f
Update README.md
3 years ago
Nikolay Igotti
d27b757092
Fix tutorial checker
3 years ago
Asad Dhorajiwala
ddb80e8161
Added link to Gradle tool window ( #1757 )
3 years ago
akurasov
b822900158
small corrections
3 years ago
Nikolay Igotti
c427f7c2bc
Selective tutorial check ignore ( #1716 )
3 years ago
Mário Fronza
b3c06bb2df
removed unused lines ( #1706 )
3 years ago
Thomas Vos
793b377147
Apple App Store ( #1613 )
...
* Add appStore option
* Fix "--app-image" option
* Add appCategory option
* Document signing for the Apple App Store
* Fix system version in the Product Definition Property List
* fixup! Fix "--app-image" option
* fixup! Document signing for the Apple App Store
* fixup! Add appStore option
* fixup! Add appCategory option
* Add provisioningProfile option
* Add entitlementsFile option (needs to be customised if your Mac app uses entitlements not in the default file)
3 years ago