All Versions
28
Latest Version
Avg Release Cycle
98 days
Latest Release
1746 days ago

Changelog History
Page 3

  • v0.2.0 Changes

    August 04, 2014

    ๐Ÿ”„ Changes ^

    • Widgy is now Apache Licensed
    • ๐Ÿ’ฅ Breaking Change Use django-pyscss_ for SCSS compilation. [Rocky Meza, #175]

    Requires an update to the COMPRESS_PRECOMPILERS setting::

    COMPRESS_PRECOMPILERS = (
        ('text/x-scss', 'django_pyscss.compressor.DjangoScssFilter'),
    )
    

    You may also have to update @import statements in your SCSS, because django-pyscss uses a different (more consistent) rule for path resolution. For example, @import 'widgy_common' should be changed to @import '/widgy/css/widgy_common'

    • โž• Added help_text to Section to help user avoid bug [Zach Metcalf, #135]
    • ๐Ÿ‘ Allow UI to updated based on new data after reposition [Gavin Wahl, #199]
    • ๐Ÿ”„ Changed Button's css_classes in shelf [Rocky Meza, #203]
    • โž• Added loading cursor while ajax is in flight [Gavin Wahl, #215, #208]
    • Get rid of "no content" [Gavin Wahl, #206]
    • ๐Ÿ‘‰ Use sprites for the widget icons [Gavin Wahl and Rocky Meza, #89, #227]
    • Only show approve/unapprove buttons for interesting commits [Gavin Wahl, #228]
    • โšก๏ธ Updated demo app to have new design and new widgets [Justin Stollsteimer, Gavin Wahl, Antoine Catton and Rocky Meza, #129, #176]
    • โž• Added cloning for WidgyPages [Gavin Wahl, #235]
    • ๐Ÿ‘‰ Use a more realistic context to render pages for search [Gavin Wahl, #166]
    • โž• Add default children to Accordion and Tabs [Rocky Meza, #238]

    ๐Ÿ›  Bugfixes ^

    • ๐Ÿ›  Fix cursors related to dragging [Gavin Wahl, #155]
    • โšก๏ธ Update safe urls [Gavin Wahl, #212]
    • ๐Ÿ›  Fix widgy_mezzanine preview for Mezzanine==3.1.2 [Rocky Meza, #201]
    • ๐Ÿ‘ Allow RichTextPage in the admin [Zach Metcalf, #197]
    • Don't assume the response has a content-type header [Gavin Wahl, #216]
    • ๐Ÿ›  Fix bug with FileUpload having empty values [Rocky Meza, #217]
    • Fix urlconf_include login_required handling [Gavin Wahl, #200]
    • Patch fancybox to work with jQuery 1.9 [Gavin Wahl, #222]
    • ๐Ÿ›  Fix some import errors in SCSS [Rocky Meza, #230]
    • ๐Ÿ›  Fix restore page in newer versions of Mezzanine [Gavin Wahl, #232]
    • ๐Ÿ‘‰ Use unicode format strings in review queue [Gavin Wahl, #236]

    ๐Ÿ“š Documentation ^

    • โšก๏ธ Updated quickstart to cover south migrations with easy_thumbnails [Zach Metcalf, #202]
    • โž• Added Proxy Widgy Model Tutorial [Zach Metcalf, #210]

    .. _django-pyscss: https://github.com/fusionbox/django-pyscss

  • v0.1.6 Changes

    September 09, 2014
    • ๐Ÿ›  Fix migrations containing unsupported KeywordsField from mezzanine [Scott Clark]
    • ๐Ÿ“ฆ Rename package to django-widgy
  • v0.1.5 Changes

    November 23, 2013
    • ๐Ÿ›  Fix Widgy migrations without Mezzanine [Gavin Wahl]
    • โฌ‡๏ธ Drop target collision detection [Gavin Wahl]
    • ๐Ÿ›  Fix Figure and StrDisplayNameMixin [Gavin Wahl]
    • Avoid loading review_queue when it's not installed [Scott Clark]
    • ๐Ÿ›  Fix multi-table inheritance with LinkFields [Gavin Wahl]
  • v0.1.4 Changes

    November 04, 2013
    • โž• Add StrDisplayNameMixin
  • v0.1.3 Changes

    October 25, 2013
    • ๐Ÿ›  Fix image widget validation with the S3 storage backend
  • v0.1.2 Changes

    October 23, 2013
    • ๐Ÿ›  Fix Widgy admin for static files hosted on a different domain
  • v0.1.1 Changes

    October 21, 2013
    • Adjust MANIFEST.in to fix PyPi install.
    • ๐Ÿ›  Fix layout having a unicode verbose_name
  • v0.1.0 Changes

    October 18, 2013

    ๐Ÿš€ First release.

    Basic features:

    • Heterogeneous tree editor (widgy)
    • CMS (widgy.contrib.widgy_mezzanine)
    • ๐Ÿ”Œ CMS Plugins (widgy.contrib.urlconf_include)
    • Widgets (widgy.contrib.page_builder)
    • ๐Ÿ— Form builder (widgy.contrib.form_builder)
    • Multilingual pages (widgy.contrib.widgy_i18n)
    • Review queue (widgy.contrib.review_queue)