github SAP/fundamental-ngx v0.40.0-rc.13

latest releases: v0.52.2-rc.28, v0.52.2-rc.27, v0.52.2-rc.26...
pre-release17 months ago

Features

BREAKING CHANGES

    • Content Density mechanism was changed in favour of fundamental-styles content density mechanism based on parent css classes: .is-cozy, '.is-compact', '.is-condensed';
  • All components are now relying on those css classes instead of previous approach with .fd-${component-name}__[cozy|compact|condensed];
  • Now, if content densities of child and parent components are equal, child component will omit adding .is-cozy, .is-compact or .is-condensed css class modifier.
  • Shellbar and it's inner components are always keep cozy state, no matter the global or directive content density applied to it;
  • Select component changed .fd-button tag from button to span to match the markup and visual styling from fundamental-styles;

Don't miss a new fundamental-ngx release

NewReleases is sending notifications on new releases.