0.1.3 - Mar 11, 2014
- Broke out ribs.coffee into 6 different files
0.1.2 - Mar 14, 2013
- Batch actions can now be collapsed into dropdown
- Styles now provided as Stylus code instead of pure CSS
- Keyboard manager is separated at a source code level (hotkeys.coffee).
0.1.1 - Jan 30, 2013
- A
displayAttributes
propertyeditable
now must be boolean. Use anedit
property to change the default widget. - Display attributes now have
save
property which can define a function to override the defaultBackbone.Model
save
which gets called. - Display attributes are now escaped by default. Set
escape: false
to turn off.
0.1.0 - Jan 21, 2013
- Updated Backbone to version 0.9.10.
- Using
$.fn.prop
instead of$.fn.attr
when appropriate. - Any
updateHeader
,updateFooter
, etc. method is nowrenderHeader
. The mainrender
method will call respective sub-render methods while looping over therenderOrder
property. - Refactored
Action
into becoming instances ofBackbone.Model
. - Introduced
Ribs.BatchAction
andRibs.InlineAction
, which are views. - Bug fixes.