Skip to content

[3.0.0] - 2022-7-8

Compare
Choose a tag to compare
@zhoujuanjuan zhoujuanjuan released this 08 Jul 07:30
· 80 commits to 3.x since this release

Changed

base

  • Adapt flutter sdk 3.0.3.
  • Add the attribute backgroundColor to the form item and fix issue #260 , thanks to Kingtous find it.
  • pubspec.yaml : upgrade photo_view version to v0.14.0 and remove provider.

components

  • BrnBottomPicker : fix the title setting in the show method does not take effect #212 , thanks to laiiihz .
  • BrnStepInputFormItem : fix cursor confusion #235 , thanks to jixiaoyong .
  • BrnSmallOutlineButton : fix attribute lineColor does not take effect,thanks to Story5 .
  • BrnAddLabel : support theme config.
  • BrnBigMainButton : fix the theme configuration borderRadius and fontSize does not take effect #214 .
  • BrnCalendarView : optimizes the time range selection supports selecting the same day #200 .
  • BrnProgressBarChart:remove useless attribute hasMark in class ChartAxis.
  • BrnSmallOutlineButton : fix attribute fontWeight does not take effect #233 .
  • BrnDialog : fix themeData does not take effec #259 .