Build 149 (requires Kotlin 1.4.30) is out. Breakin...
# compose-desktop
k
Build 149 (requires Kotlin 1.4.30) is out. Breaking change -
AppWindowAmbient
has been renamed to
LocalAppWindow
. Also API changes to query
PaddingValues
🎉 13
m
What happened to
ModalDrawerLayout
a
Renamed to ModalDrawer
m
Thanks. And its
bodyContent
was renamed to just
content
, right? Are all these renamings documented somewhere?
a
Yes it was renamed to
content
. There are no official release change log for Compose Desktop however you can see the latest commits for Compose on AOSP on or on Github
k
It's still alpha, so you should expect renamings to be a part of it - without a full list being maintained.
m
No problem. It was just a question 😉
d
hmm, can't find any
DropdownMenu()
(tried hard to find it 🙂 )
k
It's in the
androidx.compose.material
package
a
They removed it in this release. Probably will be back in the next release or the one after it.
✅ 1
😮 1
g
Also, ambientOf was renamed to comopositionLocalOf. Are Ambients being renamed to CompositionLocals? If so I understand why, because what you are providing is local to composition it surrounds, but ambient was a better name in my opinion.
âž• 5