1.0.1 (2023-10-18)
Bug Fixes
- catalog: align one liners to center (fbc1fa6)
- catalog: center items in blockquotes (5235b3e)
- checkbox: cursor should be pointer when not disabled (18fe451), closes #5079
- fab: cursor should be pointer (5280c6e), closes #5017
- list: list items will not escape their parent when parent width is restricted (4b00a95)
- list: show pointer cursor for button list items (16480d0), closes #5045
- md-item: exclude start slot from hidden overflow (5607059)
- md-item: exclude start slot from hidden overflow (e087141)
- menu,select: enter clicks href items (8ae8c02)
- menu: fix menu item fade in order animation (73eb15e), closes #5014
- menu: fix menu OOB from resizing window (863109e), closes #5063
- menu: fix menu tapping behaviors on iOS and do not close on anchor click (8bbb4b4)
- menu: fix submenu SSR left keyboard close navigation (d6f7220)
- radio: cursor should be pointer except when disabled (7779987)
- select: cursor on select options should be pointer (ff250dc), closes #5066
- slider: slider knob has size to drag on ios safari (6298cd2), closes #5016
- switch: cursor should be pointer except when disabled (9a3ff28), closes #5075
- tabs: revert
isTab
check so it is possible to create your own tab (db3c865) - tabs: revert
isTab
check so it is possible to create your own tab (e10186e) - tabs: use
md-tab
attribute to brand individual tab children (8ec0813) - textfield: calling focus on textfield with a leading icon focuses the input (8f999d4)
- textfield: forward the
multiple
field to the native input (03e5a7e), closes #5064 - textfield: missing focused left border for textarea in HCM (9194cc9)
- tabs: use
md-tab
attribute to brand individual tab children