Skip to content

Releases: minvws/nl-rdo-manon

v17.0.0-beta.0

24 Oct 14:45
3fb6947
Compare
Choose a tag to compare
v17.0.0-beta.0 Pre-release
Pre-release

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 and button-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 to button-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 or hero-content-container alongside the hero 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

11 Oct 08:55
018a6ef
Compare
Choose a tag to compare
v16.3.0-beta.13 Pre-release
Pre-release

What's Changed

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

17 Sep 16:20
d2d60f1
Compare
Choose a tag to compare
v16.3.0-beta.12 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v16.3.0-beta.11...v16.3.0-beta.12

v16.3.0-beta.11

22 Aug 10:32
4f10690
Compare
Choose a tag to compare
v16.3.0-beta.11 Pre-release
Pre-release

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

25 Jul 11:35
c92d0ec
Compare
Choose a tag to compare
v16.3.0-beta.10 Pre-release
Pre-release

What's Changed

Full Changelog: v16.3.0-beta.9...v16.3.0-beta.10

v16.3.0-beta.9

22 Jul 09:48
872223c
Compare
Choose a tag to compare
v16.3.0-beta.9 Pre-release
Pre-release

What's Changed

Full Changelog: v16.3.0-beta.8...v16.3.0-beta.9

v16.3.0-beta.8

10 Jul 20:49
ad8177e
Compare
Choose a tag to compare
v16.3.0-beta.8 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v16.3.0-beta.7...v16.3.0-beta.8

v16.3.0-beta.7

05 Jul 12:08
34ded9a
Compare
Choose a tag to compare
v16.3.0-beta.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v16.3.0-beta.6...v16.3.0-beta.7

v16.3.0-beta.6

10 Apr 14:30
8bde129
Compare
Choose a tag to compare
v16.3.0-beta.6 Pre-release
Pre-release

What's Changed

  • fix: add chevron-light-* icons by @ppvg in #513
  • revert: sidemenu-list-item text styles by @ppvg in #515
  • revert: Adds styling options for background-color-offset component (#414) by @ppvg in #514

Full Changelog: v16.3.0-beta.5...v16.3.0-beta.6

v16.3.0-beta.5

03 Apr 09:33
58ba7bc
Compare
Choose a tag to compare
v16.3.0-beta.5 Pre-release
Pre-release

What's Changed

  • fix: npm publish registry-url by @ppvg in #512

Full Changelog: v16.3.0-beta.4...v16.3.0-beta.5