This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a change to branch feature/requirejs-less
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


    from b538e77d6 TAP5-2810: handling lack of module imports better
     new 92e236a39 In which we discover HTML is too flexible
     new 58515def4 Adapting ExpressionInJsFunction.js to both AMD and ES modules
     new 9fade9e3d Fixing AjaxFormLoop in Require.js-less mode
     new 4d8748a01 Individual test fixes

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tapestry5/corelib/components/AjaxFormLoop.java | 10 +++++--
 .../services/ajax/JavaScriptSupportImpl.java       |  2 --
 .../services/javascript/EsModuleManagerImpl.java   | 16 +++++++++++
 .../integration/app1/pages/PaletteGroupedDemo.java | 11 ++++++--
 .../integration/app1/pages/PublishEventDemo.java   | 33 ++++++++++++++++++++--
 .../META-INF/assets/ExpressionInJsFunction.js      | 11 ++++++--
 .../META-INF/assets/es-modules/palette-demo.js     | 14 +++++++++
 .../assets/es-modules/publish-event-demo.js        | 23 +++++++++++++++
 .../resources/META-INF/modules/palette-demo.js     |  5 ----
 9 files changed, 110 insertions(+), 15 deletions(-)
 create mode 100644 
tapestry-core/src/test/resources/META-INF/assets/es-modules/palette-demo.js
 create mode 100644 
tapestry-core/src/test/resources/META-INF/assets/es-modules/publish-event-demo.js

Reply via email to