Change Log

v0.104.0

See on GitHub: tag 0.104.0 | compare 0.103.0/0.104.0

pip install kivymd==0.104.0

v0.103.0

See on GitHub: tag 0.103.0 | compare 0.102.1/0.103.0

pip install kivymd==0.103.0
  • 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.

v0.102.1

See on GitHub: tag 0.102.1 | compare 0.102.0/0.102.1

pip install kivymd==0.102.1

v0.102.0

See on GitHub: tag 0.102.0 | compare 0.101.8/0.102.0

pip install kivymd==0.102.0

v0.101.8

See on GitHub: tag 0.101.8 | compare 0.101.7/0.101.8

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.8
  • Added uix and behaviors folder to package_data.

v0.101.7

See on GitHub: tag 0.101.7 | compare 0.101.6/0.101.7

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

v0.101.6

See on GitHub: tag 0.101.6 | compare 0.101.5/0.101.6

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.6
  • Fixed NameError: name ‘MDThemePicker’ is not defined.

v0.101.5

See on GitHub: tag 0.101.5 | compare 0.101.4/0.101.5

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

v0.101.4

See on GitHub: tag 0.101.4 | compare 0.101.3/0.101.4

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.4
  • Bug fixes and other minor improvements.

v0.101.3

See on GitHub: tag 0.101.3 | compare 0.101.2/0.101.3

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.3
  • Bug fixes and other minor improvements.

v0.101.2

See on GitHub: tag 0.101.2 | compare 0.101.1/0.101.2

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.2
  • Bug fixes and other minor improvements.

v0.101.1

See on GitHub: tag 0.101.1 | compare 0.101.0/0.101.1

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.1
  • Bug fixes and other minor improvements.

v0.101.0

See on GitHub: tag 0.101.0 | compare 0.100.2/0.101.0

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

v0.100.2

See on GitHub: tag 0.100.2 | compare 0.100.1/0.100.2

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

v0.100.1

See on GitHub: tag 0.100.1 | compare 0.100.0/0.100.1

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.100.1
  • MDUserAnimationCard uses Image instead of AsyncImage.

v0.100.0

See on GitHub: tag 0.100.0 | compare 0.99.99/0.100.0

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.100.0
  • Added feature to change color for MDStackFloatingButtons.

v0.99.99.01

See on GitHub: tag 0.99.99.01 | compare 0.99.98/0.99.99.01

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.99.01
  • Fixed MDNavigationDrawer.use_logo.

v0.99.99

See on GitHub: tag 0.99.99 | compare 0.99.99.01/0.99.99

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.99
  • Added icon_color property for NavigationDrawerIconButton.

v0.99.98

See on GitHub: tag 0.99.98 | compare 0.99.97/0.99.98

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.98
  • Added MDFillRoundFlatIconButton class.

v0.99.97

See on GitHub: tag 0.99.97 | compare 0.99.96/0.99.97

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.97
  • Fixed Spinner animation.

v0.99.96

See on GitHub: tag 0.99.96 | compare 0.99.95/0.99.96

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

v0.99.95

See on GitHub: tag 0.99.95 | compare 0.99.94/0.99.95

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

v0.99.94

See on GitHub: tag 0.99.94 | compare 0.99.93/0.99.94

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.94
  • Added _no_ripple_effect property to BaseListItem class.

  • Added check to use ripple effect in RectangularRippleBehavior class.

  • [Disabled](https://www.youtube.com/watch?v=P_9oSx0Pz_U) using ripple effect in MDAccordionListItem class.

v0.99.93

See on GitHub: tag 0.99.93 | compare 0.99.92/0.99.93

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

v0.99.92

See on GitHub: tag 0.99.92 | compare 0.99.91/0.99.92

pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.92
  • Removed automatic change of text field length in MDTextFieldRound class.