rsnext/packages
Darshan Jain 7771e78207
Fixed:#52853 Lacking 'color' attribute in IconDescriptor Metadata (#52902)
Fixes #52853

Lacking 'color' attribute in IconDescriptor  Metadata

```diff
export type IconDescriptor = {
  url: string | URL
  type?: string
  sizes?: string
+ color?: string          // added the color attribute 
  /** defaults to rel="icon" unless superseded by Icons map */
  rel?: string
  media?: string
  /**
   * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/fetchPriority
   */
  fetchPriority?: 'high' | 'low' | 'auto'
}
```


https://github.com/vercel/next.js/blob/v13.4.11-canary.0/packages/next/src/lib/metadata/types/metadata-types.ts#L99
2023-07-19 21:45:58 +00:00
..
create-next-app v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
eslint-config-next v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
eslint-plugin-next v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
font v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
next Fixed:#52853 Lacking 'color' attribute in IconDescriptor Metadata (#52902) 2023-07-19 21:45:58 +00:00
next-bundle-analyzer v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
next-codemod v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
next-env v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
next-mdx v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
next-plugin-storybook v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
next-polyfill-module v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
next-polyfill-nomodule v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
next-swc update turbopack (#52899) 2023-07-19 18:17:57 +00:00
react-dev-overlay v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
react-refresh-utils v13.4.11-canary.0 2023-07-18 17:12:06 +00:00
third-parties Setting up third-parties package (#51194) 2023-07-18 10:52:39 -07:00