You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [1.22.0](v1.21.16...v1.22.0) (2023-08-16)
### Bug Fixes
* cleaned code and removed unused functions ([7e99c1f](7e99c1f))
* crud attributes renamed ([97fc1fd](97fc1fd))
* removed commented functions ([b2295cd](b2295cd))
* replace -target -selector ([0c4185a](0c4185a))
* selector bug when element type is not present ([24802a2](24802a2))
* Trim special selectors before using them in the switch statement ([f1072f8](f1072f8))
* webpack.config and package.json make use of mode=production instead of process.env ([9380425](9380425))
### Features
* Add isObjectEmpty utility function ([b0932e1](b0932e1))
* name attribute and variable renamed to key ([48af4cd](48af4cd))
* New function for getting elements by attribute defined selector type ([7d27cb2](7d27cb2))
* Refactor query functions, add queryElements function ([261170b](261170b))
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([0dfab9c](0dfab9c))
* selector bug when element type is not present ([24802a2](https://github.com/CoCreate-app/CoCreate-utils/commit/24802a26b8bbfd04a0d7ba13ed05e488cfd5af3c))
11
+
* Trim special selectors before using them in the switch statement ([f1072f8](https://github.com/CoCreate-app/CoCreate-utils/commit/f1072f8673617dbeeff969bfccd64e7344150cbd))
12
+
* webpack.config and package.json make use of mode=production instead of process.env ([9380425](https://github.com/CoCreate-app/CoCreate-utils/commit/9380425129194dd4eb6f3ea3dad8a1427af6e44d))
13
+
14
+
15
+
### Features
16
+
17
+
* Add isObjectEmpty utility function ([b0932e1](https://github.com/CoCreate-app/CoCreate-utils/commit/b0932e1612b239c43dd250fe86039f0f72eebbca))
18
+
* name attribute and variable renamed to key ([48af4cd](https://github.com/CoCreate-app/CoCreate-utils/commit/48af4cd3d399d9e453f7fc5ec79ee38f8bf42116))
19
+
* New function for getting elements by attribute defined selector type ([7d27cb2](https://github.com/CoCreate-app/CoCreate-utils/commit/7d27cb2326e2da6005e245e2bd9a0c875cad1f83))
20
+
* Refactor query functions, add queryElements function ([261170b](https://github.com/CoCreate-app/CoCreate-utils/commit/261170b52ae17a0e3049be7de16c88d0c2fcc53e))
21
+
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([0dfab9c](https://github.com/CoCreate-app/CoCreate-utils/commit/0dfab9c33874d25136d1e3544db677eaf6b3f260))
0 commit comments