v4.0.0-rc.0 (2018-06-22)
Pre-release
Pre-release
Full Changelog | Documentation | Developer support | Bugs & feature suggestions | KeystoneJS Slack
Bug fixes and improvements:
- Fix scrolling for modals in the Admin UI when content overflows (#4169, thanks @saul-mtz)
- Show color swatch on color field (#4662, thanks @mikehazell )
- Add new fields and call to the iFramely API instead of oEmbed (#4617, thanks @ticidesign)
- Add missing DayPicker-WeekdaysRow styling (#4601, thanks @jsundquist )
- Add iFramely field type (#4600, thanks @vitalbone)
- Replace hardcoded path breaking custom keystone.adminPath (#4586, thanks @radames)
- Fix for deleting the last relationship reference in > beta.5 (#4332, thanks @JedWatson)
- Implement image thumbnails for the File type (#4509, thanks @cadriel)
- Fix paginate to return on count error (#4167, thanks @ramonfritsch)
- Deprecate currency setting for Money fields (#4132, thanks @Noviny)
- Fix autocleanup for cloudinary fixes (#4205, thanks @Noviny)
- Fix custom nav links (#4387, thanks @frapan)
- Fix: model with required field that defaults to 0 can't be saved (#4397, thanks @jyrkive)
Dependency updates:
- Upgrade Moment to address CVE-2017-18214 (#4592, thanks @DeviaVir)
- Optional: v2.0.0 release of
keystone-storage-adapter-s3
which replaces knox with the official AWS JavaScript SDK (thanks @mikehazell)
Documentation updates:
- Fix typography and Gatsby configuration (thanks @tuan23)
- Add documentation about customizing the navigation bar (thanks Francesco Panciroli)
- Update Readme with Keystone 4 documentation references (#4666, thanks @stennie)
- Fix grammar in password field description (#4583, thanks @petertdinh)
- Fix typos in yo-generator.md and application-updates.md (#4581 & #4582, thanks @gsklee)
Testing and CI:
- Fix failing e2e and CI tests (#4643, thanks @dominikwilkowski, @vitalbone, and @stennie)
- Remove EOL Node releases from Travis testing (#4652)