Author Topic: Upgrade to Pro Version 6.1.0  (Read 4920 times)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6307
    • View Profile
Upgrade to Pro Version 6.1.0
« on: May 16, 2019, 10:10:35 am »
Dear All

We are pleased to announce release of version 6.1.0

In addition to bug fixes, it introduces few important features:

1. Reactivity: It's the cornerstone of most mainstream frameworks like Angular, React and Vue

Two way standalone ( independent of any framework ) reactivity option has been added to pqgrid that helps to

   update view of grid with mutation of grid initialization options
   update grid initialization options with change in view of grid

That means reactivity benefit can be reaped not only be framework developers but also by non framework developers.

2. Npm packaging:

Changes are made in packaging of pqgrid to make it compatible with npm package format. It's available for download from npm as pqgrid package

Code: [Select]
npm i pqgrid

Changes are made in packaging of pqselect to make it compatible with npm package format. It's available for download from npm as pqselect package

Code: [Select]
npm i pqselect


3. Examples for integration with Angular

4. Examples for integration with React

5. Examples for integration with Vue

Best Regards
The ParamQuery Team
« Last Edit: May 16, 2019, 10:18:06 am by paramquery »