Changes between Initial Version and Version 1 of Ticket #50564, comment 15
- Timestamp:
- 10/06/2020 02:06:49 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50564, comment 15
initial v1 2 2 - Add jquery-migrate.js v.3.3.1 to core and load it with `$suffix` instead of `$dev_suffix` (meaning the non-minified versions will be loaded on the front-end when `SCRIPT_DEBUG` is true). 3 3 - Add jquery.min.js, update jquery.js to 3.5.1 non-minified. This should help when debugging and can be reverted in a future release. 4 - Rebuild jQuery UI 1.12.1 and add it to core. The build process has changed quite a bit in 1.12.1. In order to keep the optimized loading (and maintain AMD/requirejs compatibility) `ui/core.js` had to be rebuild completely. Also some changes were needed in all other files. It is possible to build UI in our Grunt but seems quite complex, all source files need edits.4 - Rebuild jQuery UI 1.12.1 and add it to core. The build process has changed quite a bit in 1.12.1. In order to keep the optimized loading (and maintain AMD/requirejs compatibility) `ui/core.js` had to be rebuild completely. Also some changes were needed in all other files. It is possible to pull the source and build UI in our Grunt but seems quite complex, all source files need edits. 5 5 - Adjust tests to match the above changes. 6 6