Skip to content

Latest commit

 

History

History
109 lines (74 loc) · 6.19 KB

CHANGELOG.rst

File metadata and controls

109 lines (74 loc) · 6.19 KB

Changelog

v0.2.2 (Upcoming)

v0.2.1 (2013-05-11)

  • [Feature] Styling list rows and cells based on object instance. Read Documentation. See example
  • [CSS] Changed selected rows background color to inverse, to avoid color conflict with row "warning" css class
  • [Fixes] CSS/Templating fixes and tweaks. See commit log and closed issues for full changes

v0.2.0 (2013-04-29)

  • [Major Feature] Django-CMS support. See full notes here #77. See example
  • [Major Feature] Django-Filer support. See example
  • [CSS] Selector widget style improvements See #80
  • [CSS] Main content container now uses Twitter Bootstrap row-fluid class. See #58
  • [Refactor] Included jQuery now is using own namespace: Suit.$
  • [Fix] CSS/Templating fixes and tweaks. See commit log and closed issues for full changes

v0.1.9 (2013-03-25)

  • [Feature] Form tabs - help you organize form fieldsets and inlines into tabs. See example [Thanks to @phihos]
  • [Feature] Form includes - shortcut to include templates into forms
  • [Feature] New menu syntax supports app and model labels, separators and more clear definition syntax.

v0.1.8 (2013-03-20)

  • [Feature] django-reversion app support. Example [Thanks to @phihos]
  • [Feature] WYSIWYG editors support, examples and docs
  • [Feature] Full-width fieldsets
  • [Feature] Introduced two related wysiwyg apps suit-redactor and suit-ckeditor
  • [CSS] New "multi-fields in row" look and behaviour.
  • [CSS] Support for fieldset "wide" class
  • [Refactor] Major fieldset refactoring to support multi-line labels
  • [Fix] Many CSS/Templating fixes and tweaks. See commit log for full changes

v0.1.6, v.0.1.7 (2013-03-10)

  • [Tests] Travis CI hooked up - testing against Django 1.4-1.5, Python 2.5-3.3
  • [Tests] Tests now cover every class and method in Django Suit
  • [Fix] Full support for Python 3.x added
  • [Critical] Django 1.4 compatibility restored. Removed django.utils.six (Django 1.4.2)

v0.1.5 (2013-03-10)

  • [Feature] New widget: AutosizedTextarea
  • [Feature] New widget: LinkedSelect
  • [Feature] JavaScript inlines hook: SuitAfterInline JS hook
  • [Tests] Tests means more stability - bunch of tests added, more to come.
  • [Fix/Refactoring] Install breaks under certain conditions #17
  • [Fix] Admin save_on_top=True breaks change form #16
  • [Fix] Minor bugs and tweaks. See commit log for full changes

v0.1.4 (2013-03-04)

  • [Fix] Sortables improvements and fixes #12, #13, #14
  • [Fix] Python3 related fixes #11 [Thanks to @coagulant]
  • [Fix] Firefox floating problem for list "New" button #15

v0.1.3 (2013-03-03)

v0.1.2 (2013-02-27)

  • [Feature] Customizable menu, cross apps, custom links and menus
  • [Refactoring] Moved all static files to separate directory
  • [Fix] PEP8 and templates style improvements [Thanks to @peterfschaadt]
  • [Fix] Fixed inconsistent styling on login form errors [Thanks to @saippuakauppias]

v0.1.1 (2013-02-25)

  • [Feature] Added link to admin home in error templates
  • [Feature] Config key SEARCH_URL now supports also absolute urls
  • [Fix] SEARCH_URL fallback uses absolute URL instead of urlname

v0.1.0 (2013-02-24)

  • First stable version released