Patch Changes
-
#1890
db10b60Thanks @bataevvlad! -CardacceptscontentContainerStylefor the view that wraps its children. It overrides the body padding that the mapping applies and takes flex properties such asflexDirection, so a card body can be laid out as a row or fill the card without wrapping the children in a negative-margin view. -
#1889
8f29793Thanks @bataevvlad! - StopModalandPopoverfrom vibrating by one pixel when their content has a fractional size.MeasureElementnow reports whole points, and a re-measure that moves the content by at most one point no longer repositions it: native layout snaps a fractional width to the pixel grid, so the measured width alternated with every move and the modal repositioned itself forever. -
#1887
cabcbb8Thanks @bataevvlad! - Remove the unusedBaseCalendarComponentclass.CalendarandRangeCalendarhave been hook-based since 6.0.0, and the class kept a second copy of the min/max and navigation logic that no longer ran.BaseCalendarPropsnow lives inbaseCalendar.props.ts; it was never exported from the package entry point, so nothing changes for consumers.