Skip to content

Releases: minvws/nl-rdo-manon

v11.0.0

17 May 09:53
9728dd8
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • class="radio-button" has been removed use class="radio" instead
  • Removed "@minvws/manon/form-fieldset-visually-hidden-help"; as it is no longer needed

Full Changelog: v10.1.0...v11.0.0

v10.1.0

16 May 11:55
c6becea
Compare
Choose a tag to compare

Fixes

  • Fix: Fixed image shape to be exact square and exact circle by @HeleenSG in #263
  • Fix: Help button alignment within fieldsets by @HeleenSG in #264
  • Fix: Added test and styling fixes for block notifications within forms by @HeleenSG in #266
  • Fix: Collapsible css by @HeleenSG in #269

Features

  • Feat: Adds the option to center only children within main by @HeleenSG in #265
  • Feat: Added whitespace by @HeleenSG in #262
  • Feat: Adds page notification styling on object directly placed in main by @HeleenSG in #267
  • Feat: Adds the option to set border-radius on square images by @HeleenSG in #268

Chores

Full Changelog: v10.0.0...v10.1.0

v10.0.0

12 May 08:48
c2dea28
Compare
Choose a tag to compare

Fixes

Features

Chores

Breaking change

  • If there are any issues with header navigations, check the header examples on https://minvws.github.io/nl-rdo-manon/documentation/components/header-navigation.html and https://minvws.github.io/nl-rdo-manon/documentation/components/collapsible.html for more information. @use "@minvws/manon/navigation-collapsible-menu"; has been removed use @use "@minvws/manon/header-navigation-collapsible"; instead.
  • @use "@minvws/manon/fieldset-radio"; has been removed use @use "@minvws/manon/form-fieldset-radio"; instead.
  • @use "@minvws/manon/fieldset-checkbox"; has been removed use @use "@minvws/manon/form-fieldset-checkbox"; instead.
  • Renamed fieldset-checkbox and fieldset-radio to form-fieldset-checkbox and form-fieldset-radio to be in line with the other form elements.
  • "notification-base" has been renamed to "notification". Use @use "@minvws/manon/notification"; instead.
  • Removed nested state styling on link components. See #248
  • Updated link component variable names to be inline with other components. For example an css variable containing link-icon-active is not link-active-icon. See #248
  • Renamed footer-link, footer-link-visited, footer-link-hover, footer-link-active to footer-navigation-link-.... See #248
  • Split link.scss into different state files, link-visited, link-hover, link-focus, link-active. See #248

Full Changelog: v9.3.0...v10.0.0

v9.3.0

08 May 11:39
b942662
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.2.2...v9.3.0

v9.2.2

03 May 10:34
89b8024
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.2.1...v9.2.2

v9.2.1

03 May 09:08
ef93ae8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.2.0...v9.2.1

v9.2.0

03 May 08:06
09c573f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.1.1...v9.2.0

v9.1.1

02 May 12:01
31ceef1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.1.0...v9.1.1

v9.1.0

02 May 09:40
098664d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.1.0

v9.0.0

27 Apr 13:37
e78030e
Compare
Choose a tag to compare

What's Changed

Breaking change:

  • Logo has been simplified. The min-width, max-width, min-height, max-height, height, width have been changed to just a logo-width and logo-height variable. So instead of using "--logo-min-width", "--logo-max-width", "--logo-max-height", "--logo-min-height" use "--logo-width " and "--logo-height".

Full Changelog: v8.1.0...v9.0.0