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 theTextInput
class - Remove
MDTextFieldClear
class NavigationLayout
allowed to addMDToolbar
class- Added ability to control range of dates to be active in
MDDatePicker
class
pip install git+https://github.com/HeaTTheatR/KivyMD.git@master
v0.103.0 - Beta
- Fix
MDSwitch
size according tomaterial 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 aKivy
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.
pip install kivymd==0.103.0
v0.102.1 - Alpha
- Implemented the ability Backdrop
- Added
MDApp
class. Now app object should be inherited fromkivymd.app.MDApp
. - Added
MDRoundImageButton
class. - Added
MDTooltip
class. - Added
MDBanner
class. - Added hook for
PyInstaller
(addhookspath=[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.
pip install kivymd==0.102.1
v0.102.0 - Alpha
- Moved
kivymd.behaviors
tokivymd.uix.behaviors
. - Updated Iconic font (v4.5.95).
- Added
blank
icon toicon_definitions
. - Bug fixes and other minor improvements.
pip install kivymd==0.102.0
v0.101.8 - Alpha
- Added
uix
andbehaviors
folder topackage_data
.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.8
v0.101.7 - Alpha
- Fixed colors and position of the buttons in the
Buttons
demo screen (Kitchen Sink demo). - Displaying percent of loading kv-files (Kitchen Sink demo).
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.7
v0.101.6 - Alpha
- Fixed
NameError: name 'MDThemePicker' is not defined
.
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.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.5
v0.101.4 - Alpha
- Bug fixes and other minor improvements.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.4
v0.101.3 - Alpha
- Bug fixes and other minor improvements.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.3
v0.101.2 - Alpha
- Bug fixes and other minor improvements.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.2
v0.101.1 - Alpha
- Bug fixes and other minor improvements.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.1
v0.101.0 - Alpha
- Added
MDContextMenu
class. - Added
MDExpansionPanel
class. - Removed
MDAccordion
andMDAccordionListItem
. UseMDExpansionPanel
instead. - Added
HoverBehavior
class by Olivier POYEN. - Added markup support for buttons.
- Added
duration
property toToast
. - Added
TextInput
's events and properties toMDTextFieldRound
. - 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.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.101.0
v0.100.2 - Alpha
- Black formatting.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.100.2
v0.100.1 - Alpha
MDUserAnimationCard
usesImage
instead ofAsyncImage
.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.100.1
v0.100.0 - Alpha
- Added feature to change color for
MDStackFloatingButtons
.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.100.0
v0.99.99.01 - Alpha
- Fixed
MDNavigationDrawer.use_logo
.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.99.01
v0.99.99 - Alpha
- Added
icon_color
property forNavigationDrawerIconButton
.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.99
v0.99.98 - Alpha
- Added
MDFillRoundFlatIconButton
class.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.98
v0.99.97 - Alpha
- Fixed
Spinner
animation.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.97
v0.99.96 - Alpha
- Added
asynckivy
module by Nattōsai Mitō.
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.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.95
v0.99.94 - Alpha
- Added
_no_ripple_effect
property toBaseListItem
class. - Added check to use
ripple effect
inRectangularRippleBehavior
class. - Disabled using
ripple effect
inMDAccordionListItem
class.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.94
v0.99.93 - Alpha
- Updated Iconic font (v3.6.95).
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.
pip install git+https://github.com/HeaTTheatR/KivyMD.git@0.99.92