@daikin-oss/design-system-web-components 1.5.1-next.1 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @daikin-oss/design-system-web-components
|
|
2
2
|
|
|
3
|
+
## 1.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#383](https://github.com/dsv-rp/DDS/pull/383) [`27e3efb`](https://github.com/dsv-rp/DDS/commit/27e3efbbfe89cacf5153686cc3f333df98bbd6a3) Thanks [@yodas7](https://github.com/yodas7)! - Fix a styling issue where some styles break when this library is used in products that do not use Tailwind CSS 4.
|
|
8
|
+
|
|
9
|
+
This keeps Shadow DOM fallback styles available by unwrapping `@supports` rules inside the `properties` layer and removing unsupported `@property` at-rules.
|
|
10
|
+
|
|
11
|
+
- [#387](https://github.com/dsv-rp/DDS/pull/387) [`5dc44bc`](https://github.com/dsv-rp/DDS/commit/5dc44bcdd26745a67eaba649eea30001a58d49a4) Thanks [@yodas7](https://github.com/yodas7)! - Fix automated release not working on certain situations.
|
|
12
|
+
|
|
13
|
+
- [#380](https://github.com/dsv-rp/DDS/pull/380) [`1071880`](https://github.com/dsv-rp/DDS/commit/10718803adef26c8cf257f8b4806897c0b801140) Thanks [@dk-wei](https://github.com/dk-wei)! - Text Masked Field Kitchen Sink: Change default icon type and fix icon color issue.
|
|
14
|
+
|
|
3
15
|
## 1.5.1-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|