All Versions
216
Latest Version
Avg Release Cycle
6 days
Latest Release
1077 days ago

Changelog History
Page 13

  • v0.3.22 Changes

    July 22, 2016
    • βž• added; support for automatic SSL with Let's Encrypt, thanks Wout Mertens
    • πŸ›  fixed; Date field formatting, thanks Jared Collier
    • πŸ›  fixed; Filtering for related items, thanks Max Koryukov
    • πŸ›  fixed; Relationship initial value loading
  • v0.3.21 Changes

    June 19, 2016
    • πŸ›  fixed; Issue preventing you from specifying the pretty option in the locals setting
  • v0.3.20 Changes

    June 17, 2016
    • πŸ›  fixed; Boolean fields with noedit:false and hidden:true do not retain value
    • πŸ›  fixed; Default formatString for Datetime fields didn't show minutes with a leading 0
    • πŸ›  fixed; Date format option works correctly, thanks Jared Collier
    • πŸ›  fixed; Datetime format option works correctly, thanks Jared Collier
    • πŸ›  fixed; Double password-hashing issue when the Users list inherits from another list, thanks Jared Collier
  • v0.3.19 Changes

    May 04, 2016
    • βž• added; support for Mailgun, thanks Wolfgang
    • πŸ›  fixed; issues with connect-mongo on Node 0.12, thanks gemscng
  • v0.3.18 Changes

    April 27, 2016
    • πŸ›  fixed; make localfiles previews properly show up in admin ui column, thanks Gabor K
    • πŸ‘Œ improved; allow adding headers when sending email, thanks Joss Mackison

    πŸš‘ This is a hotfix release to allow for adding headers when sending emails.

  • v0.3.17 Changes

    March 23, 2016
    • πŸ›  fixed; issue when keystone is a dependency of a global package, thanks Robert Jensen
    • βž• added; allow custom logging middleware, thanks Greg Meyer
    • πŸ‘Œ improved; allow negative numbers in the number field, thanks Brett Newman
    • πŸ‘Œ improved; allow seeding an s3file field with an application update, thanks Younes Riad
    • πŸ‘Œ improved; allow the deletion of localfiles, thanks Jacob Jenkins
    • ⚑️ updated; update babel to v6, thanks Alexandre Joly
    • πŸ‘Œ improved; tighten redirection destination sanitation after successful sign in, thanks Camille Reynders
    • πŸ‘Œ improved; handle missing relations in the relationship field, thanks Wout Mertens
    • πŸ›  fixed; show validation errors in pre save, thanks gemng888
    • ⚑️ updated; update tinymce and add the imagetools, thanks Riyadh Al Nur
    • πŸ›  fixed; show notes in boolean field, thanks Camille Reynders
  • v0.3.15 Changes

    October 15, 2015
    • βž• added; new hooks in the app middleware setup are available, see #1736 for documentation.
    • ⚑️ updated; all packages, including pre-build client side bundles
  • v0.3.14 Changes

    August 25, 2015
    • πŸ‘Œ improved; internal cleanup and refactoring
    • βž• added; new API routes for future use by the Admin UI, including signin and signout
    • βž• added; support for selecting arbitrary document paths in List.getData
    • βž• added; new search query generation functionality for List and Field classes
    • πŸ›  fixed; vertical alignment of Format menu icons in the WYSIWYG editor, thanks Jeffrey
    • πŸ›  fixed; validation issues with the GeoLocation field type, thanks Vintesh
    • πŸ›  fixed; use of 'select' and 'selectPrefix' options in CloudinaryImage type, thanks azterix
    • ⚑️ updated; grappling-hook @ v3.0.0, thanks Camille Reynders
  • v0.3.13 Changes

    August 03, 2015
    • πŸ‘Œ improved; major speed increase for initialisation
    • πŸ‘Œ improved; codemirror is now only loaded as required, thanks Carlos Colon
    • πŸ›  fixed; correctly handling blank values in the DateInput component
    • πŸ”„ changed; switched to babyparse for CSV generation
    • πŸ›  fixed; docs links now point to keystone site
    • πŸ›  fixed; add Maps API key to request, allow override per model, check for server instead of browser key, thanks stosorio
    • πŸ›  fixed; added check for duplicate _revisions models, thanks Jeffrey
    • πŸ›  fixed; localFile .format property ignored by Admin U, thanks Javier Castro
    • πŸ›  fixed; href working correctly on LocalFiles Type, thanks Matthias Tylkowski
    • βž• added; several new API endpoints for the Admin UI in preparation of the 0.4 release
  • v0.3.12 Changes

    June 26, 2015
    • πŸ›  fixed; height option for TextArea fields was not respected in the Admin UI, thanks EΓ³in Martin
    • πŸ›  fixed; API error string was missing not in message, thanks Daniel Cousens
    • πŸ‘Œ improved; better instructions for installing missing session store modules
    • πŸ›  fixed; delete confirmation was not working (items could be deleted with a single click), thanks [gerotakke](gerotakke)
    • βž• added; new utc option for Date and DateTime field types, see #1487 for more details.