Releases: oliverspryn/multimodal-spanner
Releases · oliverspryn/multimodal-spanner
1.2.1
1.2.0
This release introduces:
- The
Classifier
class can now be extended with your custom class, which is helpful for E2E or other instrumentation tests to fake the functionality of this library for automated testing purposes.
This release fixes:
- All dependencies of this library are now automatically included in consuming projects.
- Consuming projects no longer require a Jetpack Compose BOM for this library to function.
1.1.0
Fixes several issues from 1.0.0
, including:
- Artifact required your project to have an empty
constraints
module in your project. - Transitive dependencies were not imported into consuming projects and required you to import them separately.
1.0.0
The initial release of the Multimodal Spanner. Now, you can build responsive and foldable-aware apps in just 6 lines of code.
This release supports all Android devices with the following screen profiles:
- Fully open (includes fully opened foldable devices, plus traditional devices that cannot fold)
- Folded: Book mode
- Folded: Tabletop mode
It also allows you to classify your UI into several types of window size classes:
- Compact (e.g. most phones)
- Medium (e.g. most phones in landscape mode, some phablets, small tablets)
- Expanded (e.g. large tablets)