Skip to content

Releases: sysen-limited/angular-toolbelt

Dependency updates

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 07 Nov 17:33

This includes a number of dependency updates

Changes

  • Minor fix for users that also include jQuery and use the file upload directive
  • Set sanitize as the default option on markdown parsing

Improved wording

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 13 Oct 15:03

The wording for drag and drop events has been slightly changed as requested

Minor release to remove debug message

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 28 Jul 13:48

Removal erroneous inclusion of a console log from previous release

File input rework

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 28 Jul 12:57

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

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 10 Jul 10:13

Date filter now supports passing in a date format when pretty date formatting not available

Boundary Filter

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 09 Jun 12:24

The boundary filter allows searching a list or list of objects to find the min or max value

Stabilisation release

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 02 Jun 11:28

Improvements to drag and drop file input feature

Drag and Drop

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 01 Jun 18:50

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

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 21 May 10:06

Added ability to assign any class to show active selection as not all frameworks support 'active' class

Code highlighting

Choose a tag to compare

@andrew-cunliffe andrew-cunliffe released this 30 Mar 16:09
  • Added support for code highlighting when highlight.js is available