Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 54.78 KB
MD5: 85548b6a02117c610d312f8031d7600c
SHA-1: bd5dbdd8d0f1dbcb4729b29f7761ae0ee24f9443
SHA-256: a9e76325d7e0b086a96da36125b4f8b3c16cee3126b82f356644c020a402d0ad
Download zip 76.5 KB
MD5: a559d43d261d25c4bcd970c68a56ff81
SHA-1: d4853c19cc1a9d3198db55cbf7928c36ebbd824c
SHA-256: a918e0a565b43d9608780149bfd0608b9195da8b3355736e3bcdbaf6e5a6cba9

Release notes

All are potential breaking changes. aggrid_diff module should be disabled before upgrading to this alpha.

Some basic entity testing items were added, along with some separate new aggrid specific roles.

Issue Queue:

Issue #3028726 by mferanda: Need to add PHPUnit Tests
The potential break from this issue is the adding of new roles. I'm not really sure I should call it a breaking change since it just allows for some flexibility outside of only the administrator role for aggrid management. Of course, I only recommend high level users for aggrid config entity and aggrid settings access.

Issue #3051860 by mferanda: Move diff into module
After review, I decided there was no reason to keep this separate. The diff necessary pieces are moved into the main module and this is removed.

Issue #3050326 by mferanda: Remove percent items from parserTypes
I discovered some potential issues when using a percent as a parserType. However, while trying to fix the issue, I also realized this parserType is no longer needed. Basically, percent was added because I needed a decimal that provided a simple constraint from 0 to 100%. So... I'm removing it! If you're using this as a parserType, just switch over to dec and apply a constraint. (See documentation for constraint instructions)

Created by: mferanda
Created on: 12 May 2019 at 04:25 UTC
Last updated: 20 May 2019 at 07:13 UTC
New features

Other releases