@storybook/addon-links versions 7.2.3 and 7.2.2, both designed to facilitate navigation and linking between stories within a Storybook environment for creating demos and prototypes, exhibit subtle but important differences. The core functionality remains consistent, allowing developers to easily connect different UI component stories for improved user experience and simplified workflow.
A key distinction lies in the updated dependencies. Version 7.2.3 includes @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, and @storybook/preview-api all upgraded to version 7.2.3, reflecting a synchronization across the Storybook ecosystem. In contrast, version 7.2.2 utilizes version 7.2.2 for these dependencies. This suggests that version 7.2.3 incorporates bug fixes, performance enhancements, or new features within these core Storybook modules, ensuring better compatibility and potentially a smoother overall experience.
The sizes of the unpacked packages also differ slightly, with 7.2.3 being slightly smaller at 23427 bytes compared to 7.2.2's 23433 bytes. While a small change, it may reflect code optimization or refactoring. More significantly, version 7.2.3 was released on August 11, 2023, while version 7.2.2 was released on August 9, 2023. This close release window suggests that 7.2.3 likely addresses specific issues found in 7.2.2 or incorporates last-minute improvements. Developers should consider these updates when choosing, where 7.2.3 is the preferred option due to the inclusion of newer versions of the core dependencies and potentially some bug fixes.
The are not vulnerabilities for the version 7.2.3 of the package @storybook/addon-links