Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

53 lines (35 loc) · 1.35 KB

Changelog

[Unreleased]

  • Minor bugfixes and improvements.

[2023.10.11] - Open-source 🎉

Changes

Compose Hammer is now free and open-source! 🎉

[2023.6.21] - Level-up!

Added

  • ⚡ Quick Code MVP: a feature supporting the addition of custom code snippets that will appear in the new "⚡ Quick Code" alt/option + enter action!
  • Quick Action: Added "⚡ Layouts" section that contains Column, Row, Box, LazyColumn and LazyRow.
  • Quick Action: Added in the "⚡ Compose runtime" section derivedStateOf and produceState.
  • Components: Horizontal pager, Tabs with horizontal pager
  • Created an invite-only Telegram chat to discuss the plugin and provide support.

Changed

  • Quick Action: Moved the layouts from "⚡ Quick UI" to "⚡ Layouts"
  • Improved the "Tabs" material components.
  • Improve "⚡ Animations" templates.

Removed

  • MaterialTheme.typography
  • MaterialTheme.colorScheme

Fixed

  • Imports bug in the Quick Action where imports were added above "package" caused by @file:OptIn() 🐛

[0.0.1] - Initial release

Added

  • Initial release - the best is yet to come!
  • MVP version for Android Developers productivity covering Jetpack Compose and Material3.