Skip to content

Latest commit

 

History

History
298 lines (201 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

298 lines (201 loc) · 10.7 KB

Change Log

v0.103.1 - Beta

  • kivymd/uix/expansionpanel.py - if, with the panel open, without closing it, try to open another panel, then the chevron of the first panel remained open - fixed
  • The MDTextFieldRound class is now directly inherited from the TextInput class
  • Remove MDTextFieldClear class
  • NavigationLayout allowed to add MDToolbar class
  • Added ability to control range of dates to be active in MDDatePicker class

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@master

v0.103.0 - Beta

  • Fix MDSwitch size according to material design guides
  • Fix MDSwitch's thumb position when size changes
  • Fix position of the icon relative to the right edge of the MDChip class on mobile devices
  • Updated MDBottomAppBar class.
  • Updated navigationdrawer.py
  • Added on_tab_switch method that is called when switching tabs (MDTabs class)
  • Added FpsMonitor class
  • Added fitimage.py - feature to automatically crop a Kivy image to fit your layout
  • Added animation when changing the action button position mode in MDBottomAppBar class
  • Delete fanscreenmanager.py
  • Bug fixes and other minor improvements.

See changes

pip install kivymd==0.103.0

v0.102.1 - Alpha

  • Implemented the ability Backdrop
  • Added MDApp class. Now app object should be inherited from kivymd.app.MDApp.
  • Added MDRoundImageButton class.
  • Added MDTooltip class.
  • Added MDBanner class.
  • Added hook for PyInstaller (add hookspath=[kivymd.hooks_path]).
  • Added examples of spec files for building Kitchen Sink demo.
  • Added some features to MDProgressLoader.
  • Added feature to preview the current value of MDSlider.
  • Added feature to use custom screens for dialog in MDBottomSheet class.
  • Removed MDPopupScreen.
  • Added studies directory for demos in Material Design.
  • Bug fixes and other minor improvements.

See changes

pip install kivymd==0.102.1

v0.102.0 - Alpha

  • Moved kivymd.behaviors to kivymd.uix.behaviors.
  • Updated Iconic font (v4.5.95).
  • Added blank icon to icon_definitions.
  • Bug fixes and other minor improvements.

See changes

pip install kivymd==0.102.0

v0.101.8 - Alpha

  • Added uix and behaviors folder to package_data.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.8

v0.101.7 - Alpha

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.7

v0.101.6 - Alpha

  • Fixed NameError: name 'MDThemePicker' is not defined.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.6

v0.101.5 - Alpha

  • Added feature to see source code of current example (Kitchen Sink demo).
  • Added names of authors of this fork (Kitchen Sink demo).
  • Bug fixes and other minor improvements.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.5

v0.101.4 - Alpha

  • Bug fixes and other minor improvements.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.4

v0.101.3 - Alpha

  • Bug fixes and other minor improvements.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.3

v0.101.2 - Alpha

  • Bug fixes and other minor improvements.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.2

v0.101.1 - Alpha

  • Bug fixes and other minor improvements.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.1

v0.101.0 - Alpha

  • Added MDContextMenu class.
  • Added MDExpansionPanel class.
  • Removed MDAccordion and MDAccordionListItem. Use MDExpansionPanel instead.
  • Added HoverBehavior class by Olivier POYEN.
  • Added markup support for buttons.
  • Added duration property to Toast.
  • Added TextInput's events and properties to MDTextFieldRound.
  • Added feature to resize text field
  • Added color property to MDSeparator class
  • Added tool for updating Iconic font.
  • Updated Iconic font (v4.3.95).
  • Added new examples for Kitchen Sink demo.
  • Bug fixes and other minor improvements.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.0

v0.100.2 - Alpha

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.100.2

v0.100.1 - Alpha

  • MDUserAnimationCard uses Image instead of AsyncImage.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.100.1

v0.100.0 - Alpha

  • Added feature to change color for MDStackFloatingButtons.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.100.0

v0.99.99.01 - Alpha

  • Fixed MDNavigationDrawer.use_logo.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.99.01

v0.99.99 - Alpha

  • Added icon_color property for NavigationDrawerIconButton.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.99

v0.99.98 - Alpha

  • Added MDFillRoundFlatIconButton class.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.98

v0.99.97 - Alpha

  • Fixed Spinner animation.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.97

v0.99.96 - Alpha

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.96

v0.99.95 - Alpha

  • Added function to create a round image in kivymd/utils/cropimage.py module.
  • Added MDCustomRoundIconButton class.
  • Added demo application Account Page for Kitchen Sink demo.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.95

v0.99.94 - Alpha

  • Added _no_ripple_effect property to BaseListItem class.
  • Added check to use ripple effect in RectangularRippleBehavior class.
  • Disabled using ripple effect in MDAccordionListItem class.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.94

v0.99.93 - Alpha

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.93

v0.99.92 - Alpha

  • Removed automatic change of text field length in MDTextFieldRound class.

See changes

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.92