- Issue created by @agarzola
- @agarzola opened merge request.
- Status changed to Needs review
over 1 year ago 7:23pm 15 September 2023 - 🇺🇸United States agarzola
Merge request is ready for review, as is PR #41 of storybook-drupal-addon. These should be released together and it may be prudent to bump the Storybook addon’s major version, since the PR introduces a breaking change.
- 🇺🇸United States agarzola
Would it be better to deprecate
_storyFileName
instead of outright replacing it? - 🇺🇸United States agarzola
I pushed a commit that deprecates
_storyFileName
instead of outright removing it. I also updated thestorybook-drupal-addon
PR to include both parameters. This issue is again ready for review. - Status changed to Postponed
over 1 year ago 5:02am 26 September 2023 - e0ipso Can Picafort
I think everything here makes sense, but I don't see it enough reason to create a new major version. See https://github.com/Lullabot/storybook-drupal-addon/pull/41 for more context.
I am postponing for now.
- Status changed to Needs review
over 1 year ago 12:57pm 26 September 2023 - 🇺🇸United States agarzola
That is a valid concern and one that I agree with, which is why I updated both the MR for cl_server and the PR for storybook-drupal-addon to deprecate (as opposed to replacing)
_storyFileName
in favor of_componentFileName
. I think the mix up is due to the fact that I had not updated the PR title and description in GitHub, both of which still referenced replacing_storyFileName
. I have updated the title and description to more accurately represent the changes proposed here.Let me know if deprecating the old parameter is not enough to ease the burden of maintenance you referenced in the PR.