Skip to content

Commit

Permalink
🍪 v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduy1407 committed Dec 3, 2023
1 parent c9b2927 commit 02638ff
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 29 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
47 changes: 21 additions & 26 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

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.
--------

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 02638ff

Please sign in to comment.