Skip to content

Latest commit

 

History

History
281 lines (154 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

281 lines (154 loc) · 3.46 KB

Changelog

2.0.2 - 2021-05-10

Fixed

  • couple of Null Safety related issues.
  • GFcarousel issues resolved.

2.0.1-nullsafety.4 - 2021-03-17

Added

  • Added test cases.

2.0.0-nullsafety.3 - 2021-03-09

Added

  • Added nullsafety.

1.2.4 - 2020-11-12

Fixed

  • [GFProgressBar] issue.
  • [GFBottomSheet] minor issue.
  • [GFIconButton] wrong touch issue. #195
  • [GFDropdown] minor issue.
  • [GFCarousel] issue. #185
  • Many more minor improvements.

Added

  • Test cases added for couple of components
    • GFLoader
    • GFTypography

1.2.2 - 2020-10-02

Fixed

  • [GFButton] width related issue.
  • [GFRadio] minor issue.
  • [GFRadioListTile] selection issue
  • [GFCheckbox] minor issue.
  • [GFCheckboxListTile] selection issue
  • Many more minor improvements.

Added

  • few new compoenents added
    • GFBottomSheet
    • GFIntroScreen
    • GFAnimation
    • GFBorder
    • GFStickyHeader

1.1.3 - 2020-07-30

Fixed

  • [GFAppBar] clear button does not fire onChanged #149
  • [GFCarousel] initialPage Not Honored if Page Indicators Enabled. #144
  • [GFCarousel] timer of the autoPlay is not disposed #143
  • [GFCarousel] active page indicator is not being updated without "onPageChanged" #139
  • [GFTabBar] Docs say about isScrollable which is not supported #132

Added

  • couple of compoenents (WIP)
    • GFCheckboxTile
    • GFRadioTile

1.1.1 - 2020-06-26

Added

  • added new components
    • GFCheckbox
    • GFRadio

Update

  • Changed name to GetWidget

Fixed

  • Many minor issues fixed

1.0.11 - 2020-03-11

Fixed

  • Resolved issues.

1.0.10 - 2020-03-11

Fixed

  • Few minor fixes

1.0.9 - 2020-03-02

Fixed

  • Few minor fixes

Added

  • added new component
    • GFShimmer

1.0.8 - 2020-02-18

Fixed

  • Hot reload in GFButton

Added

  • added new component
    • GFProgressBar

1.0.7 - 2020-02-11

Fixed

  • GFLoader - import issue fixed

Added

  • added new component
    • GFFloatingWidget

1.0.5 - 2020-02-07

Fixed

  • GFRating - minor issue fixed

Added

  • added new component
    • GFLoader

1.0.4 - 2020-02-04

Fixed

  • GFSearchBar - minor issue fixed

Added

  • added new component
    • GFRating

1.0.3 - 2020-01-30

Fixed

  • GFToggle - minor issue fixed

Added

  • added few new components
    • GFAccordian
    • GFAlert
    • GFSearchBar
    • GFDrawer
    • GFAppBar

1.0.2 - 2020-01-23

Fixed

  • import issue fixed.

1.0.1 - 2020-01-22

Added

  • added few new components
    • GFToast
    • GFFloatingWidget
    • GFToggle

1.0.0 - 2020-01-20

Added

  • Stable version release
  • code refectoring
  • this release includes following stable components
    • GFAvatar
    • GFButton
    • GFIconButton
    • GFButtonBar
    • GFBadge
    • GFButtonBadge
    • GFIconBadge
    • GFCard
    • GFCarousel
    • GFImageOverlay
    • GFListTile
    • GFTabs
    • GFTypography

1.0.0-dev.9 - 2020-01-17

Added

  • Added library exports for commonly used files.

1.0.0-dev.8 - 2020-01-16

Fixed

  • ListTile re-implemeted.

1.0.0-dev.3 - 2020-01-15

Fixed

  • ListTile issue.

1.0.0-dev.1 - 2020-01-14

Fixed

  • Warnings and Hints

0.0.1-pre.3 - 2020-01-14

Fixed

  • Warnings and Hints

Added

  • Changelog and Description

0.0.1-pre.2 - 2020-01-14

Fixed

  • Warnings and Hints

0.0.1-pre.1 - 2020-01-13

Added

  • initial release with buttons, badge, card, list tile, avatar and many more components.