Sha256: 4c826fdfc0b1e839a7df610216ebbb3ec62eabf3cee141010aa5a7798cb5cf0a
Contents?: true
Size: 1.35 KB
Versions: 2
Compression:
Stored size: 1.35 KB
Contents
0.7.3: - Models being loaded by the FormView will now call beforeFormLoad methods if they exist on those models 0.8.1 - Adds many style fixes for GridView - Fixes style conflicts for Bootstrap grid-* css selectors - Adds getForm() and getModel() methods to Luca.Field classes that belong to a form 0.8.2 - Adds checkbox group field component ( thanks nick desteffen ) 0.8.3 - Stop mixing in underscore.string onto the global underscore object - the ctype property used to create objects from hashes, can now be named 'type' - Adds Luca.util.classify function for converting strings into class names 0.8.4 - Fixes bug in development console - Colorizes Development Console - Introduces Luca.template helper to find template by regex in Luca.templates or window.JST. Optionally compiling the template if you pass variables to it. - Introduces Luca.View.applyStyles which delegates to @$el.css 0.8.5 - Luca.define() can be used to extend components, and retain references to the inheritance chain. Components defined this way will have _className attributes as well as _superClass() references. This allows for introspection of components as well as advanced querying of the Luca Component Cache _ Added _.component as an alias to Luca.define - All Luca components have been migrated over to the new Luca.define() API
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
luca-0.8.599 | CHANGELOG |
luca-0.8.59 | CHANGELOG |