Releases: minvws/nl-rdo-manon
v17.0.0-beta.0
What's Changed
Breaking changes
-
fix!: button styling (cta, ghost, destructive) by @HeleenSG in #677
This change removes some fallback styles for some button variants, including
button-destructive
andbutton-cta
. Theme authors will need to define the corresponding properties (e.g.--button-destructive-*
and--button-cta-*
) in their theme, if they haven't already. In themes that don't have these properties defined, these button variants will now fallback tobutton-base
styles. -
fix: hero overflow issue by @HeleenSG in #689
Application developers for applications using the Hero components will now need to import either
hero-div
orhero-content-container
alongside thehero
component.
Fixes
- fix: icore-open table row header border by @ppvg in #690
- fix: Adds hero styling options and fixes by @HeleenSG in #673
Other
- docs: button-container import order by @ppvg in #697
- chore(docs): update svelte to v5 by @ppvg in #691
- chore(deps-dev): bump vite from 5.4.8 to 5.4.10 by @dependabot in #696
- chore(deps-dev): bump sass from 1.79.4 to 1.80.3 by @dependabot in #693
- chore(deps-dev): bump stylelint from 16.9.0 to 16.10.0 by @dependabot in #685
- chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot in #695
Full Changelog: v16.3.0-beta.13...v17.0.0-beta.0
v16.3.0-beta.13
What's Changed
- fix(docs): writing style pseudo selectors and pseudo elements by @reinschaap in #665
- fix: code block styling by @HeleenSG in #674
- fix: icon button example and behaviour by @HeleenSG in #669
Dependency updates
- fix(deps): bump vite from 5.4.1 to 5.4.8 by @ppvg in #666
- chore(deps-dev): bump sass from 1.77.8 to 1.79.4 by @dependabot in #670
- chore(deps): update cookie to 0.7.2 by @ppvg in #676
- chore(deps-dev): bump stylelint from 16.8.2 to 16.9.0 by @dependabot in #649
- chore(deps-dev): bump typescript from 5.5.3 to 5.6.2 by @dependabot in #657
- chore(deps-dev): bump svelte-check from 3.8.6 to 4.0.4 by @dependabot in #672
- chore(deps): bump django from 5.0 to 5.0.8 in /examples/django/django-project by @dependabot in #647
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/django/django-project by @dependabot in #679
- chore(deps-dev): bump @sveltejs/adapter-static from 3.0.4 to 3.0.5 by @dependabot in #680
- chore(deps-dev): bump prettier-plugin-svelte from 3.2.6 to 3.2.7 by @dependabot in #681
- chore(deps): bump django from 5.0.8 to 5.0.9 in /examples/django/django-project by @dependabot in #682
Full Changelog: v16.3.0-beta.12...v16.3.0-beta.13
v16.3.0-beta.12
What's Changed
- feat: add a django example implementation by @jpbruinsslot in #528
- feat: merge icore_open_docs/ back into docs/ by @ppvg in #652
- fix: update micromatch by @ppvg in #641
- fix: header navigation fixes by @HeleenSG in #571
- chore: replace NPM with npm by @reinschaap in #640
- chore(deps-dev): bump @sveltejs/adapter-static from 3.0.2 to 3.0.4 by @dependabot in #642
- chore(deps-dev): bump svelte from 4.2.18 to 4.2.19 by @dependabot in #644
- chore(deps-dev): bump svelte-check from 3.8.4 to 3.8.6 by @dependabot in #646
New Contributors
- @jpbruinsslot made their first contribution in #528
Full Changelog: v16.3.0-beta.11...v16.3.0-beta.12
v16.3.0-beta.11
What's Changed
- chore: update table-sortable in icore_open_docs to match main docs by @ppvg in #605
- chore(deps-dev): bump vite from 5.3.3 to 5.3.4 by @dependabot in #601
- chore(deps-dev): bump prettier-plugin-svelte from 3.2.5 to 3.2.6 by @dependabot in #602
- ci: ignore CVEs for elliptic (via laravel-mix) by @ppvg in #614
- fix: updates and adds implementation documentation for components by @HeleenSG in #618
- fix: Opt into native css nesting behaviour by @HeleenSG in #627
- ci: disable stylelint 'no-duplicate-selectors' rule by @ppvg in #628
- fix: radio button and checkboxes docs by @HeleenSG in #633
- chore(deps-dev): bump vite from 5.3.4 to 5.4.1 by @dependabot in #632
- chore(deps-dev): bump @sveltejs/kit from 2.5.18 to 2.5.24 by @dependabot in #630
- chore(deps-dev): bump stylelint from 16.7.0 to 16.8.2 by @dependabot in #629
- fix: Update checkbox docs by @HeleenSG in #635
- chore: remove laravel-mix example by @ppvg in #634
- ci: remove stylelint by @ppvg in #638
- ci: restore stylelint, ignore micromatch CVE by @ppvg in #639
- fix: accordion explicit
aria-expanded="false"
by @ppvg in #636
Full Changelog: v16.3.0-beta.10...v16.3.0-beta.11
v16.3.0-beta.10
What's Changed
- chore(deps): bump highlight.js from 11.9.0 to 11.10.0 by @dependabot in #593
- Fix links svelte icore docs by @ricklambrechts in #589
- chore(deps-dev): bump sass from 1.77.6 to 1.77.8 by @dependabot in #596
- chore(deps-dev): bump stylelint from 16.3.1 to 16.7.0 by @dependabot in #595
- fix: remove source code comment from docs Code component by @ppvg in #598
- chore(deps-dev): bump rimraf from 5.0.8 to 6.0.1 by @dependabot in #594
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #592
- chore: update pnpm to v9 by @ricklambrechts in #590
- fix: breadcrumb base path by @ppvg in #599
- ci: fix github-pages workflow by @ppvg in #600
- fix: Adds link state styling iCore open theme by @HeleenSG in #603
- feat: iCore open theme, header navigation button by @HeleenSG in #604
- feat: sortable table by @ppvg in #391
Full Changelog: v16.3.0-beta.9...v16.3.0-beta.10
v16.3.0-beta.9
What's Changed
- chore(deps-dev): bump svelte from 4.2.12 to 4.2.18 by @dependabot in #577
- fix: icore-open font-faces by @ppvg in #591
- fix: Adds bold font reference by @HeleenSG in #588
Full Changelog: v16.3.0-beta.8...v16.3.0-beta.9
v16.3.0-beta.8
What's Changed
- feat: Color Scheme Open-Color added by @annejan in #572
- feat: Adds link styling and docs to iCore open theme by @HeleenSG in #573
- feat: iCore open theme add colors to components by @HeleenSG in #580
- fix: Updates notification documentation. by @HeleenSG in #581
- fix: Adds missing references to color scheme by @HeleenSG in #582
- feat: Adds notification styling to iCore open theme by @HeleenSG in #583
- feat: icore open component styling by @HeleenSG in #584
- feat: Adds button cta to icore open theme by @HeleenSG in #585
- feat: iCore theme avatar by @HeleenSG in #586
- Update accordion.js, closes #444 by @underdarknl in #574
- chore(deps-dev): bump rimraf from 5.0.7 to 5.0.8 by @dependabot in #579
- chore(deps-dev): bump typescript from 5.4.5 to 5.5.3 by @dependabot in #578
- chore(deps-dev): bump prettier from 3.2.5 to 3.3.2 by @dependabot in #575
- fix: updates cta button documentation iCore theme by @HeleenSG in #587
- chore(deps-dev): bump vite from 5.2.11 to 5.3.3 by @dependabot in #576
New Contributors
Full Changelog: v16.3.0-beta.7...v16.3.0-beta.8
v16.3.0-beta.7
What's Changed
-
fix: Header wrapping behaviour basic bold theme by @HeleenSG in #570
-
fix(manon): increase border contrast on input fields with notifications by @HeleenSG in #533
-
ci: fix github pages docs redirects (apply BASE_PATH) by @ppvg in #540
-
docs: improve placeholder accessibility on form elements by @HeleenSG in #534
-
fix(deps-dev): CVE-2024-4068, CVE-2024-37890 by @ppvg in #567
-
Update CODEOWNERS by @nicktencate in #521
-
Chore(deps-dev): Bump vite from 5.2.7 to 5.2.11 by @dependabot in #531
-
Chore(deps-dev): Bump stylelint-config-standard-scss from 13.0.0 to 13.1.0 by @dependabot in #519
-
Chore(deps-dev): Bump typescript from 5.4.3 to 5.4.5 by @dependabot in #523
-
Chore(deps-dev): Bump sass from 1.72.0 to 1.77.0 by @dependabot in #532
-
Chore(deps-dev): Bump @sveltejs/kit from 2.5.5 to 2.5.8 by @dependabot in #543
-
Chore(deps-dev): Bump sass from 1.77.0 to 1.77.1 by @dependabot in #542
-
Chore(deps-dev): Bump sass-loader from 14.1.1 to 14.2.1 by @dependabot in #554
-
Chore(deps-dev): Bump prettier-plugin-svelte from 3.2.2 to 3.2.5 by @dependabot in #563
-
Chore(deps-dev): Bump rimraf from 5.0.5 to 5.0.7 by @dependabot in #553
New Contributors
- @nicktencate made their first contribution in #521
Full Changelog: v16.3.0-beta.6...v16.3.0-beta.7
v16.3.0-beta.6
v16.3.0-beta.5
What's Changed
Full Changelog: v16.3.0-beta.4...v16.3.0-beta.5