Skip to content

v1.25.0

Compare
Choose a tag to compare
@frankpagan frankpagan released this 16 Aug 23:13
· 128 commits to master since this release

1.25.0 (2023-08-16)

Bug Fixes

  • crud attributes renamed (c27a2ad)
  • Refactor render keys (358733b)
  • Refactor rendering logic and handling of undefined key (430eefb)
  • Remove commented-out code and unused function in src/index.js (4171181)
  • render-array and render-object attributes renamed to render (6a406e8)
  • replace -target -selector (f4f59e1)
  • updated actions callback data object (0f9a3fb)
  • webpack.config and package.json make use of mode=production instead of process.env (ec0d708)

Features

  • Add async/await to render function (986359d)
  • Add keyPath variable to the renderedNode objects, Add support for deleted nodes in render loop (996b239)
  • Add renderValue function to elements that have render selectors. (be6a32c)
  • Add support for rendering elements using different selectors (1dc9b4d)
  • Added .getData in init function (f3b256a)
  • Code changes for rendering and updating elements (f3ea184)
  • data stored in top element and generated using render-key etc rather then storing each rendered data in each element (93c1d3d)
  • name attribute and variable renamed to key (a96b9ee)
  • Remove unused import and refactor function call to queryElements in src/index.js (dd657d2)
  • removed render-object and render-array attributes, instead define attribute render and set the dotnotation key of the value you would like to render . (e68075a)
  • renamed CRUD attributes and params (eb85257)
  • update template_id to render-selector attribute. update filter attributes to filter selector-attributes (607edee)