Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.25.0](v1.24.32...v1.25.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([c27a2ad](c27a2ad)) * Refactor render keys ([358733b](358733b)) * Refactor rendering logic and handling of undefined key ([430eefb](430eefb)) * Remove commented-out code and unused function in src/index.js ([4171181](4171181)) * render-array and render-object attributes renamed to render ([6a406e8](6a406e8)) * replace -target -selector ([f4f59e1](f4f59e1)) * updated actions callback data object ([0f9a3fb](0f9a3fb)) * webpack.config and package.json make use of mode=production instead of process.env ([ec0d708](ec0d708)) ### Features * Add async/await to render function ([986359d](986359d)) * Add keyPath variable to the renderedNode objects, Add support for deleted nodes in render loop ([996b239](996b239)) * Add renderValue function to elements that have render selectors. ([be6a32c](be6a32c)) * Add support for rendering elements using different selectors ([1dc9b4d](1dc9b4d)) * Added `.getData` in `init` function ([f3b256a](f3b256a)) * Code changes for rendering and updating elements ([f3ea184](f3ea184)) * data stored in top element and generated using render-key etc rather then storing each rendered data in each element ([93c1d3d](93c1d3d)) * name attribute and variable renamed to key ([a96b9ee](a96b9ee)) * Remove unused import and refactor function call to queryElements in src/index.js ([dd657d2](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](e68075a)) * renamed CRUD attributes and params ([eb85257](eb85257)) * update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([607edee](607edee))
- Loading branch information