-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependencies (non-major) #126
base: main
Are you sure you want to change the base?
Conversation
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
444ccfd
to
d59e970
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
d59e970
to
83af417
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
83af417
to
6284f6c
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
6284f6c
to
c9ef02a
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.26 KB (🟡 +213 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.43 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
c9ef02a
to
163a827
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.26 KB (🟡 +213 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.43 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
163a827
to
7cb3b7d
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.26 KB (🟡 +213 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.43 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
7cb3b7d
to
8e084ab
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.26 KB (🟡 +213 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.43 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
8e084ab
to
9977f63
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.26 KB (🟡 +213 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.43 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
9977f63
to
6efeb35
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.22 KB (🟡 +173 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.39 KB | 22.11% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
6efeb35
to
5bdb38f
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.23 KB (🟡 +183 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.4 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
5bdb38f
to
64c630d
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.23 KB (🟡 +183 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.4 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
64c630d
to
910513a
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.23 KB (🟡 +183 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.4 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
910513a
to
cb6aa87
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.23 KB (🟡 +183 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.4 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
cb6aa87
to
ad618ef
Compare
📦 Next.js Bundle Analysis for www.napochaan.comThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.23 KB (🟡 +183 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
One Page Changed Size
The following page changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/_error |
181 B |
77.4 KB | 22.12% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
e53bbdc
to
58ad53e
Compare
e56f642
to
ff16195
Compare
2997bcc
to
8367774
Compare
db3db75
to
3220e82
Compare
fcf7958
to
fe3089e
Compare
c1fb066
to
057a33c
Compare
77a053c
to
b89f2f1
Compare
b1b4dee
to
33d2e0a
Compare
33d2e0a
to
d0d6a5f
Compare
This PR contains the following updates:
1.11.3
->1.13.5
1.0.4
->1.1.2
1.0.4
->1.2.0
1.0.3
->1.1.0
1.0.4
->1.1.0
9.7.3
->9.7.5
3.1.0
->3.21.0
1.12.0
->1.16.0
0.1.3
->0.1.4
^0.5.0
->^0.6.0
^0.5.0
->^0.6.0
1.11.11
->1.11.13
4.4.0
->4.5.0
14.1.4
->14.2.17
^0.2.1
->^0.4.0
18.2.0
->18.3.1
18.2.0
->18.3.1
1.4.0
->1.5.0
Release Notes
cloudflare/next-on-pages (@cloudflare/next-on-pages)
v1.13.5
Compare Source
Patch Changes
930a79f
: fix: webpack chunks not deduping with sentry (#886)(duplicated changeset needed because the 1.13.4 npm release doesn't properly work)
v1.13.4
Compare Source
Patch Changes
18e0e46
: Fix the Webpack chunk deduplication when Sentry is used, as it changes the AST node structure for Webpack chunks.v1.13.3
Compare Source
Patch Changes
d1dce9e
: Fix prerendered dynamic ISR functions with catch-all segmentse890632
: Provide __NEXT_BUILD_ID env var to functions, making them compatible with Next v14.2.8 and newer.v1.13.2
Compare Source
Patch Changes
968171a
: Fix autogenerated content also getting appended to the original public/_headers file2115b9e
: fix: implement route specific global scoping strategycurrently routes all share the same global scope, this can be problematic and cause
race conditions and failures
One example of this is the following code that is present in route function files:
and
this indicates that an in-memory global collection of the webpack chunks is shared by all routes,
this combined with the fact that chunks can have their own module state this can easily cause routes to conflict with each other at runtime.
So, in order to solve the above issue, all route functions are wrapped in a function which accepts as parameters, thus overrides, the
self
,globalThis
andglobal
symbols. The symbolswill be resolved with proxies that redirect setters to route-scoped in-memory maps and
getters to the above mentioned map's values and fallback to the original symbol values otherwise
(i.e.
globalThis
will be overridden by a proxy that, when setting values, sets them in a separatelocation and, when getting values, gets them from said location if present there or from the real
globalThis
otherwise)v1.13.1
Compare Source
Patch Changes
8c04184
: fix typescript declaration files not getting properly builtv1.13.0
Compare Source
Minor Changes
4bd4c19
: Userequest.cf.regionCode
forx-vercel-ip-country-region
for keeping behavior consistent with documentation78accfd
: Add support for custom worker entrypoints.Example:
Patch Changes
2527917
: Account for the Vercel CLI no longer generating prerender configs for dynamic ISR functions.v1.12.1
Compare Source
Patch Changes
9dd9fe4
: make sure headers set in middlewares are accessibly by layouts and pages97d7981
: Support for pre-renderedAPI
functions.v1.12.0
Compare Source
Minor Changes
c2b173c
: Fix: The city name for the location of the requester's public IP address must be encoded according to RFC3986.2d55e8f
: Optimized cache tags manifest loading; cache updates do not block responsesfa751e3
: add support for therevalidate
option in fetchPatch Changes
d3caf91
: Middleware move permanently fixradix-ui/primitives (@radix-ui/react-dialog)
v1.1.2
Compare Source
v1.1.1
Compare Source
v1.1.0
pmndrs/react-spring (@react-spring/web)
v9.7.5
Compare Source
What's Changed
className
prop toAnimatedComponent
s by @LoganDark in https://github.com/pmndrs/react-spring/pull/2292New Contributors
Full Changelog: pmndrs/react-spring@v9.7.4...v9.7.5
v9.7.4
Compare Source
What's Changed
enter
,update
, andleave
props. by @dibenso in https://github.com/pmndrs/react-spring/pull/2239animated-elements.mdx
by @lordofthelake in https://github.com/pmndrs/react-spring/pull/2249useReducedMotion
compatibility for Safari 13 and older by @BenHodgsonR2R in https://github.com/pmndrs/react-spring/pull/2300New Contributors
Full Changelog: pmndrs/react-spring@v9.7.3...v9.7.4
tabler/tabler-icons (@tabler/icons-react)
v3.21.0
: Release 3.21.0Compare Source
18 new icons:
filled/brand-angular
filled/brand-instagram
filled/brand-kick
filled/brand-linkedin
filled/brand-open-source
filled/brand-opera
filled/brand-pinterest
filled/brand-sketch
filled/brand-snapchat
filled/brand-steam
filled/brand-stripe
filled/brand-tabler
filled/brand-tinder
filled/brand-tumblr
filled/brand-vercel
filled/brand-vimeo
filled/brand-whatsapp
filled/brand-windows
Fixed icons:
outline/brand-instagram
,outline/brand-linkedin
,outline/brand-tabler
v3.20.0
: Release 3.20.0Compare Source
18 new icons:
filled/play-card-1
filled/play-card-10
filled/play-card-2
filled/play-card-3
filled/play-card-4
filled/play-card-5
filled/play-card-6
filled/play-card-7
filled/play-card-8
filled/play-card-9
filled/play-card-a
filled/play-card-j
filled/play-card-k
filled/play-card-q
filled/play-card-star
outline/ferry
outline/math-x-floor-divide-y
outline/x-power-y
v3.19.0
: Release 3.19.0Compare Source
18 new icons:
filled/favicon
filled/icons
filled/ironing-1
filled/ironing-2
filled/ironing-3
filled/ironing-steam
filled/sitemap
outline/arrow-down-dashed
outline/arrow-left-dashed
outline/arrow-narrow-down-dashed
outline/arrow-narrow-left-dashed
outline/arrow-narrow-right-dashed
outline/arrow-narrow-up-dashed
outline/arrow-right-dashed
outline/arrow-up-dashed
outline/building-cog
outline/building-minus
outline/building-plus
Fixed icon:
outline/sitemap
Improvements
class
from component in@tabler/icons-preact
package (https://github.com/tabler/tabler-icons/pull/1223)@tabler/icons-solidjs
package (https://github.com/tabler/tabler-icons/pull/1221)@tabler/icons-react
package (https://github.com/tabler/tabler-icons/pull/1081)Fixes
size
andstroke
attributes in@tabler/icons-vue
package (https://github.com/tabler/tabler-icons/pull/1145)v3.18.0
: Release 3.18.0Compare Source
18 new icons:
outline/joker
outline/number-10
outline/number-11
outline/play-card-1
outline/play-card-10
outline/play-card-2
outline/play-card-3
outline/play-card-4
outline/play-card-5
outline/play-card-6
outline/play-card-7
outline/play-card-8
outline/play-card-9
outline/play-card-a
outline/play-card-j
outline/play-card-k
outline/play-card-q
outline/play-card-star
v3.17.0
: Release 3.17.0Compare Source
18 new icons:
filled/car-suv
filled/car
filled/device-cctv
filled/device-desktop
filled/device-gamepad-3
filled/device-imac
filled/device-ipad
filled/device-remote
filled/device-speaker
filled/device-tv-old
filled/device-tv
filled/device-usb
filled/device-vision-pro
filled/device-watch
filled/directions
filled/disc
filled/discount
filled/elevator
Fixed icons:
outline/device-gamepad-3
,outline/device-ipad
,outline/device-usb
v3.16.0
Compare Source
v3.15.0
: Release 3.15.0Compare Source
18 new icons:
filled/apple
filled/butterfly
filled/cannabis
filled/carambola
filled/clover
filled/egg-cracked
filled/feather
filled/flower
filled/glass
filled/melon
filled/meteor
filled/michelin-star
filled/milk
filled/mountain
filled/mug
filled/pizza
filled/salad
filled/seeding
v3.14.0
: Release 3.14.0Compare Source
71 new icons:
outline/number-100-small
outline/number-30-small
outline/number-31-small
outline/number-32-small
outline/number-33-small
outline/number-34-small
outline/number-35-small
outline/number-36-small
outline/number-37-small
outline/number-38-small
outline/number-39-small
outline/number-40-small
outline/number-41-small
outline/number-42-small
outline/number-43-small
outline/number-44-small
outline/number-45-small
outline/number-46-small
outline/number-47-small
outline/number-48-small
outline/number-49-small
outline/number-50-small
outline/number-51-small
outline/number-52-small
outline/number-53-small
outline/number-54-small
outline/number-55-small
outline/number-56-small
outline/number-57-small
outline/number-58-small
outline/number-59-small
outline/number-60-small
outline/number-61-small
outline/number-62-small
outline/number-63-small
outline/number-64-small
outline/number-65-small
outline/number-66-small
outline/number-67-small
outline/number-68-small
outline/number-69-small
outline/number-70-small
outline/number-71-small
outline/number-72-small
outline/number-73-small
outline/number-74-small
outline/number-75-small
outline/number-76-small
outline/number-77-small
outline/number-78-small
outline/number-79-small
outline/number-80-small
outline/number-81-small
outline/number-82-small
outline/number-83-small
outline/number-84-small
outline/number-85-small
outline/number-86-small
outline/number-87-small
outline/number-88-small
outline/number-89-small
outline/number-90-small
outline/number-91-small
outline/number-92-small
outline/number-93-small
outline/number-94-small
outline/number-95-small
outline/number-96-small
outline/number-97-small
outline/number-98-small
outline/number-99-small
Fixed icons:
outline/number-0-small
,outline/number-1-small
,outline/number-10-small
,outline/number-11-small
,outline/number-12-small
,outline/number-13-small
,outline/number-14-small
,outline/number-15-small
,outline/number-16-small
,outline/number-17-small
,outline/number-18-small
,outline/number-19-small
,outline/number-20-small
,outline/number-21-small
,outline/number-23-small
,outline/number-28-small
,outline/number-8-small
v3.13.0
: Release 3.13.0Compare Source
18 new icons:
outline/adjustments-spark
outline/battery-spark
outline/camera-spark
outline/cube-spark
outline/eye-spark
outline/file-spark
outline/file-text-spark
outline/flag-spark
outline/heart-spark
outline/home-spark
outline/input-spark
outline/mail-spark
outline/mood-spark
outline/phone-spark
outline/photo-spark
outline/server-spark
outline/settings-spark
outline/table-spark
Fixed icons:
outline/badge-ad-off
,outline/battery-vertical-off
,outline/bed-off
,outline/bookmark-ai
,outline/briefcase-off
,outline/camera-ai
,outline/file-ai
,outline/file-text-ai
,outline/flask-off
,outline/gas-station-off
,outline/mail-ai
,outline/photo-ai
,outline/rosette-discount-check-off
,outline/route-off
v3.12.0
: Release 3.12.0Compare Source
18 new icons:
outline/arrows-transfer-up-down
outline/brand-amie
outline/brand-bebo
outline/building-airport
outline/camera-ai
outline/camera-bitcoin
outline/camera-moon
outline/chart-column
outline/chart-covariate
outline/congruent-to
outline/diaper
outline/file-ai
outline/file-bitcoin
outline/lock-password
outline/phone-done
outline/phone-end
outline/phone-ringing
outline/stopwatch
Fixed icons:
outline/bolt-off
,outline/bolt
,outline/phone-outgoing
,outline/phone-pause
v3.11.0
: Release 3.11.0Compare Source
52 new icons:
outline/circle-dashed-letter-a
outline/circle-dashed-letter-b
outline/circle-dashed-letter-c
outline/circle-dashed-letter-d
outline/circle-dashed-letter-e
outline/circle-dashed-letter-f
outline/circle-dashed-letter-g
outline/circle-dashed-letter-h
outline/circle-dashed-letter-i
outline/circle-dashed-letter-j
outline/circle-dashed-letter-k
outline/circle-dashed-letter-l
outline/circle-dashed-letter-m
outline/circle-dashed-letter-n
outline/circle-dashed-letter-o
outline/circle-dashed-letter-p
outline/circle-dashed-letter-q
outline/circle-dashed-letter-r
outline/circle-dashed-letter-s
outline/circle-dashed-letter-t
outline/circle-dashed-letter-u
outline/circle-dashed-letter-v
outline/circle-dashed-letter-w
outline/circle-dashed-letter-x
outline/circle-dashed-letter-y
outline/circle-dashed-letter-z
outline/circle-dotted-letter-a
outline/circle-dotted-letter-b
outline/circle-dotted-letter-c
outline/circle-dotted-letter-d
outline/circle-dotted-letter-e
outline/circle-dotted-letter-f
outline/circle-dotted-letter-g
outline/circle-dotted-letter-h
outline/circle-dotted-letter-i
outline/circle-dotted-letter-j
outline/circle-dotted-letter-k
outline/circle-dotted-letter-l
outline/circle-dotted-letter-m
outline/circle-dotted-letter-n
outline/circle-dotted-letter-o
outline/circle-dotted-letter-p
outline/circle-dotted-letter-q
outline/circle-dotted-letter-r
outline/circle-dotted-letter-s
outline/circle-dotted-letter-t
outline/circle-dotted-letter-u
outline/circle-dotted-letter-v
outline/circle-dotted-letter-w
outline/circle-dotted-letter-x
outline/circle-dotted-letter-y
outline/circle-dotted-letter-z
v3.10.0
: Release 3.10.0Compare Source
36 new icons:
filled/binary-tree-2
filled/binary-tree
filled/circle-rectangle
filled/exclamation-circle
filled/hanger-2
filled/label-important
filled/lasso-polygon
filled/military-rank
filled/presentation-analytics
filled/presentation
filled/sort-ascending-2
filled/sort-ascending-shapes
filled/sort-descending-2
filled/sort-descending-shapes
filled/swipe-down
filled/swipe-left
filled/swipe-right
filled/swipe-up
filled/test-pipe-2
outline/bubble-tea-2
outline/bubble-tea
outline/building-burj-al-arab
outline/hand-finger-down
outline/hand-finger-left
outline/hand-finger-right
outline/join-bevel
outline/join-round
outline/join-straight
outline/label-important
outline/laurel-wreath-1
outline/laurel-wreath-2
outline/laurel-wreath-3
outline/laurel-wreath
outline/leaf-2
outline/menu-3
outline/menu-4
Fixed icon:
outline/military-rank
v3.9.0
: Release 3.9.0Compare Source
18 new icons:
filled/label
outline/buildings
outline/clock-bitcoin
outline/cloud-bitcoin
outline/eye-bitcoin
outline/flag-bitcoin
outline/heart-bitcoin
outline/home-bitcoin
outline/label-off
outline/label
outline/lock-bitcoin
outline/mail-bitcoin
outline/math-ctg
outline/math-sec
outline/math-tg
outline/mood-bitcoin
outline/photo-bitcoin
outline/user-bitcoin
v3.8.0
: Release 3.8.0Compare Source
18 new icons:
outline/alphabet-arabic
outline/alphabet-bangla
outline/alphabet-hebrew
outline/alphabet-korean
outline/alphabet-thai
outline/brand-adobe-after-effect
outline/brand-adobe-illustrator
outline/brand-adobe-indesign
outline/brand-adobe-photoshop
outline/brand-adobe-premier
outline/brand-adobe-xd
outline/brand-apple-news
outline/brand-hackerrank
outline/cap-projecting
outline/cap-rounded
outline/cap-straight
outline/math-cos
outline/math-sin
v3.7.0
: Release 3.7.0Compare Source
18 new icons:
outline/battery-exclamation
outline/battery-vertical-1
outline/battery-vertical-2
outline/battery-vertical-3
outline/battery-vertical-4
outline/battery-vertical-charging-2
outline/battery-vertical-charging
outline/battery-vertical-eco
outline/battery-vertical-exclamation
outline/battery-vertical-off
outline/battery-vertical
outline/brand-metabrainz
outline/cancel
outline/rosette-discount-check-off
outline/ruler-measure-2
outline/umbrella-2
outline/umbrella-closed-2
outline/umbrella-closed
Fixed icons:
filled/circle-plus
,outline/apple
,outline/battery-automotive
,outline/flask-2-off
,outline/flask-2
,outline/flask
,outline/microscope-off
,outline/microscope
,outline/rosette-discount-check
,outline/ruler-measure
,outline/test-pipe-2
,outline/test-pipe-off
,outline/test-pipe
Renamed icons:
outline/mood-suprised
renamed tooutline/mood-surprised
Fixes & Improvements
Component
in SolidJS toJSX.Element
(#1148)circle-plus
iconv3.6.0
: Release 3.6.0Compare Source
18 new icons:
filled/binoculars
filled/mood-angry
filled/mood-crazy-happy
filled/mood-wrrr
filled/pill
filled/receipt
filled/rosette-discount
filled/scuba-diving-tank
filled/steering-wheel
filled/tag
filled/tags
outline/align-left-2
outline/align-right-2
outline/binoculars
outline/building-off
outline/cliff-jumping
outline/contract
outline/scuba-diving-tank
Fixed icons:
outline/briefcase-2
,outline/briefcase
,outline/cash-register
,outline/scuba-diving
v3.5.0
: Release 3.5.0Compare Source
18 new icons:
filled/circle-plus
outline/automation
outline/chart-bar-popular
outline/chart-cohort
outline/chart-funnel
outline/device-unknown
outline/file-excel
outline/file-word
outline/object-scan
outline/tax-euro
outline/tax-pound
outline/tax
outline/timezone
outline/tip-jar-euro
outline/tip-jar-pound
outline/tip-jar
outline/viewport-short
outline/viewport-tall
Fixed icons:
outline/battery-automotive
,outline/chart-bar
,outline/viewport-narrow
,outline/viewport-wide
v3.4.0
: Release 3.4.0Compare Source
18 new icons:
outline/ai
outline/cash-register
outline/percentage-0
outline/percentage-10
outline/percentage-100
outline/percentage-20
outline/percentage-25
outline/percentage-30
outline/percentage-33
outline/percentage-40
outline/percentage-50
outline/percentage-60
outline/percentage-66
outline/percentage-70
outline/percentage-75
outline/percentage-80
outline/percentage-90
outline/picnic-table
v3.3.0
: Release 3.3.0Compare Source
18 new icons:
filled/circle-percentage
filled/code-circle-2
filled/code-circle
filled/hospital-circle
filled/live-photo
filled/message-chatbot
filled/message-circle
filled/message-report
filled/message
filled/panorama-horizontal
filled/panorama-vertical
filled/parking-circle
filled/poo
filled/sunglasses
filled/tilt-shift
outline/ikosaedr
outline/message-circle-user
outline/message-user
Fixed icons:
filled/shield-half
,outline/parking-circle
v3.2.0
: Release 3.2.0Compare Source
18 new icons:
filled/bubble
filled/picture-in-picture-top
filled/picture-in-picture
filled/toggle-left
filled/toggle-right
outline/bubble-minus
outline/bubble-plus
outline/bubble-text
outline/bubble-x
outline/bubble
outline/carambola
outline/circle-dashed-check
outline/circle-dashed-minus
outline/circle-dashed-plus
outline/dumpling
outline/monkeybar
outline/pentagon-minus
outline/text-wrap-column
Fixed icons:
outline/brand-google-fit
,outline/circle-dashed-x
,outline/message-dots
,outline/text-wrap
vanilla-extract-css/vanilla-extract (@vanilla-extract/css)
v1.16.0
Compare Source
Minor Changes
#1475
cd9d8b2
Thanks @corradopetrelli! - Add::-webkit-calendar-picker-indicator
as a valid pseudo-element#1450
7b256d2
Thanks @wuz! - AddcreateViewTransition
APIcreateViewTransition
creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.v1.15.5
Compare Source
Patch Changes
6432199fa0717f424fb3f45fbe36410b03b01c1c
Thanks [@askoufis](https://rConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.