akurasov
3a0a565de8
Update README.md
3 years ago
akurasov
20cd216276
Update README.md
3 years ago
Igor Demin
3e1d41a840
Update README.md
3 years ago
Igor Demin
bde86ddb82
Update README.md
3 years ago
Igor Demin
b99e2a12e9
Update README.md
3 years ago
akurasov
18589938f5
Jetpack interop manual
3 years ago
akurasov
342a0699c2
Update CHANGELOG.md
3 years ago
Oleksandr Karpovich
8c48ff5973
web: add `What's included` section into root README.md for web ( #1499 )
...
* web: add `What's included` section into root README.md for web
* Add examples section
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
akurasov
0ff3b7dd68
Release notes for 1.0.0 ( #1532 )
3 years ago
Oleksandr Karpovich
fc4384aea4
web: add test-utils tutorial ( #1475 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
559e9364f1
Move examples to 1.0.0 ( #1524 )
3 years ago
Oleksandr Karpovich
f19d5fb66a
update web-landing: fix padding for WtContainer
3 years ago
Oleksandr Karpovich
a9156f5787
update web-landing content according to new version (1.0.0-rc12) ( #1523 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
3e34d5e756
Fix Todo example for Android
3 years ago
Igor Demin
3ed28dde02
Fix Todo example for Android
3 years ago
Oleksandr Karpovich
17194020d9
web: update web examples to 1.0.0-rc12 ( #1517 )
...
* web: move web-landing to 1.0.0-rc12
* web: move falling-balls-web to 1.0.0-rc12
* web: move web-compose-bird to 1.0.0-rc12
* web: move web-with-react example to 1.0.0-rc12
* web: update todoapp to 1.0.0-rc12
* web: use 1.0.0-rc12 in examples
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Nikolay Igotti
2300750f32
Move todoapp to 10.0.0-rc12
3 years ago
Shagen Ogandzhanian
d902912424
Make all CSS Selectors private ( #1519 )
3 years ago
Igor Demin
21473b13f1
Move to 1.0.0-rc12 ( #1518 )
...
* Move build_from_cli
* Migrate to 1.0.0-rc12
* Comment about LWJGL
* Update Tutorials
3 years ago
Igor Demin
54516d6a07
Update README.md
3 years ago
Igor Demin
ceeaea1939
Update README.md
3 years ago
Igor Demin
44ef2f2194
Update README.md
3 years ago
Igor Demin
b5fb48a6d6
Update README.md
3 years ago
Igor Demin
b6fe8e5d46
Update README.md
3 years ago
Igor Demin
28fe93681a
Update README.md
3 years ago
Igor Demin
96e1cac0b9
Update README.md
3 years ago
Igor Demin
608e88b24d
New tutorial for events ( #1482 )
3 years ago
Igor Demin
f43cb88b65
Move Compose
3 years ago
Igor Demin
444d3fb229
Move Compose
3 years ago
Igor Demin
dccfb4ab66
Move Compose
3 years ago
Igor Demin
6c54b878ec
Move Compose
3 years ago
Igor Demin
0cadb39645
Move Compose
3 years ago
Oleksandr Karpovich
cf62af9a23
web (breaking change): make constructors of CSSSelectors classes internal ( #1510 )
...
* web (breaking change): Make CSSSelector constructors internal and move constant selectors instances to `SelectorsScope`
* web (breaking change): Make CSSSelectors classes internal
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
1b731e0af6
web (breaking change): move top level functions for css selectors to new SelectorsScope ( #1504 )
...
* web (breaking change): move top level functions for css selectors to new SelectorsScope
These functions don't need to be on top level because their purpose is to be used within StyleSheet
* web: update CSSSelector plus operator
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
d87c29a10d
web: add test for CSSSelector plus operator
3 years ago
Igor Demin
d589600dc9
Move Compose
3 years ago
Oleksandr Karpovich
4623985462
web (breaking change): move `combine` and `feature` functions to GenericStyleSheetBuilder scope (in CSSMediaRule.kt) ( #1508 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
6d0a0f4f1d
web (breaking change): make some functions internal ( #1509 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Alexey Tsvetkov
386b19e67e
Test Gradle plugin with Gradle 7.1.1 & 7.3 ( #1304 )
3 years ago
akurasov
01de8a2ad7
Switching to new Compose
3 years ago
Alexey Tsvetkov
9686eb2acd
Improve handling of preview errors ( #1502 )
3 years ago
Abasov Akif
43a16c8e77
Throw exception for `String + CSSSelector` with `self` cases. ( #1462 )
...
* Throw exception for `String + CSSSelector` with `self` cases.
* Refactoring: CSSSelector: open -> abstract, assertTrue -> assertFailsWith
* Exceptions rewording
* CSSSelfSelector: public -> internal
3 years ago
Igor Demin
dcbaf76d97
Move Compose
3 years ago
Oleksandr Karpovich
45a63ec41c
web: remove Options for event listeners ( #1470 )
...
Options were never actually applied and there was no way to use anything beside Options.DEFAULT
It's still possible to set options using k/js `addEventListener` on the element's reference
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Alexey Tsvetkov
2a3027a5e7
Try to fix images with preview in tooling ( #1458 )
...
Maybe it will fix #1160
Fix for refactored Paragraph.getHorizontalPosition (#115 )
3 years ago
akurasov
76809f3ced
Switching to a new Compose
3 years ago
Oleksandr Karpovich
3778eadd37
web: add `inputmode` global attribute ( #1461 )
...
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
closes https://github.com/JetBrains/compose-jb/issues/1338
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Shagen Ogandzhanian
1a817574f3
Introduce webWidgetsDeprecationMessage which is used in Deprecated annotation ( #1459 )
3 years ago
Igor Demin
cd140db9c0
Copy IDEA settings from androidx project ( #1455 )
3 years ago
Oleksandr Karpovich
e139fbb1e4
deprecate compose.web.web-widgets in source code and gradle plugin ( #1453 )
...
* deprecate compose.web.web-widgets in source code and gradle plugin (name alias)
* fix typo
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago