Releases: austintoddj/canvas
Releases · austintoddj/canvas
v2.1.9
New Features
- Refreshed UI for the Post creating/editing pages
- Updates to the footer
- Fixed a bug where the post delete test method was not passing
- Updates to the breadcrumbs to give a bit more direction on the site
- Upgrade Guide updates and improvements
- General bug fixes and performance enhancements
v2.1.8
New Features
- Canvas version is now being stored in the database in the
settings
table. - Home page now displays latest version of Canvas and upgrade option if installation is not up to date.
- Fixed bug where Parsedown would not treat links with spaces appropriately.
- Adjusts the height of the scroll to top button.
- Updates project dependecies.
- Reading time feature added to the blog pages
- Documentation updates and improvements
- General bug fixes and performance enhancements
v2.1.7
New Features
- Complete overhaul of the Media Library
- VersionEye integration to keep dependecies up to date
- Fixed a bug with tag layout editing
- Fixed a bug with Google Analytics and Disqus integration
- Added tests for login validation
- Canvas now supports Twitter Cards
- Documentation updates and improvements
- General bug fixes and performance enhancements
v2.1.6
New Features
- Introducing Palette, the new repository for Official Canvas Themes!
- Users table seeder updated
- Typo fixes
- Updates named routes for the blog
- Update to the
canvas:install
command to handle if migrations have or have not been run yet - News story added
- Search icon added to the search results page
- Missing URL section added to the Profile page
- Email notifications UI update
- Adds PHP 7.1 test
- More unit tests added for Model and Route coverage
- General bug fixes and performance enhancements
v2.1.5
New Features
- New Settings page to handle app configuration from the UI
- New Help page
- Adds a Scroll to Top button for the blog
- Removed deprecated files that no longer need to be in the project
- Cleanup of layout templates
- Update of the blog header
- Update of the author info for blog posts
- More unit tests added for Model and Route coverage
- General bug fixes and performance enhancements
v2.1.4
New Features
- Application framework upgraded to Laravel 5.3
- Complete asset conversion from LESS to SASS
- Added child theme portable files
- Added some help modals to the backend, such as the post images
- Updated the 404 and 503 HTTP error pages
- Added LinkedIn social network integration
- Added the Resume/CV download for the author signature
- Fixes navbar bug with proper z-index
- Adds a news story to the dashboard
- Modifications to the author signature at the bottom of each blog post
- More unit tests added for Model and Route coverage
- General bug fixes and performance enhancements
v2.1.3
New Features
- More unit tests added for Model and Route coverage
- Home page gives you access to quick links, quick post draft, news and more
- Tags icon update
- Posts icon update
- Download Archive tool bug fixed
- Protected all admin tool routes to only respond to POST requests
- Added scroll to error animation on forms
- Refactored and cleaned up notifications
- Added date picker to birthday select field on Profile Page
- General bug fixes and performance enhancements
v2.1.2
New Features
- More unit tests added for Model coverage using erikgall/eloquent-phpunit
- Database optimizations built with migrations to prevent breaking of any current installations
- Syntax highlighting with PrismJS
- Added language formatting for code blocks in markdown
- Fixed bug for empty Disqus key
- Upload File Icon update
- Administrative Tools section gives finer-grained control over the application including Maintenance Mode, Cache Clearing, Manual Search Index Rebuilding and Data Archive Export for importing into other Canvas installations
- General bug fixes and performance enhancements
v2.1.1
New Features
- Front-end asset compilation is now streamlined
- General bug fixes and performance enhancements
v2.1.0
New Features
- More unit tests added to cover the profile editing functionality
- Replaced Summernote WYSIWYG editor with SimpleMDE
- Enhancements to Canvas Install Artisan command
- General bug fixes and performance enhancements