Nikolay Igotti
f5eecd7ab2
Update README.md
2021-12-02 14:51:38 +03:00
Oleksandr Karpovich
b9772b584f
web: add tutorial about Controlled and Uncontrolled inputs ( #1533 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-12-02 12:41:53 +01:00
akurasov
3a0a565de8
Update README.md
2021-12-02 14:40:15 +03:00
akurasov
20cd216276
Update README.md
2021-12-02 14:39:54 +03:00
Igor Demin
3e1d41a840
Update README.md
2021-12-02 14:33:10 +03:00
Igor Demin
bde86ddb82
Update README.md
2021-12-02 14:33:03 +03:00
Igor Demin
b99e2a12e9
Update README.md
2021-12-02 14:28:50 +03:00
akurasov
18589938f5
Jetpack interop manual
2021-12-02 14:25:59 +03:00
akurasov
342a0699c2
Update CHANGELOG.md
2021-12-02 12:39:34 +03:00
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 >
2021-12-02 10:38:44 +01:00
akurasov
0ff3b7dd68
Release notes for 1.0.0 ( #1532 )
2021-12-02 12:37:31 +03:00
Oleksandr Karpovich
fc4384aea4
web: add test-utils tutorial ( #1475 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-12-02 09:57:12 +01:00
Igor Demin
559e9364f1
Move examples to 1.0.0 ( #1524 )
2021-12-01 20:23:48 +03:00
Oleksandr Karpovich
f19d5fb66a
update web-landing: fix padding for WtContainer
2021-12-01 16:42:54 +01:00
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 >
2021-12-01 16:24:30 +01:00
Igor Demin
3e34d5e756
Fix Todo example for Android
2021-12-01 17:10:01 +03:00
Igor Demin
3ed28dde02
Fix Todo example for Android
2021-12-01 17:08:24 +03:00
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 >
2021-12-01 14:36:02 +01:00
Nikolay Igotti
2300750f32
Move todoapp to 10.0.0-rc12
2021-12-01 16:18:41 +03:00
Shagen Ogandzhanian
d902912424
Make all CSS Selectors private ( #1519 )
2021-12-01 14:10:13 +01:00
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
2021-12-01 15:37:02 +03:00
Igor Demin
54516d6a07
Update README.md
2021-12-01 15:29:58 +03:00
Igor Demin
ceeaea1939
Update README.md
2021-12-01 15:21:01 +03:00
Igor Demin
44ef2f2194
Update README.md
2021-12-01 15:08:48 +03:00
Igor Demin
b5fb48a6d6
Update README.md
2021-12-01 15:05:05 +03:00
Igor Demin
b6fe8e5d46
Update README.md
2021-12-01 15:03:15 +03:00
Igor Demin
28fe93681a
Update README.md
2021-12-01 14:51:54 +03:00
Igor Demin
96e1cac0b9
Update README.md
2021-12-01 14:48:23 +03:00
Igor Demin
608e88b24d
New tutorial for events ( #1482 )
2021-12-01 13:28:09 +03:00
Igor Demin
f43cb88b65
Move Compose
2021-12-01 13:23:46 +03:00
Igor Demin
444d3fb229
Move Compose
2021-12-01 12:51:09 +03:00
Igor Demin
dccfb4ab66
Move Compose
2021-11-30 22:39:37 +03:00
Igor Demin
6c54b878ec
Move Compose
2021-11-30 21:25:53 +03:00
Igor Demin
0cadb39645
Move Compose
2021-11-30 19:45:09 +03:00
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 >
2021-11-30 16:47:27 +01:00
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 >
2021-11-30 14:47:30 +01:00
Oleksandr Karpovich
d87c29a10d
web: add test for CSSSelector plus operator
2021-11-30 14:15:09 +01:00
Igor Demin
d589600dc9
Move Compose
2021-11-30 15:57:38 +03:00
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 >
2021-11-30 11:34:20 +01:00
Oleksandr Karpovich
6d0a0f4f1d
web (breaking change): make some functions internal ( #1509 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-11-30 11:33:55 +01:00
Alexey Tsvetkov
386b19e67e
Test Gradle plugin with Gradle 7.1.1 & 7.3 ( #1304 )
2021-11-30 11:06:48 +03:00
akurasov
01de8a2ad7
Switching to new Compose
2021-11-29 20:27:37 +03:00
Alexey Tsvetkov
9686eb2acd
Improve handling of preview errors ( #1502 )
2021-11-29 20:13:05 +03:00
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
2021-11-29 11:37:17 +01:00
Igor Demin
dcbaf76d97
Move Compose
2021-11-26 21:20:20 +03:00
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 >
2021-11-26 15:37:25 +01:00
Alexey Tsvetkov
2a3027a5e7
Try to fix images with preview in tooling ( #1458 )
...
Maybe it will fix #1160
Fix for refactored Paragraph.getHorizontalPosition (#115 )
2021-11-26 04:05:36 +03:00
akurasov
76809f3ced
Switching to a new Compose
2021-11-25 21:02:15 +03:00
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 >
2021-11-25 15:27:43 +01:00
Shagen Ogandzhanian
1a817574f3
Introduce webWidgetsDeprecationMessage which is used in Deprecated annotation ( #1459 )
2021-11-25 11:25:34 +01:00