prantlf / storybook-multilevel-sort

Applies specific sort order to more than two levels of chapters and stories in Storybook.
https://storybook.js.org/addons/storybook-multilevel-sort/
Other
8 stars 4 forks source link

Support Storybook 7 and docs pages #10

Closed prantlf closed 1 year ago

prantlf commented 1 year ago

BREAKING CHANGE: Only Storybook 7 is supported. If you use Storybook 6 or older, stay with the versions 1.x. Also, the minimum supported version of Node.js is 16. Except for the version requirements, the configuration of the custom sorting needs to be specified by a different interface. See the documentation about migration for more information.

codecov[bot] commented 1 year ago

Codecov Report

Merging #10 (467c924) into master (ba889a2) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           78       146   +68     
=========================================
+ Hits            78       146   +68     
Impacted Files Coverage Δ
lib/index.js 100.00% <100.00%> (ø)
prantlf commented 1 year ago

I decided to go on with this variant. Who knows when I figure out the simpler solution with the addon options.