Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 971 Bytes

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 971 Bytes

v1.4.0

  • New Feature Generate icon from JPEG images in memory (Uint8List) ShortcutIconAsset.memoryAsset

v1.3.0

  • Breaking Change renamed FlutterShortcutsItem to ShortcutItem
  • Extra fields added in ShortcutItem
  • (bool) conversationShortcut make conversation shortcuts
  • (bool) isImportant set conversation shortcut importance
  • (bool) isBot set is conversation shortcut bot

v1.2.2

  • Compatibility added in Readme

v1.2.1

  • Optimised Shortcuts
  • Readme updated

v1.2.0

  • Breaking Change renamed initialize to listenAction.
  • Breaking Change initialize takes bool debug.

v1.1.0

  • Breaking Change updateShortcutItem doesn't take id.
  • Breaking Change changeShortcutItemIcon icon property is by default set to ShortcutIconAsset.flutterAsset.
  • New Feature FlutterShortcutItem new field shortcutIconAsset.

v1.0.1

  • Demo provided in README

v1.0.0

  • Initial Development Release