We are proud to announce the release of Iliad version 0.7!
New features include:
- The ability to bookmark AJAX applications
- Important optimizations (Thanks to Paolo Bonzini and Stefan Schmiedl)
- A new XHTMLElement api which follows closely XHTML tags and attribute
names, the old one has been moved to deprecated
- A new RSS elements hierarchy
- The javascript layer has been rewritten from scratch
- More widgets in the UI package
- View methods in applications are now called controller methods (this
is what they really are about)
- New methods in Widget for control flow like #replace:* methods
- More unit tests - A lot of cleanup and bug fixes
Squeakers can download it from the SqueakSource repository:
http://www.squeaksource.com/Iliad
Load packages it in this order: Iliad-Core, Iliad-Swazoo,
Iliad-More-RSS, Iliad-More-UI, Iliad-More-Magritte, Iliad-More-Examples,
Iliad-Tests
and download static files from:
http://iliad.bioskop.fr/attachments/1/Public.zip
then start Swazoo: SwazooIliad startOn: PORT
You can browse examples at: <a href="http://localhost:PORT/browse">http://localhost:PORT/browse
Happy Iliad hacking!
Nicolas Petton & Sébastien Audier