Skip to content

Latest commit

 

History

History
170 lines (134 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

170 lines (134 loc) · 3.61 KB

[4.8.3]

* add constraints for dropdown

[4.8.2]

* hide buttons while actions is empty in dialog
* add close button for modal dialog

[4.8.1]

* add IntrisicWidth for Menu Box
* add BuildContext to auto get Rect for dropdown

[4.8.0]

* change dropdown padding => margin
* add dropdown padding

[4.7.5]

* fix dropdown offset

[4.7.4]

* The message of loading can be null

[4.7.3]

* improve code style
* improve dropdown animate

[4.7.2]

* add actionAlignment for dropdown

[4.7.1]

* Improve dropdown
* fix EntryController.close

[4.7.0]

* Add TextStyle for alert & confirm 's actions
* Improve SnackBar's style

[4.6.10]

* fix snack message overflow

[4.6.9]

* fix close ignored when not inited

[4.6.8]

* fix loading close error

[4.6.6]

* add ToastStyle.iconPadding
* add ModalStyle.textBodyAlignment

[4.6.5]

* fix buttonPadding

[4.6.4]

* add textBodyAlignment form alert & confirm
* add buttonPadding for ModalStyle.separated
* improve message split

[4.6.3]

* fix locale

[4.6.2]

* add popup style

[4.6.1]

* add ShirneDialogLocalizations.register

[4.6.0]

* rename cancelButtonStyle to defaultButtonStyle
* refactor modalDialog
    * change AlertDialog to SimpleDialog to support customize action buttons
    * add ShirneDialogTheme.alertStyle
    * add ModalStyle.expandedAction
    * remove actionsOverflowDirection and actionsOverflowButtonSpacing
    * add ModalStyle.separated to custom dialog actions style

[4.5.2]

* add screenshots

[4.5.0]

* update for 3.7
* dart version

[4.4.3]

* remove popup barrierDismissible(unused)
* improve default value

[4.4.2]

* add arg style to alert/confirm/prompt
* fix dropdown outer path

[4.4.1]

* add arg dragHandlerBuilder to popup
* change ModalStyle.actionsPadding from zero to 8/16

[4.4.0]

* upgrade combined_animation to 0.3.0

[4.3.0]

* upgrade combined_animation to 0.2.0

[4.2.1]

* fix toast dismiss incorrect

[4.2.0]

* toast & loading & snack reflactor,supported animation
* add loading theme style & custom builder

[4.1.1]

* fix loading return type
* add previews

[4.1.0]

* add [prompt]
* implement [ShirneTheme.lerp]
* add onConfirm callback for alert & confirm

[4.0.0]

* Improve themes
* Improve widget
* Ignore pointer for toast
* Improve toast animation

[3.0.0]

* Improve theme into MaterialThemeData.extension
* fetch Overlay from navigatorKey

[2.0.3]

* fetch Overlay from navigatorKey

[2.0.2]

* Improve code style
* Embeded icons

[2.0.1]

* update example
* toast arguments doc

[2.0.0]

* add icon font
* improve context cite

[1.6.0]

* reflector static method
* use with static method & instance method
* add button style of alert & confirm
* add a widget title to cover textTitle

[1.5.1]

* fix

[1.5.0]

* add setting to config all popup style

[1.4.1]

* background of popup use colorScheme.surface by default

[1.4.0]

* reflector return type

[1.3.0]

* add imagePreview
* add color settings on progress widget

[1.2.2]

* add MyDialog.getAlignment for get Alignment from string
* add comments

[1.2.1]

* package & comments

[1.2.0]

* popup reflector

[1.1.0]

* add optional [icon] to toast

[1.0.0]

* Change alert & confirm to return a future 
* export [ModalController]

[0.0.1]

* support basic usage: alert ,confirm, toast, snack, popup