Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

52 lines (35 loc) · 1.73 KB

CHANGELOG

v4.0.0-alpha.23

  • Added mobileNative prop

v4.0.0-alpha.21

  • Fix: #71;
  • Fixed and improved sizes translation;
  • Added disableTrack*MousewheelScrolling props;
  • Prop compensateScrollbarsWidth inverted and renamed to disableTracksWidthCompensation;
  • Added disableTrackXWidthCompensation and disableTrackYWidthCompensation props;

v4.0.0-alpha.20

  • Fix: #68;
  • Sizes loosing optimisation;

v4.0.0-alpha.19

  • Content element now has the minHeight & minWidth styles if content sizes translation is off (Fix: #65 );
  • Vertical scrollbar now has no hard stick to any side;

v4.0.0-alpha.18

  • Fix: #63
  • Fix: #48

v4.0.0-alpha.17

  • Sizes translation fixes and improvements;
  • Added compensateScrollbarsWidth prop to be able make an overflowing scrollbars if needed.
    Also useful when sizes translation enabled;

v4.0.0-alpha.15

  • Due to some issues with content paddings added extra wrapper element;
  • Little API changes;
  • Classnames changes;

NOTE
Feel sorry fo breaking capability for the third time during the v4-alpha stage but i have to do it to name things properly.
Earlier some things been named not obvious and there was a little mess with classnames.
From now i can surely say that basic elements classnames are locked and API will be developed with maximum backward capability.
Sorry for any inconvenience. 🙏

v4.0.0-alpha.14

  • Component was fully reworked with power of TypeScript;
  • Inner kitchen was optimised and now it is 1.5-2 times faster;
  • A lot of API and semantics and classnames changes - better to treat it as a whole new component;