From 02638ffb791ac96d455b7a53b9fdf0409d058a53 Mon Sep 17 00:00:00 2001 From: NKDuy Date: Sun, 3 Dec 2023 18:30:02 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=AA=20v4.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ NOTICE.md | 47 +++++++++++++++++++++-------------------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 42 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ac8be2..9f02d154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 🍪 [4.0.2](https://github.com/familyjs/rindo/compare/v4.0.1...v4.0.2) (2023-12-03) + + +### Bug Fixes + +* **compiler:** ensures transformed paths are relative paths for `dist-collection` ([ef14ded](https://github.com/familyjs/rindo/commit/ef14ded3e995e3ea1cf0d641302c4424169e8bf4)) +* **compiler:** handle `[@supports](https://github.com/supports)` blocks when scoping css ([092d870](https://github.com/familyjs/rindo/commit/092d8707a2047c3678002fc1279ba754382d7ffc)) +* **compiler:** only create one class member when transforming `@Element()` decorators ([c70c5a1](https://github.com/familyjs/rindo/commit/c70c5a16f715b1a3f468b8e70ebdaaa4e8e878f5)) +* **compiler:** sourcemap errors for dist-custom-elements + dist-hydrate-script ([d0db3a7](https://github.com/familyjs/rindo/commit/d0db3a7de603f3b81cb4c94bc3949c5f213e0dea)) +* **compiler:** sourcemap generation without ext runtime ([8a506bc](https://github.com/familyjs/rindo/commit/8a506bc9c4f38962adb2d9aaa2cba693696923e9)) +* **lazy:** adjust the type of `defineCustomElements` ([3e2e12a](https://github.com/familyjs/rindo/commit/3e2e12a993b4a4f5c5879b64b2d9e6c6fb74051b)) +* **mock-doc:** adjust matchMedia mock return ([9059bc0](https://github.com/familyjs/rindo/commit/9059bc0b5f5f5d5a33af40b1d1fb8d7ac22cc180)) +* **output-targets:** fix path normalization logic ([ff46ece](https://github.com/familyjs/rindo/commit/ff46eceebece6775ec023e649b6346958ff0b5d7)) +* **rollup-config:** deprecate BundlingConfig#namedExports ([60c1bbf](https://github.com/familyjs/rindo/commit/60c1bbf23d16b63a155f637955be99d120d088fc)) +* **runtime:** properly type color-interpolation-filter ([e4ff49d](https://github.com/familyjs/rindo/commit/e4ff49d3e82f62f483745aef63fda55717404de2)) + + + ## 🏑 [4.0.1](https://github.com/familyjs/rindo/compare/v4.0.0...v4.0.1) (2023-07-17) diff --git a/NOTICE.md b/NOTICE.md index cf010689..c3154567 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1468,40 +1468,35 @@ License: ISC -------- -## `has` +## `hasown` License: MIT -License: MIT - -Author: Thiago de Arruda - -Contributors: [Jordan Harband](http://ljharb.codes) +Author: Jordan Harband -Homepage: https://github.com/tarruda/has +Homepage: https://github.com/inspect-js/hasOwn#readme -> Copyright (c) 2013 Thiago de Arruda +> MIT License > -> Permission is hereby granted, free of charge, to any person -> obtaining a copy of this software and associated documentation -> files (the "Software"), to deal in the Software without -> restriction, including without limitation the rights to use, -> copy, modify, merge, publish, distribute, sublicense, and/or sell -> copies of the Software, and to permit persons to whom the -> Software is furnished to do so, subject to the following -> conditions: +> Copyright (c) Jordan Harband and contributors > -> The above copyright notice and this permission notice shall be -> included in all copies or substantial portions of the Software. +> Permission is hereby granted, free of charge, to any person obtaining a copy +> of this software and associated documentation files (the "Software"), to deal +> in the Software without restriction, including without limitation the rights +> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +> copies of the Software, and to permit persons to whom the Software is +> furnished to do so, subject to the following conditions: > -> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -> OTHER DEALINGS IN THE SOFTWARE. +> The above copyright notice and this permission notice shall be included in all +> copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +> SOFTWARE. -------- diff --git a/package-lock.json b/package-lock.json index 91706cb3..fd3f6a82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rindo/core", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rindo/core", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "bin": { "rindo": "bin/rindo" diff --git a/package.json b/package.json index 26134d89..12f7be23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rindo/core", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "main": "./internal/rindo-core/index.cjs", "module": "./internal/rindo-core/index.js",