== Changelog == = 2.2.16 = * Fix colspan value for "no results" row = 2.2.15 = * Fix a bug when there is no qty field for the variation = 2.2.14 = * Fix: Take external qty changes before adding to cart ( this will fix the qty issues for themes that use a custom buttons for increase/decrease qty like Avada theme). = 2.2.13 = * Update dependencies to fix vulnerabilities. = 2.2.12 = * Show native validation errors in case of qty min or max value is invalid. * Small fix. = 2.2.9 = * Show attribute value name instead of slug. = 2.2.8 = * Fix attributes ordering sometimes show values in a different order than the headers. * Add Czech translation, thanks to @dancernohorsky = 2.2.7 = * Add "add to cart" button element to "added_to_cart" trigger to let themes do what they need with it ( this would fix some problems in some themes ). * Don't push ui build folder to git anymore. * Small fix. = 2.2.4 = * Add min and max html attributes to the qty input from the variation data. * Add actions before and after the variations table. = 2.2.3 = * Use the native WooCommerce error message in case of adding quantity of an item exceeded the available stock qty. = 2.2.2 = * Show an error if the added quantity of an item exceeded the available stock qty. * Other small improvements and fixes. = 2.2.0 = * It's possible now to sort columns by drag'n drop easily. * Fix dimensions column value did not show up correctly. * Other small improvements and fixes. = 2.1.6 = * Move price column to before quantity column. * Add german (de_DE) translation .po file ( thanks to mario-haag ). = 2.1.4 = * Fix the table doesn't work on Microsoft Edge browser. * Update POT file to include missing strings. = 2.1.3 = * Add an option to show/hide filters. = 2.1.2 = * Fix add to cart doesn't work on sub-drectory sites. * Other small fixes and improvements. = 2.1.1 = * Disable "Add to cart" button if the variation was out of stock = 2.1.0 = * Add new option to control where to place the variations table * Add new option to show/hide "Available Options" button * Other small fixes and improvements = 2.0.7 = * Enable quantity column by default * Some code improvements = 2.0.6 = * Fix js error showing up in console when the product is not variable = 2.0.5 = * Fix Add to cart loader icon option can not be unchecked = 2.0.4 = * Fix add to cart event triggers to work with jQuery = 2.0.3 = * Add option to enable/disable add to cart loader and tick icon * Some clean up = 2.0.2 = * Make Stock header translatable * Small bug fix = 2.0.0 = * Refactor the code and use SvelteJS for the UI instead of VueJS * Use the built-in WooCommerce ajax add to cart function to add to cart instead of the custom function that used before. * Sort by attributes values is possible now. * Add spinner icon to show up when click add to cart button. * Add tick icon to show up in add to cart button when the item added to cart. * Make all texts translatable and update pot file. * It's much faster and stable now.