mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-01-12 17:02:42 +08:00
v4.1.8
This commit is contained in:
@@ -33,7 +33,7 @@ yarn add @shopify/polaris
|
||||
```html
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.7/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.8/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -81,7 +81,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
|
||||
```html
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.7/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.8/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@hackplan/polaris",
|
||||
"description": "Shopify’s product component library",
|
||||
"version": "4.1.7",
|
||||
"version": "4.1.8",
|
||||
"private": false,
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"author": "Shopify <dev@shopify.com>",
|
||||
|
||||
@@ -52,7 +52,7 @@ Use React components in most cases, especially if you’re building a highly int
|
||||
```html
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.7/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.8/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -73,7 +73,7 @@ Include the CSS in your HTML:
|
||||
```html
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.7/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.8/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -106,7 +106,7 @@ Include the CSS stylesheet in your HTML:
|
||||
```html
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.7/polaris.min.css"
|
||||
href="https://sdks.shopifycdn.com/polaris/4.1.8/polaris.min.css"
|
||||
/>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user