Skip to content

Releases: stcarrez/ada-asf

Ada Server Faces 1.6.0

08 Oct 08:08
Compare
Choose a tag to compare
  • Improvement of <f:viewParam> to accept a from EL expression to setup the value
  • Add util:parseJSON() EL function
  • Integrate jQuery UI 1.13.2, jQuery 3.7.0, jQuery Chosen 2.2.1, jQuery Datetime picker 2.5.22
  • Fix #4: Support to build with -gnatW8
  • Feature #2: Upgrade dropzone to 6.0

Ada Server Faces 1.5.0

06 Aug 19:11
Compare
Choose a tag to compare
  • New widget <w:progress> to display horizontal/vertical progress bars

Ada Server Faces 1.4.3

31 Jul 09:13
Compare
Choose a tag to compare
  • Add jQuery 3.6.0
  • Add a programmer's guide
  • Remove very old jQuery 1.11.3, jQuery UI 1.11.4, jQuery Chosen 1.4.2

Ada Server Faces 1.4.2

20 Mar 16:53
Compare
Choose a tag to compare
  • Fix compilation warnings
  • Cleanup build and examples

Ada Server Faces 1.4.1

07 Nov 17:40
Compare
Choose a tag to compare
  • Fix translations, compilation warnings

Ada Server Faces 1.4.0

01 May 13:17
Compare
Choose a tag to compare
  • Performance improvement for the Facelet cache
  • Integrate jQuery 3.4.1, jQuery UI 1.12.1, jQuery Chosen 1.8.7
  • New <f:validateRegex> to validate an input field with a regular expression

Ada Server Faces 1.3.0

20 Apr 19:15
Compare
Choose a tag to compare
  • New converter to format floating point numbers
  • Improvement of the build environment

Ada Server Faces 1.2.0

15 Jul 19:27
Compare
Choose a tag to compare
  • New EL function util:translate for translation with a resource bundle
  • New REST servlet with support for server API implementation
  • Provide pre-defined beans in ASF contexts: requestScope
  • Add support for servlet requests to retrieve the body content as a stream
  • Improvement of navigation rules to allow setting the return status
  • Moved the servlet support in a separate project: ada-servlet
  • Integrate jQuery datetime picker

Ada Server Faces 1.1.0

30 Dec 16:48
Compare
Choose a tag to compare
  • New EL function util:formatDate
  • New request route mapping with support for URL component extraction and parameter injection in Ada beans
  • Improvement of configure, build and installation with gprinstall when available
  • Integrate jQuery 1.11.3 and jQuery UI 1.11.4
  • Integrate jQuery Chosen 1.4.2
  • New component <w:chosen> for the Chosen support
  • Added a servlet cache control filter