Releases: minvws/nl-rdo-manon
Releases · minvws/nl-rdo-manon
v12.1.0
What's Changed
- Fix footer content wrapper by @ricklambrechts in #289
- Fix: collapsible header active link by @HeleenSG in #290
- Fix: Updated version number by @HeleenSG in #291
- Fix: link styling by @HeleenSG in #292
- Feat: Adds icon color styling option on to-top-button by @HeleenSG in #288
- Feat: Add breadcrumb bar link styling by @ricklambrechts in #293
Full Changelog: v12.0.0...v12.1.0
v12.0.0
What's Changed
- Fix: Added breadcrumb icon styling, documentation and test by @HeleenSG in #284
- Fix: Solves issue where header link active styling is coming through on other elements. by @HeleenSG in #286
- Fix: Header nav icon by @HeleenSG in #285
- Feat: Add stylelint by @ricklambrechts in #278
- Chore: Updated version number by @HeleenSG in #287
Breaking changes
Removed --header-navigation-list-item-padding instead use:
--header-navigation-link-padding-top;
--header-navigation-link-padding-right;
--header-navigation-link-padding-bottom;
--header-navigation-link-padding-left;
Full Changelog: v11.1.0...v12.0.0
v11.1.0
Fixes
- Fix: Current state on visited header navigation links by @HeleenSG in #277
- Fix: Side menu page layout issues by @HeleenSG in #281
- Fix: Form and table styling by @HeleenSG in #279
- Fix: Adds notification tests and solves notification link color issues by @HeleenSG in #283
Features
- Feat: Adds the option to style the hero title by @HeleenSG in #280
- Feat: Adds footer content wrapper by @HeleenSG in #276
- Feat: Text decoration styling options on collapsible element links by @HeleenSG in #275
Chores
Breaking change: sidemenu-base > sidemenu
Full Changelog: v11.0.0...v11.1.0
v11.0.0
What's Changed
- Fix: Inconsistent classname for radio buttons by @HeleenSG in #271
- Fix: Radio button and checkbox alignment by @HeleenSG in #272
- Fix: Radio button help icon alignment by @HeleenSG in #274
- Chore: Updated version number by @HeleenSG in #273
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
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
Fixes
- Update list base variables by @ricklambrechts in #243
- Rewritten collapsible and responsive menu and compoments to a single collapsing component which functionality is used in the different collapsing components @HeleenSG in #231
- Removed unneeded inherited padding on hero. by @HeleenSG in #250
- Update external icon to be none by @ricklambrechts in #249
- Fieldset examples by @HeleenSG in #251
- Inconsistent file names for fieldset-checkbox and radio by @HeleenSG in #251
- Nota-bene variable by @HeleenSG in #251
- CSS clean up, removing ,inherent where they can't be used. by @HeleenSG in #251
- Horizontal form fieldset button alignment by @HeleenSG in #251
- Added missing spacing between grouped fieldset components by @HeleenSG in #253
- Breadcrumbs on form test pages by @HeleenSG in #252
- Radio and checkbox html-example indentation by @HeleenSG in #256
- Consistent default header and breadcrumb alignment by @HeleenSG in #256
- Local breakpoint variables (wip) by @HeleenSG in #256
- Button base styling, buttons can not be flexbox containers as it prevents buttons to overflow text by @HeleenSG in #256
- Button container behaviour by @HeleenSG in #256
- Inconsistent height between a.button and button within forms by @HeleenSG in #254
- Form base notifications by @HeleenSG in #257
- Refactor link styling by @ricklambrechts in #248
- Documentation form notifications by @HeleenSG in #259
- Placement form notifications by @HeleenSG in #259
- Notification styling within horizontal forms by @HeleenSG in #259
- Notification styling within fieldsets by @HeleenSG in #259
Features
- Add list style option for footer navigation list item by @ricklambrechts in #245
- Added grouped button (button-container) examples within horizontal view forms by @HeleenSG in #256
- Page notifications by @HeleenSG in #258
Chores
- Updated version number by @HeleenSG in #247
Chore: Rearranged order of variables for readability by @HeleenSG in #254
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 notlink-active-icon
. See #248 - Renamed
footer-link
,footer-link-visited
,footer-link-hover
,footer-link-active
tofooter-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
What's Changed
- Feat: External link icon by @ricklambrechts in #239
- Feat: Set form textarea styling based on form input styling by @ricklambrechts in #238
- Chore: Remove icon open and icon close classes in sidemenu js by @ricklambrechts in #228
- Chore: Cleanup by @ricklambrechts in #230
- Fix: Icon variable usage in filter-variables.scss and accordion-variables.scss by @TwistMeister in #229
- Fix: Added missing icon on closed sidemenu by @HeleenSG in #227
- Fix: Update link variables by @ricklambrechts in #233
- Fix: Remove duplicate variables by @ricklambrechts in #234
- Fix: Typo text-decoration by @ricklambrechts in #232
- Fix: Update language-selector-list.scss by @TwistMeister in #236
Full Changelog: v9.2.2...v9.3.0
v9.2.2
v9.2.1
v9.2.0
What's Changed
- Fix: Filter by @HeleenSG in #216
- Fix: Keeping list items and lists within bounds by @HeleenSG in #217
- Fix: List variables by @HeleenSG in #218
- Fix: Sidemenu variables by @HeleenSG in #219
- Fix: Added header navigation link styling to docs theme by @HeleenSG in #221
- Feat: Added styling options for form navigation lists by @HeleenSG in #214
- Chore: Updated version number by @HeleenSG in #220
- Chore: Removed icon classes from help button and use css by @ricklambrechts in #215
Full Changelog: v9.1.1...v9.2.0