-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Release 1.3.1 #2556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Release 1.3.1 #2556
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Increasing order limit variables and increment value: using order count to render 'Show More' button
* Don't subscribe to all media - Publish brand assets globally in media publication - Publish product media in the `Products` and `Product` publications - Limit media to only published products * De-duplicate fetch product media functionality Ensure permissions and workflows are checked when fetching the media. * Update logic of if / else inclusion / exclusion by workflow
Adds link to requirements docs above installation instructions
Add requirements to readme
* Init second request on after next url returned * Refactor to fetch carriers recursively from api
…-safari Remove isHidden check from core startup b/c blocking safari
…n-1921 Orders Pagination
* rename TacoTable to Legacy * upgrade griddle NPM * rename MeteorGriddle to SortableTable * break up sortable table from sortabletablelegacy (TacoTable) * merge * change object key names to use with react-table instead of griddle * kill griddle, add react-table * remove useGriddleStyles prop * remove testData * sortableTable updates * sortableTable Styles * remove old ui-grid, move into components sortableTable * update size of Templates dashboard for better usability * ridding the wrapper of old Griddle info * more props passed to wrapper * fixes for email table * update Email table to use ReactTable * email table convert to ReactTable * custom pagination component for React-Table * update Avalara to use ReactTable * add spacing below tables * remove leftover console.logs * lint fixes * lint fix * query prop validation * pagination updates * componetize pagination * move emailconfig css to LESS file * style updates for sortableTable * update translations * custom full-table filter for ReactTable * custom full table filter * new match-sorter package for custom filter * add translations for default table text * translations * kill translations for the moment, something is acting up * add catch for error when no data is available * various fixes * fix shippo status * Shippo table update * lint fixes * lint fixes * remove log * lint fix
* Don't display random error messages to client * Debugging upstream message flow * Normalize/sanitize error so you can just show the error from the server to the client * Remove logger statement * Handle Match failures * removing extra logging * Fix tests
…2515) * For new address default to using shop’s country code if it exists. * use GeoIP to determine user’s country and set it in address form
* Add Tunisian Dinar currency * Add entry in second shop (TND)
* Fix condition that enables images to be displayed to product grid * Fix main image upload handler to upload main product image
* remove _id fields from documents to be imported * Use _id to look up product before updating * Refactor product import callback * Refactor import method to avoid single-line if statement
* Add search input field * React component boilerplate * Render products with pdpPath * Add class names to li * Render visible class name and overlay * Render media * React alerts/content component boilerplate * Remove unnecesarry div wrapper in prodict grid component * Grid content * Grid notices * Grid controls (part 1) * Grid controls (part 2) * Remove grid control templates * Add in functionality for modal * Init product grid * Products sub setup * Use product object as props from productGrid component * Refactor grid layout * handleSelectProductItem handler on grid container * Remove item and content templates * Include itemSelectHandler in grid controls * Add some more functions * Handle product double click * Handle product click of non-admins * Init drag drop * Add index to drag; and udpate call * Update state indexes after drag release * make method call after drag state change * Fix css issue * Enable drag based on permission * Handle product click of admins(part 1) * Use standalone PropTypes import over React.PropTypes * Add componentDidMount and componentWillUnmount conditions to item container * Subscription working right * Handle product click of admins(part 2) * Save products in state * Add product grid to search grid * Fix product display/click in search modal * Handle product click of admins(part 3) * Add order and account tables onto search * Fix broken product drag & drop * Display accounts and order tables using React * Remove tag results when order/account search * Add onRowClick for orders and accounts * Change folder structure and add unMount * Remove logs * Replace unmountComponentAtNode with prop change * Close modal working well * Add proptypes * Display products * Fix import order * Handle load more products * Add permissions to search tabs * Fix setState error * Fix hover-over-preview on search, add it to default product-grid * render loadMoreProducts button * Fix search result onClick close modal * Add active classes on tags * Remove unused code * Remove import on index * Move react components/containers out of client folder into lib folder * Move react components/containers out of lib folder * Remove jquery * Remove product hover over in grid * Product search click of non-admins * Use Translation component over data-i18n * Fix error o searchorders * Fix broken loadMoreProducts button * Remove product hover over in grid: less file * Remove infinite scroll on product grid * Tweek orders search * Remove logs * Fix Bithound issues * update state with new data when available * update table to use SortableTableLegacy * Fix switch of accounts on search * Remove bnd * Add on rowclick function to sortTableLegacy * Fix bitHound failing file issue * Add esc functionality on search * Persist searchQuery on search re-open * Set initialLoad state to false to avoid reload of all the product grid data on loadMoreProducts click (yet to fix setState error) * Set initialLoad state to false on loadMoreProducts button click; fixes setState error on console * Fix scroll in Search Modal when products go longer than the page * Remove unnecessary function usage * Fix import order * Use Array.isArray over lodash * Import $ from meteor/jquery * Remove unnecessary variables * Refactor repeated code into common function * Correct error throwing * update import alias * use import alias * use import alias * use import alias * use import alias * update import order * update import order * import order
* Add ability to scroll on dashbord * Add scrolling to vertical toolbar only * Hide horizontal scrollbar
* Fix hard refresh when clicking View All notifications * Fix click action for rendering orders on dashboard * Add click handler to render action panel
…#2512) * Only verify email settings when saving settings * Move server method call to container component * Fix import order
* correct order action workflow change * always update selected order
* Update Eslint * Auto-fix eslint errors
…ariable instead of percentage height (#2551)
* Use official Reaction fork * Go back to standard import
…sorting of products (#2552)
* Apply limit to products publication selector for admin users * Get correct top level products from publications * Set correct scroll check to load more products
Fixes console error ``` Error: You may not observe a cursor with {fields: {_id: 0}} ``` Not really sure when it got introduced, perhaps in Meteor `1.5.1rc5`? @erik and I had both seen this issue intermittently
Closed in favor of Release 1.4.0 #2558 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 1.3.1
Changes / Fixes
Thanks To Our Community Contributors
Changes and Fixes
@prinzdezibel
@nbaldwin
@stoufa88
Critical Issues Reported
@jaden-chen
@stevaras