@workday/canvas-kit-codemod
Advanced tools
Changelog
v11.1.7 (2024-08-29)
Changelog
v11.1.6 (2024-08-27)
fix: Enable styling compat mode to ensure proper style merging (#2890) (@mannycarrera4, manuel.carrera) We're seeing style merging issues when using createStyles or createStencil. It only happens when every style override of the element uses these utilities and @emotion/react or @emotion/styled is not used on the same element. These utilities rely on module execution order and we're having a few reports where modules are possibly executing out of order. In order to allow everyone to use createStyles and createStencil without worrying about style merge issues, we're going to enable compat mode all the time. We'll look into possible out-of-order execution issues in the future and plan to re-enable full static mode (for better performance) once we know why this is happening and have a proper workaround.
For more information, please read our discussion
Changelog
v10.3.58 (2024-08-27)
Changelog
v10.3.57 (2024-08-27)
Changelog
v10.3.56 (2024-08-27)
fix: Enable styling compat mode to ensure proper style merging (#2890) (@mannycarrera4, manuel.carrera) We're seeing style merging issues when using createStyles or createStencil. It only happens when every style override of the element uses these utilities and @emotion/react or @emotion/styled is not used on the same element. These utilities rely on module execution order and we're having a few reports where modules are possibly executing out of order. In order to allow everyone to use createStyles and createStencil without worrying about style merge issues, we're going to enable compat mode all the time. We'll look into possible out-of-order execution issues in the future and plan to re-enable full static mode (for better performance) once we know why this is happening and have a proper workaround.
For more information, please read our discussion
Changelog
v11.1.5 (2024-08-23)
Changelog
v10.3.55 (2024-08-22)
Changelog
v11.1.4 (2024-08-21)
Changelog
v10.3.54 (2024-08-21)
Changelog
v11.1.3 (2024-08-20)