Skip to content

Releases: ghiscoding/slickgrid-universal

Add Collection Watch

22 Dec 02:55
Compare
Choose a tag to compare

Add AutoComplete, SingleSelect & MultipleSelect Filters collection watch (if an item is pushed or removed from the collection, the filter will re-render its list).

Also fixed a few problems identified by Aurelia with ESM Module imports (converted all load dynamic plugins from require to regular imports).

see the changelog of each package below:

Officially used by Aurelia-Slickgrid

Small Breaking Change - renamed registerExternalServices to registerExternalResources

14 Dec 22:03
Compare
Choose a tag to compare

Fixed a few styling issues with Bootstrap 4 and also renamed registerExternalServices to registerExternalResources which is a small breaking change. The reason is that it can now takes a mix of Services and/or Components which the later is a new feature (we now load the SlickCompositeEditorComponent through it)

see the changelog of each package below:

Extract Composite Editor & Empty Warning Components into separate packages

10 Dec 21:20
Compare
Choose a tag to compare

Get it all working in Aurelia-Slickgrid

07 Dec 23:29
Compare
Choose a tag to compare

In this version we renamed the @slickgrid-universal/file-export to @slickgrid-universal/text-export to be more explicit and also resolve most of the issues to make it fully usable in Aurelia-Slickgrid. There was also new enhancement/feature on the Editors.LongText (textarea) to make it more customizable and more UX friendly.

See the changelog of each packages:

Start using it Aurelia-Slickgrid

02 Dec 22:14
Compare
Choose a tag to compare

This version should resolve most of the issues found while trying to use Slickgrid-Universal within Aurelia-Slickgrid. There's also a few fixes in the @slickgrid-universal/common, see the full list of changes by clicking on the links of each package below

See the changelog of each packages:

New Composite Editor Modal & Lots of fixes

20 Nov 22:06
Compare
Choose a tag to compare

This version brings a new Composite Editor modal to add/edit/massUpdate/updateSelection and also has lots of fixes since previous version. this version of Slickgrid-Universal should also be good to use by external libs like Angular-Slickgrid/Aurelia-Slickgrid

See the changelog of each packages:

First Official Release