Commit Graph

13 Commits

Author SHA1 Message Date
Shagen Ogandzhanian
6fa567032e Autogenerate all web examples from samples
That would make it easier to keep them consistent and to test them
continuously
2021-07-29 15:02:21 +02:00
Oleksandr Karpovich
b41344ef41 Web/update tutorials and examples (#942)
* web: Update tutorials (to use 0.5.0-build270)

* web: Update examples (to use 0.5.0-build270 and kotlin 1.5.21)

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-07-28 17:50:20 +02:00
Eric Pabst
386ca357d0 Simplify Compose in React example (#823)
There is no need to use the attrs function.
2021-07-07 18:02:32 +02:00
Oleksandr Karpovich
774b9793f5 Update web examples to use 0.5.0-build235 2021-07-06 11:59:13 +02:00
Shagen Ogandzhanian
1a7a1fbbd3 Update web examples after releasing 0.5.0-build228 2021-06-30 15:57:29 +02:00
Shagen Ogandzhanian
4937918a28 Update examples after publishing 0.5.0-build226 2021-06-23 23:18:59 +02:00
Shagen Ogandzhanian
c8794cbad6 Update web examples after the 0.5.0-build225 release 2021-06-15 20:26:01 +02:00
Shagen Ogandzhanian
94e7ee43cf Update examples to 0.5.0-build222 2021-06-09 19:07:08 +02:00
Shagen Ogandzhanian
492a5227e1 Update examples to 0.5.0-build221 2021-06-08 21:12:39 +02:00
Shagen Ogandzhanian
33c22c2e62 Update web examples to 0.0.0-web-dev-14 2021-06-01 20:13:10 +02:00
Shagen Ogandzhanian
898fa303ff Rename package names in web-core
androidx.compose.web -> org.jetbrains.compose.web
androidx.compose.web.elements -> org.jetbrains.compose.web.dom
2021-06-01 18:39:12 +02:00
Shagen Ogandzhanian
2132dac284 Prepare examples for the publicaiton of 0.0.0-web-dev-14 2021-06-01 17:13:25 +02:00
Oleksandr Karpovich
a1d2f86609 Compose-Web with React examples (#693)
* Add compose-web example with a react component
* Add example with a compose component in a react app

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-05-25 18:45:50 +02:00