cadanse 1.6.1
cadanse: ^1.6.1 copied to clipboard
Casimir Lab's design system
Changelog #
All notable changes to this project will be documented in this file.
1.6.0 - 2025-04-29 #
1.5.5 - 2025-04-25 #
π Bug Fixes #
- (scaffold/cupertino) Tweak icon spacing to work better on all sizes
1.5.4 - 2025-04-24 #
π Bug Fixes #
- (deps) Update android build tools (#8)
- (scaffold/cupertino) Tweaks a few things for a more native look
1.5.3 - 2025-04-11 #
π Bug Fixes #
- (comp/buttons) Adapt icon sizes for actions on iOS
- (comp/scaffold) Correctly switch between light and dark in iOS
1.5.0 - 2025-04-07 #
π Features #
- (components) Add a factory for adaptive icons
- (components) New adaptive flow to ask for a user confirmation
- (components) Add an adaptive button for Action in appbar
- (components/buttons) Set semantic labels
- (components) Add an adaptive Scaffold
- (components) Add a helper to show an adaptive modal sheet
π Bug Fixes #
- (demo) A few fixes and tweaks
π Refactor #
- Use the shared TargetType instead of a copypasted version
βοΈ Miscellaneous Tasks #
- A version constraint for Dart and Flutter
1.4.0 - 2025-03-26 #
1.3.1 - 2024-10-26 #
1.3.0 #
- Add a notion of widget grouping and update constants and tokens accordingly.
- Update dev dependencies.
1.2.0 #
- components/layouts: Add the ResponsiveContainer component.
1.1.1 #
- C: Consolidate paddings and spacers into an interface for easier use.
- spacers: Add horizontal spacers for content.
- ErrorScreen: Change error type to Object to handle more error types.