Skip to content

Releases: diplodoc-platform/components

v4.20.0

20 Dec 12:08
9baa351
Compare
Choose a tag to compare

4.20.0 (2024-12-20)

Features

  • add onEditClick in Controls (d306c50)
  • add storybook implementation for feedback component (d5e3578), closes #345

v4.19.0

21 Nov 17:33
aa4b805
Compare
Choose a tag to compare

4.19.0 (2024-11-21)

Features

  • add Playwright package for screenshot testing (#327) (61d9b97)
  • export Notification component & support it in LeadingPage (#335) (cfd7034)

v4.18.1

20 Nov 13:06
4903697
Compare
Choose a tag to compare

4.18.1 (2024-11-20)

Bug Fixes

  • remove styles from TocItem (0571a92)

v4.18.0

19 Nov 11:17
fa680c7
Compare
Choose a tag to compare

4.18.0 (2024-11-19)

Features

v4.17.1

12 Nov 18:08
Compare
Choose a tag to compare

4.17.1 (2024-11-12)

Bug Fixes

  • Extend Lang type by string representation (47d7002)
  • Fix sass deprecation warnings (35ca677)
  • Update sass (47f2164)

v4.17.0

06 Nov 15:18
Compare
Choose a tag to compare

4.17.0 (2024-11-06)

Features

  • support legacyToc prop in DocPages (7aa9ebb)

v4.16.0

06 Nov 14:32
Compare
Choose a tag to compare

4.16.0 (2024-11-06)

Features

  • BREAKING! enable mobile toc through legacyToc prop (f40425d)

The toc that was previously placed at the bottom of the page in the mobile version of the documentation has now been moved to the burger and is enabled separately. To enable the old behavior you need to pass the legacyToc parameter.

v4.15.5

31 Oct 08:45
Compare
Choose a tag to compare

4.15.5 (2024-10-31)

Bug Fixes

  • ref on tocitem to scroll into view (e5774ec)
  • toc collapse when section has href (d452cd8)

v4.15.4

16 Oct 14:41
Compare
Choose a tag to compare

4.15.4 (2024-10-16)

Bug Fixes

  • BREAKING! Fix MobileDropdown props (6adb369)
  • Add classname to SeachSuggest close (93fa25b)
  • Add contrast to SearchSuggest (2e44e11)

v4.15.3

09 Oct 14:35
be64904
Compare
Choose a tag to compare

4.15.3 (2024-10-09)

Bug Fixes

  • remove required titles prop in Scrollspy (#315) (fb64395)