Releases: sysen-limited/angular-toolbelt
Releases · sysen-limited/angular-toolbelt
Release list
Dependency updates
This includes a number of dependency updates
Changes
- Minor fix for users that also include jQuery and use the file upload directive
- Set
sanitizeas the default option on markdown parsing
Improved wording
The wording for drag and drop events has been slightly changed as requested
Minor release to remove debug message
Removal erroneous inclusion of a console log from previous release
File input rework
Changes to file input directive
Breaking changes
- Directive initialisation now takes a field name to keep it unique on a form
- File count limitation moved from directive initialisation to a max-files attribute
New functionality
- Now has a 'button' that can be used to open a dialog box
- Can filter file types
- Can restrict file sizes
Fixes
- Now updates form validity correctly
Date filter improvements
Date filter now supports passing in a date format when pretty date formatting not available
Boundary Filter
The boundary filter allows searching a list or list of objects to find the min or max value
Stabilisation release
Improvements to drag and drop file input feature
Drag and Drop
This bring a large new feature for managing file inputs via drag and drop
- Drag and Drop files into a target box and automatically upload (optional)
Also included are;
- Byte conversion formatting filter
- Pretty Date formatting filter
Flexible active navbar
Added ability to assign any class to show active selection as not all frameworks support 'active' class
Code highlighting
- Added support for code highlighting when highlight.js is available