Skip to content

1.7.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 10 Aug 14:19

✨ New features

  • FormText is a new view to present text in List forms.
  • FormTextEditor is a new view to present text editors in List forms.
  • FormTextField is a new view to present text fields in List forms.
  • ActionButton is a new button that resembles the action button in e.g. Contacts.
  • ActionButtonStyle is a new button style that can be used for action buttons.
  • ScanCodeGenerator is a new protocol for types that can generate scan codes.
  • StandardScanCodeGenerator is a new, standard implementation of ScanCodeGenerator.

🗑 Deprecations

  • QrCodeGenerator has been deprecated due to the new QrCodeGenerator.
  • StandardQrCodeGenerator has been deprecated due to the new StandardQrCodeGenerator.