Trying out the new compose BOM and I have a question.
When a BOM is for say <5 libraries, it’s kinda easy to go through the release notes and check while updating if there’s anything to update with the new version. Compose BOM has
30 artifacts under itself though, meaning that when I am bumping it I can’t be sure I am taking care of everything I would if I did the bumps one by one.
And I am not talking about breaking changes in the code, I understand that the version upgrades are backwards compatible for the most part, but it’s also for stuff like when a library upgrades, sometimes they may introduce a new API which I see in the change log and go ahead and learn about it and use it immediatelly. This is not going to be happening with the BOM.
So a question, is there anywhere where for a specific BOM update I can also see a huge list of
all the change logs for the versions that got updated?
A list of all the changelists that look like this;
Example of compose material 1.3
Version 1.3.0 October 24, 2022
Important changes since 1.2.0
Behavior breaking change
Maximum supported elevation in dialogs and popups has been reduced to 8dp.
API Changes
Add a Pull-To-Refresh component to Compose (I29168).
Change parameter name from values to value in RangeSlider (I3b79a).