All Versions
216
Latest Version
Avg Release Cycle
6 days
Latest Release
1075 days ago
Changelog History
Page 18
Changelog History
Page 18
-
v0.2.14 Changes
April 16, 2014- β added; new
createItems()
method to quickly populate data, see this gist for usage instructions and examples - π improved;
.toCSV()
method for lists now uses dependency injection and can be asynchronous (just passcallback
as the last argument) - β added; basic implementation of field watching
- π fixed; issue with dateTime fields not updating correctly
- β added;
perPage
option for lists that controls the number of items displayed per page in the Admin UI, thanks Galaczi Endre Elek - β added; gulp, and more tests! thanks Morgan Craft
- π improved; link fields are now anchors in the Admin UI list view, thanks DrMoriarty
- π fixed; height of admin header and signout link placement with a lot of lists in the navigation, thanks ΓtvΓΆs RichΓ‘rd
- β added; support for adding additional toolbar buttons to tinymce, thanks Eric
- β added; new
-
v0.2.13 Changes
April 04, 2014- β added;
onHttpServerCreated
andonHttpsServerCreated
events now fired duringkeystone.start()
, allows for integration of things like socket.io
- β added;
-
v0.2.12 Changes
April 03, 2014- β added; initial field support for HTML and Markdown fields
- π improved; some client-side scripts (e.g. TinyMCE) are no longer included when they're not going to be used
-
v0.2.11 Changes
April 02, 2014- β added;
.toCSV()
method now supported on schemas to transform data when exported in the Admin UI - β added; image and uploadimage plugin support for TinyMCE
- β added; cloudinary upload api for generic image uploads, thanks Branko Sekulic
- β added; csrf middleware support, thanks Lasana Murray
- β added;
express
is now available as a property ofkeystone
- β added; optional support for a the
S3_REGION
environment variable, thanks DrMoriarty - β added; IP address range restrictions, thanks Robert Medeiros
- β added; support for express
trust proxy
setting, thanks Robert Medeiros - π fixed; Boolean field notes were being escaped incorrectly
- β added;
-
v0.2.10 Changes
March 18, 2014- β added; new
AzureFile
field type, thanks Juan Benavides Romero - β added; new toolbar and preview mode for
Markdown
fields, thanks Thomas Pedersen - π fixed; issue with the 'new item' button on the item details page in the Admin UI triggering autocreate functionality incorrectly, thanks Thomas Pedersen
- π fixed; redirect parameter for signin page now protects against open redirect attacks, thanks Oliver Jenkins
- π fixed; 'host is undefined' issue with certain configurations, see #241
- π fixed; accented characters are converted correctly when generating slugs, thanks to keystone-utils 0.1.7
(emergency version bump from 0.2.9 because of white-space issue with new Jade version)
- β added; new
-
v0.2.8 Changes
March 12, 2014- π fixed; issues getting path options correctly on Windows (was causing update issues)
- π fixed; support for tagging images uploaded to Cloudinary client-side in the Admin UI for
CloudinaryImages
fields, thanks Mike Causer - π improved; filtering on
Number
fields can now find null values - π fixed; height option now supported on
Markdown
andTextarea
field types - β added; support for
PUT
andDELETE
http methods inView.on
-
v0.2.7 Changes
March 11, 2014- π fixed; minor issues to improve auto-creation of items
- π improved; ability to chain
keystone.pre
,keystone.init
,keystone.start
,keystone.static
,keystone.routes
andkeystone.bindEmailTestRoutes
- π improved; callbacks / error handling in View class
- π improved; handling of MongoDB errors before app starts (now much more debuggable)
- β added; field notes are now parsed using
marked
so you can use markdown syntax if desired - β added; new field type
Code
, uses the CodeMirror editor in the Admin UI, thanks Juan Benavides Romero - π fixed; error thrown when requesting an invalid page in the Admin UI list view
- π fixed; correctly trigger mongoose middleware when removing items, thanks Chris Dion
- β added; ability to use custom paths for updates (issue #205)
- β added; optional callback to View.render (issue #215)
- π improved; tweaked some option keys, added a warning for deprecated options
- β added; ability to specify signin and signout redirect paths or functions
- β added; https server and ssl configuration now supported by keystone.start(), thanks snowkeeper
- π improved; tweaks to native signin UI, thanks jossmackison
π This version also contains the new docs and website developed by @jossmackison and @jedwatson. To view the docs locally, open
keystone/docs
and runnode docs
. -
v0.2.6 Changes
February 25, 2014- π improved; implementation of
hidden
option for fields - π improved; refactored the Email class and implemented friendlier errors
- π improved; email test route binding, including ability to use a function to provide template locals to tests
- β added; custom template support in the Email class
- β added; email button mixin supports default styling and style overrides
- π improved; email locals and options can be combined in a single object argument
- π fixed; location field auto-improve error
- π fixed; relationship fields display old ID when related item is missing, thanks Mark Bayfield
- β added;
autocreate
option for Lists (see issue #21) - π improved; signin page looks better when you're alredy signed in
- π improved;
location.requiredPaths
field option supports comma-delimited values - π improved;
UpdateHandler
now updatesnoedit
fields when they are explicitly provided (issue #194) - β added; ability to specify custom validation / required messages in the UpdateHandler (issue #195)
- β added; ability to provide custom lists of required fields to the
UpdateHandler
(issue #196)
- π improved; implementation of
-
v0.2.5 Changes
February 17, 2014- π improved; dropdown styles are nicer
- π improved; default signin ui tweaks
- π improved; hidden lists warn when included in
nav
config option - π fixed; hidden lists are accessible through the API
- π improved; warnings are thrown when autokey option config is invalid
- π improved; autokey values are now included in CSV exports
- π improved; markdown and html fields render nicely in the Admin UI list view
-
v0.2.4 Changes
February 15, 2014- π improved; new sign in/out screen design, thanks jossmackison
- improved; the default error screen is now responsive, thanks jossmackison
- π improved; additional supported file types for CloudinaryImage fields, thanks James Allen
- Supported types are [
image/gif
,image/png
,image/jpeg
,image/bmp
,image/x-icon
,application/pdf
,image/x-tiff
,image/x-tiff
,application/postscript
,image/vnd.adobe.photoshop
]
- Supported types are [
- π improved; you can now use Relationship fields with
multi: true
asinitial
fields - β added; Relationship fields can now be used as filters in the Admin UI
- π fixed; scope issue in Relationship field type, thanks Tom Walker
- π improved; new sign in/out screen design, thanks jossmackison