Ben Scott
1cd66ee3f8
Update examples to use v4.0.0 final ( #2056 )
2019-08-28 12:08:45 -07:00
dependabot[bot]
b087837431
Bump eslint-utils from 1.3.1 to 1.4.2 in /examples/create-react-app ( #2006 )
...
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils ) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases )
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-08-26 17:19:46 -04:00
Andrew Musgrave
240d3bcb96
Updated examples & added typescript react-testing example
2019-08-08 16:14:17 -04:00
Ben Scott
91905e738b
Rewrite examples ( #1886 )
...
- Update sample apps to use hooks
- Update sample apps to use latest dependencies and fix deprecation
notices
- Remove browserify example because it is 2019
- Add next.js example
2019-08-02 16:57:01 -07:00
dependabot[bot]
d7b0a5ccd2
Bump lodash from 4.17.11 to 4.17.13 in /examples/create-react-app ( #1848 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-07-16 12:16:20 -07:00
dependabot[bot]
7d7f33c141
Bump lodash.template from 4.4.0 to 4.5.0 in /examples/create-react-app ( #1817 )
...
Bumps [lodash.template](https://github.com/lodash/lodash ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-07-11 09:27:21 -04:00
Ben Scott
f549c7fab2
Update sewing-kit
...
This will now warn on unsafe lifecycle hooks like componentWillReceiveProps
2019-06-19 12:32:55 -07:00
dependabot[bot]
d5f954ac21
Bump js-yaml from 3.12.2 to 3.13.1 in /examples/create-react-app
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.12.2 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.2...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-06-06 00:03:34 +00:00
dependabot[bot]
f86fedab18
Bump handlebars from 4.1.0 to 4.1.2 in /examples/create-react-app
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-06-05 15:53:45 +00:00
Ben Scott
248306f3ea
Manual linting fixes and fix hardcoded translations
2019-05-08 11:26:15 +02:00
Andrew Musgrave
6abdb931dd
changelog
...
Use polaris browser list
2019-02-26 17:02:28 -05:00
Andrew Musgrave
b4c1706253
Update deps
2019-02-26 17:02:28 -05:00
Andrew Musgrave
4a69b5be0b
Install merge
2019-02-26 15:00:05 -05:00
Ben Scott
af6c4d6e95
Add shopify/jest eslint ruleset and apply autofixes
2018-11-01 15:59:00 -07:00
Ben Scott
9418ef339f
Bump eslint and eslint-plugin-shopify
2018-10-01 12:40:18 -07:00
Kaelig Deloumeau-Prigent
a57d64b733
Widen reach of linting scripts and fix linting errors ( #1970 )
...
* Format various files
* Wider reaching lint/format
The autoformat tools should format the same files you should run into in
your editor. Previously we weren't catching js files, json files and any
ts files outside the src folder.
Update lint:js command to include the whole folder, not just src
Update format:prettier command to include json files.
Fix linting issues raised by checking more files.
2018-08-23 17:22:27 -07:00
Dimitris Psaropoulos
3e64c439b8
[AppProvider] Add testing examples and documentation ( #1556 )
...
* Added testing examples and documentation to AppProvider
* Updated Polaris to v2.2.0
2018-06-19 11:28:59 -04:00
Ben Scott
6da5f16b52
Autofixes from running yarn run format:prettier
2018-06-07 17:24:23 -07:00
Kaelig
0858a0f025
Format MarkDown files using prettier
2018-05-29 18:08:04 -07:00
Kaelig Deloumeau-Prigent
a1e8d07240
Clean up v2 references ( #1370 )
...
* Remove reference to CHANGELOG_V2.md in build-consumer script
* Remove reference to polaris-v2.shopify.com in error
* Set v2 to its actual release date in the docs
* Update @shopify/polaris to v2.0.0 in examples
* Remove reference to CHANGELOG_v2.md in deploy script
* Remove temporary workaround to consider v2 prereleases as releases
2018-05-16 11:44:28 -07:00
Dominic McPhee
6d70d05c68
Updating example apps
2018-05-07 08:58:15 -04:00
Dominic McPhee
89550342da
Rename Provider to AppProvider
2018-04-03 14:30:07 -04:00
Dan Rosenthal
268721c966
document provider component
2018-03-13 10:28:30 -04:00
Ismail Syed
903fb7e75e
Bump up example app version ( #265 )
...
* Update quilt for create-react-app
* Update quilt in browserify'
* Update polaris for webpack sample
* Update CDN example
* Migrate to polaris
2017-04-20 14:31:56 -04:00
Ismail Syed
28e8363a20
Example apps rename to polaris ( #260 )
...
Example apps rename to polaris
2017-04-20 12:16:46 -04:00
Ismail Syed
cdf158c783
Update sample apps ( #254 )
...
* Update creat-react-app repo to latest polaris api
* Update wepack example app to latest polaris components
* Update browserify app to latest polaris
* Update cdn-styles example app
* Small fixes
* Update quilt version and import icon in secondaryAction in page
* Update webpack app to latest
* Update browserify app
* Add icon to secondary action
2017-04-20 09:46:17 -04:00
Ismail Syed
ea4fe364ed
Add/edit README docs for example apps ( #201 )
...
* Added example root level README.md
* Add polaris styleguide links
* Reword and steamline readme docs
* Clean up sentences before Gord sees 😅
* More sentence cleaning
* styleguide -> Styleguide
* 🔥 paragraph
2017-04-16 22:20:44 -04:00
Ismail Syed
90d0e91c7b
Remove extra FormLayout.Group component ( #197 )
2017-04-13 09:03:35 -04:00
Ismail Syed
628189e6e0
Example app using create-react-app ( #185 )
...
* Add styles-only example
* Sample index.thml with CDN css
* Initialize create-react-app sample app
* Add @shopify/quilt 📦
* Add quilt css
* Add some more sample components
* Start webpack sample app
* Initial updated to the Quilt readme
* Adding additional example application folders
* Fix header alignment
* Add components and build to webpack sample app
* Add prebuild script
* Add CDN CSS
* Add start script for webpack-dev-server
* Backup
* Add styles-only example
* Sample index.thml with CDN css
* Initialize create-react-app sample app
* Add @shopify/quilt 📦
* Add quilt css
* Add some more sample components
* Start webpack sample app
* Fix header alignment
* Add components and build to webpack sample app
* Add prebuild script
* Add CDN CSS
* Add start script for webpack-dev-server
* Backup
* updated Readme docs
* Updated templates for example readme files
* Sample app landing page
* Update Quilt
* Update create-react-app readme
* More clean up stuff for create-react-app example app
* Bump up Quilt
* Remove other sample apps
* Revert README.md
* Ignore linting sample apps
* 🔥 extra FormLayout.Group
* Remove title and titleHidden from ChoiceList
* English
2017-04-12 12:09:49 -04:00