v1.5.3
More bugfixes and improvements and a host of jsdoc updates and additions.
This release adds a new command that will let you generate jsdocs locally.
$> npm run docs
This command will generate docs locally on your system, you can view them on OSX/Unix by opening /tmp/reaction-docs/index.html
or visiting file:///tmp/reaction-docs/index.html in your browser.
If someone has the route for where these docs get generated on a Windows machine, I'll add that to these release notes.
On to the changelog:
Improvements
- Import Shopify images via job (#3128)
Bugfixes or changes
- Fixed other admin users not being able to add/edit/remove product tag (#3066)
- Fixed right-to-left languages action view animation (#3062)
- Fixed missing placeholders on Social textfields in Product Detail Settings (#3087)
CI improvements
- Rerun circle tests on test failure (#3139)
- Add jsdoc to CI build + templates and configuration [#3094 #3095] (#3084)
Docs
- jsdoc: reformat react components proptypes (#3142)
- jsdoc: collections cleanup (#3143)
- jsdoc: document a React Component (#3135)
- jsdoc: document client and server-side i18n methods (#3134)
- jsdoc: document registerSchema, getSchemas in collections package (#3123)
- jsdoc: document transform methods (#3133)