|
| 1 | +0.1.0-alpha106 |
| 2 | +============= |
| 3 | +* Various improvements: |
| 4 | + * Refactored Service Layer of the Magento_Tax Module |
| 5 | + * Stabilized functional tests for the Backend module |
| 6 | + * Stabilized functional tests for the CatalogRule module |
| 7 | + * Stabilized functional tests for the Checkout module |
| 8 | + * Stabilized functional tests for the CurrencySymbol module |
| 9 | + * Stabilized functional tests for the Shipping module |
| 10 | + * Stabilized functional tests for the Tax module |
| 11 | + * Stabilized functional tests for the User module |
| 12 | +* Added Readme.md files to the following modules: |
| 13 | + * Magento\RequireJs |
| 14 | + * Magento\Ui |
| 15 | +* Fixed bugs: |
| 16 | + * Fixed an issue where product image assignment to a store view was not considered when displaying a product |
| 17 | + * Fixed shipping address area blinking when billing address is filled during checkout with a virtual product |
| 18 | + * Fixed an issue where filter_store.html was not found |
| 19 | + * Fixed an issue where the customer account access menu did not expand on the storefront |
| 20 | + * Fixed an issue where CMS blocks did not open when clicking from a grid |
| 21 | + * Fixed an issue where the Create Product page was completely blocked after closing the New Attribute pop-up |
| 22 | + * Fixed an issue where Stock Status was disabled for Bundle and Grouped products |
| 23 | + * Fixed an issue where a product could not be saved without filling a not required bundle option |
| 24 | + * Fixed broken "per page" selectors on the Customer's account pages |
| 25 | + * Fixed the wrong behavior of JS loaders on the storefront pages |
| 26 | + * Fixed Shopping cart price rule form validation |
| 27 | + * Fixed an issue where the 'Please wait' spinner persisted when creating a customer custom attribute with existing code |
| 28 | + * Fixed a Google Chrome specific issue where subcategories were not displayed correctly on the first hover for category item |
| 29 | + * Fixed an issue where the 'Please wait' spinner did not disappear when creating customer with invalid email |
| 30 | + * Fixed an issue where the Username field auto-focus on admin login page revealed password in case of fast typing |
| 31 | + * Fixed an issue where Bundle Product original Price was not displayed in case of discount |
| 32 | + * Fixed wrong discount calculation for bundle options |
| 33 | + * Fixed an issue where wrong discount and total amounts were displayed on the order creation page when reordering an order with a bundle product in the Admin panel |
| 34 | + * Fixed an issue where admin tax notifications did not appear/disappear unless cache was flushed or disabled |
| 35 | + * Fixed an issue where catalog price and shopping cart price did not match when display currency was different from the base currency |
| 36 | + * Fixed an issue where Tax classes did not allow 'None' as a valid 'product tax class' |
| 37 | + * Fixed an issue where token-based authentication did not work if compilation was enabled |
| 38 | + * Fixed the sample code in index.php illustrating multi websites set up |
| 39 | + * Fixed commands in Setup CLI to match the ones displayed in help |
| 40 | + * Fixed an issue where searching by a part of a product name in Advanced Search did not give correct results |
| 41 | + * Fixed an issue where 404 page is displayed after Search Term mass deletion |
| 42 | + * Fixed an issue where Popular Search Terms were not displayed on the storefront |
| 43 | + * Fixed an issue where it was impossible to add Gift Message during one page checkout |
| 44 | + * Fixed an issue where the optional Postal code setting did not work correctly |
| 45 | + * Fixed an issue where product price details were missing in summary block in the shopping cart when the Back to shopping cart link was clicked on multishipping page |
| 46 | + * Fixed an issue where the 404 error page was displayed instead of the Index Management page after saving mass update |
| 47 | + * Fixed an issue where the "Out of Stock" message was not displayed for a bundle product when there was not enough of one of the associated products in stock |
| 48 | + * Fixed an issue with the Newsletters Report page in the Admin panel |
| 49 | + * Fixed an issue where Catalog price rule was not applying correct rates on specific products |
| 50 | + * Fixed an issue where a fatal error was thrown after clicking a link to a downloadable product |
| 51 | + * Fixed an issue a warning page for Grouped product with enabled MAP |
| 52 | + * Fixed an issue where a configurable product was not displayed in catalog product grid after updating with "Add configurable attributes to the new set based on current" |
| 53 | + * Fixed the inconsistent behavior in the integration tests for the Indexer functionality |
| 54 | + * Fixed an issue where the What's this? information tip link was not presented on product page with configured Minimum Advertised Price (MAP) |
| 55 | +* Processed GitHub requests: |
| 56 | + * [#742](https://github.com/magento/magento2/issues/742) -- Admin notifications count overflow |
| 57 | + * [#720](https://github.com/magento/magento2/issues/720) -- https filedriver is not working |
| 58 | + * [#686](https://github.com/magento/magento2/issues/686) -- Product save validation errors in the admin don't hide the overlay |
| 59 | + * [#702](https://github.com/magento/magento2/issues/702) -- Base table or view not found |
| 60 | + * [#652](https://github.com/magento/magento2/issues/652) -- Multishipping checkout not to change the Billing address js issue |
| 61 | + * [#648](https://github.com/magento/magento2/issues/648) -- An equal (=) sign in the hash of the product page to to break the tabs functionality |
| 62 | +* Service Contracts: |
| 63 | + * Refactored usage of new API of the Customer module |
| 64 | + * Implemented Service Contracts for the Sales module |
| 65 | + * Refactored Service Contracts for the Catalog module |
| 66 | + * Refactored Service Contracts for the Grouped module |
| 67 | +* UI Improvements: |
| 68 | + * Implemented the Form component in Magento UI Library |
| 69 | + * Removed extra JS loaders for category saving |
| 70 | + * Improved the behavior of Categories management in the Admin panel |
| 71 | + * Implemented the keyboard navigation through HTML elements |
| 72 | + * Improved the HTML structure and UI of the Catalog Category Link, Catalog Product Link and CMS Static Block widgets |
| 73 | + * Added UI Library documentation |
| 74 | + * Fixed Blank & Luma themes UI bugs |
| 75 | + * Fixed footer alignment |
| 76 | + * Published the Luma theme and removed the Plushe theme |
| 77 | +* Framework Improvements: |
| 78 | + * Added the ability to configure the list of loaded modules before installation |
| 79 | + * Merged SQL and Data Upgrades |
| 80 | + * Moved \Magento\TestFramework\Utility\Files to Magento Framework |
| 81 | +* Setup tool improvements: |
| 82 | + * Removed duplication with Framework |
| 83 | + * Deployment configuration is refactored from XML format in local.xml to associated array in config.php |
| 84 | + * Improved performance |
| 85 | +* Search improvements: |
| 86 | + * Integrated the Full Text Search library into the Layered Navigation functionality |
| 87 | + |
1 | 88 | 0.1.0-alpha105
|
2 | 89 | =============
|
3 | 90 | * Various improvements:
|
|
1891 | 1978 | * LESS styles library added in pub/lib/css/
|
1892 | 1979 | * A new Blank theme set as default
|
1893 | 1980 | * GitHub requests:
|
1894 |
| - * [#491](https://github.com/magento/magento2/pull/491) -- Fixed bug, incorrect auto-generation Category URL for some groups of symbols (idish, cirrilic, é, ä, and other). |
| 1981 | + * [#491](https://github.com/magento/magento2/pull/491) -- Fixed bug, incorrect auto-generation Category URL for some groups of symbols (idish, cirrilic, e, a, and other). |
1895 | 1982 | * [#480](https://github.com/magento/magento2/pull/480) -- Fixing a bug for loading config from local.xml
|
1896 | 1983 | * [#472](https://github.com/magento/magento2/issues/472) -- Params passed in pub/index.php being overwritten
|
1897 | 1984 | * [#461](https://github.com/magento/magento2/pull/461) -- Use translates for Quote\Address\Total\Shipping
|
|
0 commit comments