Version 5.1.11 of @storybook/theming introduces a subtle yet important update compared to its predecessor, version 5.1.10. Both versions, described as "Core Storybook Components," share the same core dependencies for functionalities like global state management, polyfilling with core-js, applying styling with polished and Emotion, managing props, handling template literals with common-tags, memoization, resolving modules, deep object diffing, and theming. They also maintain identical peer dependency requirements for React and React DOM, ensuring compatibility with a wide range of projects. The license remains MIT, guaranteeing open-source usage.
The key difference lies in the @storybook/client-logger dependency. Version 5.1.11 updates this dependency to 5.1.11 aligning the logger with the @storybook/theming current version, while version 5.1.10 relies on @storybook/client-logger version 5.1.10. This suggests a potential fix or enhancement in logging within the Storybook theming context. Developers upgrading should be aware of potential changes in logging behavior or improvements stemming from this updated dependency. The release date also reflects the difference with 5.1.11 being published on August 13, 2019, while 5.1.10 was published on July 31, 2019. This is useful information if needing to track when a specific release was published.
The are not vulnerabilities for the version 5.1.11 of the package @storybook/theming