Releases: hjalmers/angular-bootgrid
Releases · hjalmers/angular-bootgrid
v1.0.0-alpha.3
[1.0.0-alpha.3] - 2017-09-28
Fixed
- Bg-item class was not exported correctly.
v1.0.0-alpha.2
[1.0.0-alpha.2] - 2017-09-27
Breaking changes
- Bootgrid item properties have changed, e.g.
xshas been changed tosize,smtosmSize,xsOrdertoposition,smOrdertosmPositionetc. to conform with bootstrap droppingxsfrom names.sizeandpositionare used by default for all screen sizes unless something else is specified for a given breakpoint.
Fixed
- Dragula grid is destroyed when bootgrid is destroyed (see issue #5).
Grid uses next available position when sorting (see issue #7).(temporary disabled in favour for other feature)- Bootgrid item id generation.
Accept children when moving grid item (see issue #9).(temporary disabled in favour for other feature)
Added
- Added interface for bootgrid item.
- Ability to use fixed sizes using size rules.
v1.0.0-alpha.1
v1.0.0-alpha.0
[1.0.0-alpha.0] - 2017-01-30
initial version with support for custom order and item (column) size per screen size