New to KendoReact? Start a free 30-day trial
Breaking Changes in 12.0.0
TreeList
- The deprecated
k-alt
class on TreeList alternate rows has been replaced with thek-table-alt-row
class to align with the reference rendering - Added a new wrapper div with the class
k-filtercell-wrapper
betweenk-filtercell
andk-filtercell-operator
in the TreeList filter cell structure to align with the reference rendering.
Grid
- The deprecated
k-alt
CSS class has been removed from grid row and detail row rendering for alternate rows to align with the reference rendering.
Chat
- Rename
user
attribute toauthorId
- Rename
onMessageSend
handler toonSendMessage
- Replace
message
attribute withmessageTemplate
- Rename
ChatMessageSendEvent
type toChatSendMessageEvent
- Remove
showToolbar
attribute - Remove
toolbar
attribute - Remove
onToolbarActionExecute
attribute