From 4458f003bdc60ce1304c9e1e062d44550c997895 Mon Sep 17 00:00:00 2001 From: Andrew Musgrave Date: Fri, 16 Aug 2019 12:51:30 -0400 Subject: [PATCH 1/2] Updated example section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7815d30695e..b0123b4fb6e 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,10 @@ If React doesn’t make sense for your application, you can use a CSS-only versi We have created example applications to document some of the ways you could include Polaris in one of your own applications. Each of these examples includes further documentation on how to install dependencies and run the app: - [create-react-app example](https://github.com/Shopify/polaris-react/tree/master/examples/create-react-app) +- [create-react-app with TypeScript and react-testing example](https://github.com/Shopify/polaris-react/tree/master/examples/create-react-app-ts-react-testing) - [Webpack example](https://github.com/Shopify/polaris-react/tree/master/examples/webpack) -- [Browserify example](https://github.com/Shopify/polaris-react/tree/master/examples/browserify) - [CSS-only example](https://github.com/Shopify/polaris-react/tree/master/examples/cdn-styles) +- [next.js example](https://github.com/Shopify/polaris-react/tree/master/examples/next.js) ## Development From 35fa2a14d0633d33593e08dbac45ada36c15e754 Mon Sep 17 00:00:00 2001 From: Andrew Musgrave Date: Fri, 16 Aug 2019 12:54:30 -0400 Subject: [PATCH 2/2] changelog --- UNRELEASED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UNRELEASED.md b/UNRELEASED.md index aebf4c8da6e..5e7728b6a06 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -51,6 +51,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Documentation +- Updated example section to include new examples and remove old ones ([#1979](https://github.com/Shopify/polaris-react/pull/1979)) - Updated `AppProvider` app bridge example to use our `AppBridgeContext`([#1877](https://github.com/Shopify/polaris-react/pull/1877)) ### Development workflow