Integral v1.1.0 has been released!
- December 24, 2018
- Releases
Happy holidays everyone!
I am happy to announce that Integral 1.1.0 has been released. The main focus of this release was improving the onboarding process.
Release Notes
Breaking Changes
- None
Added
- Can disable input character counter by adding
data-character-counter='false'
to inputs - Disabled input character counter for login password field
- Improved onboarding - install script now handles route & seed creation as well as DB setup
- Improved onboarding - added generator for Integral views
rails g integral:views
- Improved onboarding - added generator for Integral assets
rails g integral:assets
- Gallery arrow control and size constraint to viewport size
Fixed
- Moved list edit form to /edit route & removed show route
- Dashboard displays most recent post & page
- Post data appears in dashboard widgets when blog is enabled
- Recent Posts widget orders collection by most recently published
- Demo images no longer causing 404s
- Canonical URL for homepage
Dependancies
- Bumped Devise to
~> 4.5.0
- Fixessecret_key_base
production issue