Skip to content

Commit 8cabbdd

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.1.0 [skip ci]
1 parent 95e6aa2 commit 8cabbdd

File tree

2 files changed

+22
-24
lines changed

2 files changed

+22
-24
lines changed

CHANGELOG.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.1.0](https://github.com/hawk-digital-environments/hawk-svelte-components/compare/v1.0.0...v1.1.0) (2026-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **svelte:** hot reload on changes to sass mixins ([4a7ad9d](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/4a7ad9dc03fe8c7824d21777d80e22ba04e96930))
7+
* various build adjustments and fixes ([d8dc16a](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/d8dc16aeec08c3b05a27b909448cb897f736bd42))
8+
* various smaller layout fixes ([dc675b4](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/dc675b4dd723ba43fcd82a8a2cdbc81a99347aa2))
9+
10+
11+
### Features
12+
13+
* allow workaround for FOUC for custom elements ([5264cb2](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/5264cb2a09bc4aa3f25875e6dd22a9968925aa25))
14+
* dependency updates ([95e6aa2](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/95e6aa28fe938dbbb675927110ad579b8ee188d6))
15+
16+
17+
118
# [1.0.0](https://github.com/hawk-digital-environments/hawk-svelte-components/compare/v0.14.0...v1.0.0) (2026-02-20)
219

320

@@ -9,7 +26,8 @@
926

1027
### BREAKING CHANGES
1128

12-
* The fonts in the figma styleguide have been consolidated. I reflected the changes back into the component library. So if you read `name: txt-body-s` in the figma typography part. You can now simply use the `+txtBodyS` mixin in your sass code. However, this means some variables have been removed and new ones have been introduced. I also removed a lot of the original mixins, because they no longer aligned with the updated rules; including all fonts like `textBody` or the modifiers for `fontSize...` or `fontWeight...`. This also reflects on custom css properties, that are now grouped into their font styles instead of distinct variables. The Headline element also lost its `xxl` size but should back gracefully to `xl` for backward compatibility. **TLDR** Breaking changes around SASS mixins and CSS variables.
29+
* removes now unnecessary font weight mixins
30+
* Dependency Updates + Variable removal
1331

1432

1533

@@ -49,23 +67,3 @@
4967

5068

5169

52-
# [0.11.0](https://github.com/hawk-digital-environments/hawk-svelte-components/compare/v0.10.0...v0.11.0) (2025-06-12)
53-
54-
55-
### Bug Fixes
56-
57-
* **Button:** ensure Typo component does not mess with icons ([7fb66c2](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/7fb66c23c4b71fe0bba01f8014d2b9fd2387474b))
58-
* ensure radio and checkbox values are actually bindable ([f742498](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/f742498f09f1133a13708041cd5ac3986050bd45))
59-
* **Icon:** reliably ensure icons are not affected by the Typo component ([46390bd](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/46390bd72b45911098052ad35b8ec980decb1ffa))
60-
61-
62-
### Features
63-
64-
* **Card:** allow clicks on the card component ([6f8f682](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/6f8f682dea703adde202bb8679ef6d7f99164711))
65-
* **Card:** minimal desktop layout ([82989c0](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/82989c03bfb3775bbb038e8530c51cc06ec29378))
66-
* **Card:** restructure card component ([5800daf](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/5800daf6317769d117c7f73498847d0ec8e7ca86))
67-
* **Chip:** allow dedicated "transparent" chip, make default one white ([1bbe168](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/1bbe168e75a8328421fa268cf432c02546cc9334))
68-
* finetuning for the radio card component ([b8738fb](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/b8738fb438995717b634dbdf041624b7f7bd0439))
69-
70-
71-

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "git+https://github.com/hawk-digital-environments/hawk-svelte-components.git"
66
},
77
"homepage": "https://hawk-digital-environments.github.io/hawk-svelte-components/?path=/docs/svelte-components--docs",
8-
"version": "1.0.0",
8+
"version": "1.1.0",
99
"license": "Apache-2.0",
1010
"private": false,
1111
"scripts": {
@@ -48,8 +48,8 @@
4848
"default": "./dist/_custom-elements/custom-elements.js"
4949
},
5050
"./custom-elements-fouc.css": {
51-
"require": "./dist/_custom-elements/custom-elements-fouc.css",
52-
"default": "./dist/_custom-elements/custom-elements-fouc.css"
51+
"require": "./dist/_custom-elements/custom-elements-fouc.css",
52+
"default": "./dist/_custom-elements/custom-elements-fouc.css"
5353
},
5454
"./theme-hawk.css": "./dist/_themes/theme-hawk.css",
5555
"./theme-hawk-reset.css": "./dist/_themes/theme-hawk-reset.css",

0 commit comments

Comments
 (0)