Skip to content

Releases: D4rK7355608/AppToolkit

App Toolkit

22 Feb 07:43
Compare
Choose a tag to compare
feat: Update theme settings UI and library version

- Updated the library version to 0.0.68.
- Refactored the theme settings screen to use a single list of `themeOptions` instead of separate `themeOptionsKeys` and `themeOptionsLabels`.
- The Radio Button `onClick` now sets the value to `text` rather than `mode`.

App Toolkit

21 Feb 21:33
Compare
Choose a tag to compare
0.0.67

chore: Bump version to 0.0.67

App Toolkit

21 Feb 20:50
Compare
Choose a tag to compare
docs: Improve KDoc for floating action buttons

Enhanced KDoc documentation for `AnimatedExtendedFloatingActionButton` and `SmallFloatingActionButton` to provide clearer descriptions and parameter details.

App Toolkit

21 Feb 09:54
Compare
Choose a tag to compare
feat: Update LargeTopAppBarWithScaffold and library version

- Updated the `LargeTopAppBarWithScaffold` composable to accept an optional `scrollBehavior` parameter, allowing for more customization of the top app bar's scrolling behavior.
- Updated the library version to 0.0.65.

App Toolkit

19 Feb 13:29
Compare
Choose a tag to compare
feat: Add `TopAppBar` components and update button interactions

- Introduced `LargeTopAppBarWithScaffold` and `TopAppBarScaffold` for creating top app bars with scaffold layouts.
- Added a `nestedScroll` modifier to the scaffolds to enable scrolling behavior.
- Updated `AnimatedButtonDirection`, `FloatingActionButton`, and `SmallFloatingActionButton` to play a click sound effect when pressed.
- Bumping the library version to 0.0.64.

App Toolkit

19 Feb 12:27
Compare
Choose a tag to compare
feat: Refactor animated FAB and add directional button

- Updated the `AnimatedExtendedFloatingActionButton` to use only scaling for animation.
- Added a new `AnimatedButtonDirection` composable to animate buttons in from the side.
- Updated the library version to 0.0.63.

App Toolkit

19 Feb 12:12
Compare
Choose a tag to compare
0.0.62

feat: Add "Go Back" string to translations and refactor AnimatedButto…

App Toolkit

18 Feb 20:29
Compare
Choose a tag to compare
0.0.61

feat: Update library version to 0.0.61 and improve AnimatedButtonDire…

App Toolkit

18 Feb 20:06
Compare
Choose a tag to compare
feat: Add AnimatedButtonDirection and update library version

- Introduced a new `AnimatedButtonDirection` composable function to provide animated visibility for buttons, with options for sliding in/out horizontally and fade in/out effects.
- Added parameters to control the animation duration, direction, and auto-animation.
- Updated the library version to 0.0.60.

App Toolkit

18 Feb 19:39
Compare
Choose a tag to compare
feat: Update SmallFloatingActionButton and bump library version

- Updated `SmallFloatingActionButton` to accept a `Modifier` parameter for improved customization.
- Bumped the library version to 0.0.59.