Widgy v0.2.0 Release Notes

Release Date: 2014-08-04 // over 9 years ago
  • ๐Ÿ”„ 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