PrimeFaces Extensions 3.2.0 has been released! This is a maintenance release which is built on top of PrimeFaces 5.2. Closed issues are available on GitHub.
Some notes to the two important changes:
- pe:ajaxErrorHandler was removed in favor of p:ajaxExceptionHandler. It was buggy and not working in the prev. release.
- Uncompressed JS files are not delivered anymore within JAR files. The
compressed JS files contain //# sourceMappingURL=... which points to the
appropriate source maps and uncompressed files for debug purpose. The source maps and uncompressed files are checked in direct in the GitHub and can be fetched from there. That means, uncompressed files have something like at the end:
//# sourceMappingURL=https://raw.githubusercontent.com/primefaces-extensions/core/master/src/sourcemap/3.2.0/primefaces-extensions.js.map
More info about source map is coming soon in my blog and the Wiki page of the Maven plugin for resource optimization.
Have fun!
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.