Releases: austintoddj/canvas
Releases · austintoddj/canvas
v3.0.1
3.0.1 stable release
v2.2.0
New Features
- Major upgrade: Extracted the core code of Canvas and placed it in Easel
- General bug fixes and performance enhancements
v2.1.17
New Features
- Brings the project up to date
- General bug fixes and performance enhancements
v2.1.16
New Features
- Minor package updates
- General bug fixes and performance enhancements
v2.1.15
v2.1.14
New Features
- Fixes the home page layout since non-admin users only see a portion of the cards
- Refactors user roles into a global helpers class
- Removes old code that wasn't being used anymore
- Adds functional unit tests for each page of the application
- Updates the layout of the tools page
- General bug fixes and performance enhancements
v2.1.13
New Features
- Multiple users now supported
- User roles allow either Administrators or Users to co-author blog posts
- Tests supporting the user management feature
- Sidebar navigation enhancements
- General bug fixes and performance enhancements
v2.1.12
New Features
- Fixes the repository language classification
- Fixes the 404/503 error layout pages for authenticated users
- Updates the
Helpers.php
file - Made the automatic report generation opt-in (Uncomment the
phpunit.xml.dist
andgulpfile.js
sections) - Fixes broken TravisCI builds by using a conditional that would ignore the GitHub API call for all
testing
environments - General bug fixes and performance enhancements
v2.1.11
New Features
- Updated the documentation to use
yarn
instead ofnpm
- PHPUnit tests now generate comprehensive reports located in the
tests
directory - Overhaul of the
public
directory. Assets are now versioned withelixir
- General bug fixes and performance enhancements
v2.1.10
New Features
- Replaced TNTSearch with the Laravel Scout TNTSearch driver
- Removed the Reset Index option on the tools page because of the new TNTSearch driver automation
- Updated the UI for creating/editing posts
- Refactored frontend and backend Sass directories
- Refactored unit tests
- Updates and improves the
canvas:install
command - General bug fixes and performance enhancements