Skip to content

Latest commit

 

History

History
1962 lines (880 loc) · 81.9 KB

CHANGELOG.md

File metadata and controls

1962 lines (880 loc) · 81.9 KB

1.42.0 (2024-09-21)

Features

  • render-reverse attribute to trigger reverse rendering for chats , etc (f688f61)

1.41.5 (2024-08-24)

Bug Fixes

  • handling of array index (3a7cae6)

1.41.4 (2024-06-23)

Bug Fixes

1.41.3 (2024-06-23)

Bug Fixes

1.41.2 (2024-06-19)

Bug Fixes

  • create new object from data to perserve its values (a3496fc)
  • handle key='{}' object (37cc2aa)

1.41.1 (2024-06-12)

Bug Fixes

1.41.0 (2024-05-19)

Features

  • attribute render-type to define type of data being render (4083e6f)

1.40.4 (2024-04-29)

Bug Fixes

  • bump cocreate dependencies (6f0b4cf)

1.40.3 (2024-03-18)

Bug Fixes

  • handling of placeholder matching (b80be78)
  • if key and data[key] is an array (4478c11)
  • omit matches that do not match the if conditions (b589020)

1.40.2 (2024-02-13)

Bug Fixes

1.40.1 (2024-02-05)

Bug Fixes

1.40.0 (2024-01-30)

Features

  • render-limit to limit the anmount of items rendered (b8b4c0c)

1.39.0 (2024-01-18)

Features

  • filter-max to render a max amount (6ada8e5)

1.38.0 (2024-01-08)

Features

  • bumped CoCreate dependencies to their latest versions (2612826)

1.37.1 (2023-12-18)

Bug Fixes

  • if no template.clone use template.template.clone (ea678bf)

1.37.0 (2023-12-18)

Bug Fixes

Features

  • attribute name rendering converts string to attributes (30c6b25)

1.36.1 (2023-12-15)

Bug Fixes

1.36.0 (2023-11-25)

Bug Fixes

  • update licensing details (07ae1a1)

Features

  • upgrade dependencies for latest features and fixes (3c1ef85)

1.35.0 (2023-11-25)

Bug Fixes

  • pass attributes renamed to state (c3c96d7)
  • update nav, edit button and css path (5b6cad4)

Features

  • upgrade dependencies for latest features and fixes (18468c3)

1.34.0 (2023-11-22)

Features

  • improved placeholder support (165c450)

1.33.0 (2023-11-19)

Bug Fixes

  • use action.form and action.params (90f9428)

Features

  • update dependecies for th latest features and bug fixes (733e8cf)

1.32.0 (2023-11-16)

Bug Fixes

Features

  • filter.overwite boolean to force re render (273c71a)

1.31.0 (2023-11-12)

Bug Fixes

  • await renderTemplate (7680350)
  • bump dependencies for latest features (342de1f)

Features

1.30.1 (2023-11-09)

Bug Fixes

1.30.0 (2023-11-03)

Bug Fixes

  • favicon.ico path (e919043)
  • removed testing console.log (ec4140b)
  • update dependencies to the lates versions (0c6702a)
  • update method to use object.update etc (cfd4a65)

Features

  • render supports key and render attribute (c5b7317)

1.29.1 (2023-10-25)

Bug Fixes

1.29.0 (2023-10-22)

Bug Fixes

Features

  • ObjectId() returns an object containg the parts iof the _id along with a toString() function (7f35dd1)

1.28.7 (2023-10-19)

Bug Fixes

  • clears render element if index = 0 and crate and update not true (90e4946)
  • declartion of render functions using object spread (b3e3977)

1.28.6 (2023-10-17)

Bug Fixes

1.28.5 (2023-10-16)

Bug Fixes

  • render delete nodes (1921e57)
  • update and delete for loop data.type (cc5e4b5)

1.28.4 (2023-10-14)

Bug Fixes

  • bump dependencies (ac79266)
  • improved finding clones to update and delete (9bafc8b)
  • use tbody as new element to prevent lost of tr and td elements (88ca483)

1.28.3 (2023-10-09)

Bug Fixes

1.28.2 (2023-10-09)

Bug Fixes

1.28.1 (2023-10-09)

Bug Fixes

  • bump cocreate dependency versions (2ae7d18)

1.28.0 (2023-09-19)

Features

  • Update CoCreate dependencies to their latest versions (f7bcb92)

1.27.3 (2023-09-18)

Bug Fixes

  • Add path and pathname (35126d8)
  • Update dCoCreate dpendencies to latest versions (2090195)

1.27.2 (2023-09-17)

Bug Fixes

1.27.1 (2023-08-21)

Bug Fixes

1.27.0 (2023-08-21)

Features

  • Update cocreate dependencies for the latest features and bug fixes (1552ec3)

1.26.1 (2023-08-21)

Bug Fixes

1.26.0 (2023-08-17)

Features

  • bump cocreate dependencies for the latest updates and features (03f865d)

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)

1.24.32 (2023-06-14)

Bug Fixes

1.24.31 (2023-06-11)

Bug Fixes

1.24.30 (2023-06-11)

Bug Fixes

1.24.29 (2023-06-11)

Bug Fixes

1.24.28 (2023-06-11)

Bug Fixes

1.24.27 (2023-06-11)

Bug Fixes

1.24.26 (2023-06-11)

Bug Fixes

1.24.25 (2023-06-11)

Bug Fixes

1.24.24 (2023-06-11)

Bug Fixes

1.24.23 (2023-06-11)

Bug Fixes

  • @cocreate/cli moved to dependencies (699be1d)

1.24.22 (2023-06-11)

Bug Fixes

1.24.21 (2023-06-11)

Bug Fixes

  • renamed hosts to host. the value can be a string or an array of strings (d726bd3)

1.24.20 (2023-06-10)

Bug Fixes

1.24.19 (2023-06-10)

Bug Fixes

1.24.18 (2023-06-04)

Bug Fixes

  • Refactor CoCreate.config.js to remove hard-coded credentials (03754bd)

1.24.17 (2023-06-04)

Bug Fixes

1.24.16 (2023-06-04)

Bug Fixes

1.24.15 (2023-06-04)

Bug Fixes

  • semantic-release: worklow error solved by running node version 14 (359c880)

1.24.14 (2023-06-02)

Bug Fixes

1.24.13 (2023-05-21)

Bug Fixes

1.24.12 (2023-05-20)

Bug Fixes

  • updated dependencies to their latest versions (1fdc00f)

1.24.11 (2023-05-19)

Bug Fixes

  • update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. (dfc738c)

1.24.10 (2023-05-10)

Bug Fixes

1.24.9 (2023-05-06)

Bug Fixes

1.24.8 (2023-05-01)

Bug Fixes

1.24.7 (2023-05-01)

Bug Fixes

  • issue with two or more placeholders rendering (5db3937)

1.24.6 (2023-05-01)

Bug Fixes

  • update manifest.json to manifest.webmanifest (597cbc9)

1.24.5 (2023-05-01)

Bug Fixes

  • replace fontawesome with svg (07b4105)

1.24.4 (2023-04-30)

Bug Fixes

  • fullscreen target updated to fullscreen fullscreen-target (48c5567)
  • package-lock.json and pnpm-lock.yaml added to .gitignore (dc6b8ed)
  • removed toogle fullscreen icons. now using css content (16f818e)

1.24.3 (2023-04-24)

Bug Fixes

  • updated worrkflows to v3 and node version 16 (a8dae2a)
  • workflow node version updated 16 (a1d9fb8)

1.24.2 (2023-04-24)

Bug Fixes

1.24.1 (2023-04-24)

Bug Fixes

  • removed uglify.js from dev dependencies (cc4cfa7)

1.24.0 (2023-04-24)

Features

1.23.1 (2023-04-13)

Bug Fixes

  • replaced object.entries with Object.keys (99c4046)

1.23.0 (2023-04-13)

Features

  • render-key supports defing custom attribute by applying attribute name as a param in action. renderKey(customAttr) (71ec778)

1.22.8 (2023-04-11)

Bug Fixes

1.22.7 (2023-04-11)

Bug Fixes

1.22.6 (2023-04-11)

Bug Fixes

1.22.5 (2023-04-11)

Bug Fixes

1.22.4 (2023-03-30)

Bug Fixes

1.22.3 (2023-03-19)

Bug Fixes

1.22.2 (2023-03-16)

Bug Fixes

1.22.1 (2023-03-16)

Bug Fixes

1.22.0 (2023-03-16)

Features

  • replaced get-value and set-value with a super charged version of CoCreate-events (d8a040c)

1.21.8 (2023-03-15)

Bug Fixes

  • !updateData attrVaue set to undefined (44e339f)
  • supports empty string (3dc45a9)

1.21.7 (2023-02-01)

Bug Fixes

1.21.6 (2023-01-31)

Bug Fixes

1.21.5 (2023-01-30)

Bug Fixes

1.21.4 (2023-01-29)

Bug Fixes

1.21.3 (2023-01-29)

Bug Fixes

1.21.2 (2023-01-27)

Bug Fixes

1.21.1 (2023-01-13)

Bug Fixes

1.21.0 (2023-01-10)

Bug Fixes

Features

  • run cocreate.pass prior to rendering in dom (968b82b)

1.20.0 (2023-01-09)

Bug Fixes

  • bump dependnecies (0c049d8)
  • replaceValue send el for possible retrieval of data from parent templates (902391a)

Features

  • if key and value could not be found check in parent template (b275832)

1.19.2 (2023-01-06)

Bug Fixes

1.19.1 (2023-01-05)

Bug Fixes

1.19.0 (2023-01-02)

Features

  • class="template" template_id="id" replaced with template="id" (53b5abb)

1.18.1 (2023-01-01)

Bug Fixes

1.18.0 (2023-01-01)

Features

  • supports template="" to define template and id. replaces .template template_id (40c29e6)

1.17.14 (2022-12-31)

Bug Fixes

1.17.13 (2022-12-30)

Bug Fixes

  • update config sources to use template braces with entry on src (4f5f1e5)

1.17.12 (2022-12-29)

Bug Fixes

1.17.11 (2022-12-27)

Bug Fixes

1.17.10 (2022-12-25)

Bug Fixes

1.17.9 (2022-12-23)

Bug Fixes

1.17.8 (2022-12-22)

Bug Fixes

1.17.7 (2022-12-22)

Bug Fixes

  • update demos and bump dependencies (8cb31b2)

1.17.6 (2022-12-21)

Bug Fixes

1.17.5 (2022-12-20)

Bug Fixes

1.17.4 (2022-12-15)

Bug Fixes

  • add missing dev dependency style-loader (93e1502)

1.17.3 (2022-12-13)

Bug Fixes

  • removed un used devDependencies (2452a11)

1.17.2 (2022-12-13)

Bug Fixes

1.17.1 (2022-12-12)

Bug Fixes

  • bump dependencies (c4fa546)
  • if render-exclude null set empty string (d9c8a3e)

1.17.0 (2022-12-11)

Bug Fixes

Features

  • render-exclude to define keys to be excluded from rendering. depreciated dataOriginal (475b641)

1.16.21 (2022-12-09)

Bug Fixes

1.16.20 (2022-12-08)

Bug Fixes

1.16.19 (2022-12-08)

Bug Fixes

1.16.18 (2022-12-07)

Bug Fixes

1.16.17 (2022-12-04)

Bug Fixes

1.16.16 (2022-12-02)

Bug Fixes

1.16.15 (2022-12-02)

Bug Fixes

1.16.14 (2022-11-28)

Bug Fixes

1.16.13 (2022-11-28)

Bug Fixes

1.16.12 (2022-11-27)

Bug Fixes

1.16.11 (2022-11-26)

Bug Fixes

1.16.10 (2022-11-25)

Bug Fixes

1.16.9 (2022-11-24)

Bug Fixes

1.16.8 (2022-11-23)

Bug Fixes

1.16.7 (2022-11-22)

Bug Fixes

  • apply src: {{source}} to CoCreate.config (2973fbc)
  • workflow docs (f243c21)

1.16.6 (2022-11-21)

Bug Fixes

1.16.5 (2022-11-21)

Bug Fixes

  • replaced document_id with document._id (a8577fd)

1.16.4 (2022-11-21)

Bug Fixes

1.16.3 (2022-11-21)

Bug Fixes

1.16.2 (2022-11-21)

Bug Fixes

  • bump d@cocreate ependencies (01decf7)

1.16.1 (2022-11-21)

Bug Fixes

  • data.document._id (b416a9c)
  • improved handling of data structure, added @cocreate/element-prototype (e458cfc)
  • renamed {{data.key}} to {{document.key}} (f108b83)

1.16.0 (2022-10-03)

Features

  • render Array will convert an object to array (85bc9bd)

1.15.11 (2022-10-02)

Bug Fixes

1.15.10 (2022-10-02)

Bug Fixes

1.15.9 (2022-10-02)

Bug Fixes

  • bump @cocreate/hosting and @cocreate/socket-client (594bd41)

1.15.8 (2022-10-01)

Bug Fixes

1.15.7 (2022-10-01)

Bug Fixes

1.15.6 (2022-10-01)

Bug Fixes

1.15.5 (2022-09-30)

Bug Fixes

1.15.4 (2022-09-30)

Bug Fixes

1.15.3 (2022-09-30)

Bug Fixes

1.15.2 (2022-09-30)

Bug Fixes

1.15.1 (2022-09-30)

Bug Fixes

1.15.0 (2022-09-22)

Bug Fixes

  • get data from an array or object. (402102c)

Features

  • render changes of keys and there values (7b016e9)

1.14.1 (2022-09-01)

Bug Fixes

1.14.0 (2022-08-31)

Bug Fixes

  • document_id was not inserting on some of the nested elements (0ef42c7)

Features

  • render collection and document_id with and without a renderKey (1f80cf3)

1.13.0 (2022-08-23)

Features

  • add a map containing rendered keys to templates, if key not rendered clone template and render key (0fd8cfd)

1.12.3 (2022-08-19)

Bug Fixes

  • add css file for class template display none (4cfa7ee)

1.12.2 (2022-08-01)

Bug Fixes

  • renderKey action does not work with renderMap. added isRenderKey to skip renderMap as temp solution (7e90de8)

1.12.1 (2022-07-31)

Bug Fixes

  • moved the of loop that adds dataOriginal to inside if elements (a1db516)

1.12.0 (2022-07-29)

Bug Fixes

  • replace attribute value if new and old value are not equal (3dc25d8)

Features

  • if oldValues same as new value will not update text, html or attributes (9cfe3f0)

1.11.0 (2022-07-25)

Bug Fixes

  • if templateId setAttribute (41e30b3)

Features

  • getValueFromObject supports deeply nested array and objects (db7fefd)
  • observe new elements with atrribute render, if elements detected replace placholders with values (90d7d98)

1.10.0 (2022-07-14)

Features

  • renderMap function to apply map containing placeholder to node object in order to render new values (7afffa0)

1.9.2 (2022-07-10)

Bug Fixes

  • use dataOriginal if path includes collection (e6b9288)

1.9.1 (2022-07-08)

Bug Fixes

  • remove test console.log (e70647f)
  • store original data while rendering to have access to root fields eg. collection (c769747)

1.9.0 (2022-07-03)

Features

  • added @cocreate/utils queryDocumentSelector to return an element from ann irframe or parent of iframe (b9bb90f)
  • support for value-type attribute to define if render will be a string, text, innerHTML. Defaults to innerHTML (a14fcc2)

1.8.4 (2022-06-19)

Bug Fixes

  • update templates to use placeholder (9299cce)

1.8.3 (2022-06-18)

Bug Fixes

1.8.2 (2022-06-12)

Bug Fixes

1.8.1 (2022-05-23)

Bug Fixes

1.8.0 (2022-05-20)

Features

  • abiltiy to replace placeholder with Elements or textNodes (64b5b37)

1.7.1 (2022-05-17)

Bug Fixes

  • update document_id on link index.css (fd54799)

1.7.0 (2022-05-14)

Features

  • function readDocumentList has been renamed to readDocuments (4ed6777)

1.6.2 (2022-05-06)

Bug Fixes

  • update config organization_Id to organization_id (a847750)

1.6.1 (2022-05-03)

Bug Fixes

  • iterate through childNodes and replace textContent of textNodes (df1012a)

1.6.0 (2022-04-15)

Bug Fixes

  • if array use template if object render as string. removed [] (fa6abd5)
  • isRenderArray (7367578)

Features

  • attribute render-object to treat an object as an array and render the object key name (3b61640)
  • supports rendering objects as key and value. If value is an object convert to string for rendering (a4985b0)

1.5.9 (2022-02-24)

Bug Fixes

  • CoCreate.config replace CoCreate.app with * (5a277b7)

1.5.8 (2022-02-16)

Bug Fixes

1.5.7 (2022-02-16)

Bug Fixes

1.5.6 (2022-02-10)

Bug Fixes

1.5.5 (2022-02-07)

Bug Fixes

  • bump dependency versions (43a6901)

1.5.4 (2022-02-03)

Bug Fixes

1.5.3 (2022-02-03)

Bug Fixes

  • replaced show and hide class hidden with attribute hidden (15448e8)

1.5.2 (2022-02-01)

Bug Fixes

  • update dependency versions (f8026f4)

1.5.1 (2022-01-16)

Bug Fixes

  • removeElement relocated to its owwn coomponent @cocreate/remove (0ddf532)

1.5.0 (2022-01-02)

Features

  • removeElement now supports remove-target, remove-closest (154d637)

1.4.2 (2022-01-01)

Bug Fixes

  • get-value attribute value now supports a selector added # to all values currently in get-value attributes (75f7a90)

1.4.1 (2022-01-01)

Bug Fixes

  • removed data- from attributes (62e95f9)

1.4.0 (2021-12-31)

Features

  • added renderKey function (dbe7190)

1.3.25 (2021-12-15)

Bug Fixes

1.3.24 (2021-12-14)

Bug Fixes

1.3.23 (2021-11-27)

Bug Fixes

1.3.22 (2021-11-27)

Bug Fixes

1.3.21 (2021-11-27)

Bug Fixes

1.3.20 (2021-11-27)

Bug Fixes

  • update docs api and cocreateJS script (4be5bab)

1.3.19 (2021-11-26)

Bug Fixes

  • docs sidenav width (9d92d7c)
  • updated action dependency to actions (e82967f)

1.3.18 (2021-11-23)

Bug Fixes

1.3.17 (2021-11-20)

Bug Fixes

1.3.16 (2021-11-19)

Bug Fixes

  • if element has class template cloneEl then insert values (7556035)

1.3.15 (2021-11-18)

Bug Fixes

1.3.14 (2021-11-16)

Bug Fixes

1.3.13 (2021-11-15)

Bug Fixes

1.3.12 (2021-11-11)

Bug Fixes

1.3.11 (2021-11-06)

Bug Fixes

1.3.10 (2021-11-04)

Bug Fixes

1.3.9 (2021-11-04)

Bug Fixes

1.3.8 (2021-11-03)

Bug Fixes

1.3.7 (2021-11-01)

Bug Fixes

  • update package dependencies (d45798a)

1.3.6 (2021-10-29)

Bug Fixes

1.3.5 (2021-10-17)

Bug Fixes

1.3.4 (2021-10-16)

Bug Fixes

  • update socket package to fix bug in docs (dfb51a7)

1.3.3 (2021-10-15)

Bug Fixes

1.3.2 (2021-10-15)

Bug Fixes

1.3.1 (2021-10-15)

Bug Fixes

1.3.0 (2021-10-13)

Features

  • action to remove element(cloned template) (8b0fd1b)

1.2.2 (2021-10-13)

Bug Fixes

1.2.1 (2021-10-13)

Bug Fixes

1.2.0 (2021-10-12)

Features

  • improved support for object or array and html template structure (ec24735)

1.1.25 (2021-10-06)

Bug Fixes

1.1.24 (2021-10-05)

Bug Fixes

  • update dependencies (7f14d72)
  • website_id in CoCreate.config (2d166c0)

1.1.23 (2021-10-04)

Bug Fixes

1.1.22 (2021-10-04)

Bug Fixes

1.1.21 (2021-10-01)

Bug Fixes

1.1.20 (2021-10-01)

Bug Fixes

1.1.19 (2021-09-28)

Bug Fixes

1.1.18 (2021-09-16)

Bug Fixes

1.1.17 (2021-09-14)

Bug Fixes

  • add cocreate.app to domains (0485f60)

1.1.16 (2021-09-13)

Bug Fixes

1.1.15 (2021-09-12)

Bug Fixes

  • update sidenav to use resize and toggle (cadd032)

1.1.14 (2021-09-09)

Bug Fixes

  • update dependency @cocreate/docs (f12d83c)

1.1.13 (2021-09-09)

Bug Fixes

1.1.12 (2021-09-09)

Bug Fixes

1.1.11 (2021-09-09)

Bug Fixes

  • CoCreate.config directory, path, name and public (b50d47a)

1.1.10 (2021-09-08)

Bug Fixes

1.1.9 (2021-09-04)

Bug Fixes

1.1.8 (2021-08-31)

Bug Fixes

1.1.7 (2021-08-27)

Bug Fixes

1.1.6 (2021-08-23)

Bug Fixes

  • update package versions (91e8a8b)

1.1.5 (2021-08-22)

Bug Fixes

  • removed data- from main-content, clone, filter-value_type (6b81fb5)

1.1.4 (2021-08-22)

Bug Fixes

1.1.3 (2021-08-22)

Bug Fixes

1.1.2 (2021-08-02)

Bug Fixes

  • remove data- from attributes (011b51e)
  • update data-fullscreen to fullscreen (61f887b)

1.1.1 (2021-07-28)

Bug Fixes

  • remove data- from fetch, pass and filter (5889937)

1.1.0 (2021-07-28)

Features

  • add new is{attribute} system and remove data- from attributtes (de17169)

1.0.17 (2021-07-17)

Bug Fixes

1.0.16 (2021-07-14)

Bug Fixes

1.0.15 (2021-07-13)

Bug Fixes

  • add yarn lockfile to git ignore (156492c)
  • remove yarn.lock (f39a86a)

1.0.14 (2021-07-10)

Bug Fixes

1.0.13 (2021-07-07)

Bug Fixes

  • update package versions (6e68817)

1.0.12 (2021-06-30)

Bug Fixes

1.0.11 (2021-06-30)

Bug Fixes

  • automated and manual workflows (4b4548e)

1.0.10 (2021-06-25)

Bug Fixes

  • latest version numbers applied to all cocreate packages (fb4f59d)

1.0.9 (2021-06-24)

Bug Fixes

  • package versioningto 1.0.0 (cc7a501)

1.0.8 (2021-06-24)

Bug Fixes

1.0.7 (2021-06-16)

Bug Fixes

1.0.6 (2021-05-21)

Bug Fixes

1.0.5 (2021-05-08)

Bug Fixes

  • add css auto parse and save to docs. (997ffc0)

1.0.4 (2021-04-27)

Bug Fixes

  • Update to readme, demo, added cdn scripts (bb69220)

1.0.3 (2021-04-23)

Bug Fixes

  • readme and documentation. Removed securitykeys (95c86b2)

1.0.2 (2021-04-19)

Bug Fixes

  • ci and build process (372e528)
  • npm publish and cdn deployment (307eb87)

1.0.1 (2021-03-29)

Bug Fixes

1.0.0 (2021-03-26)

Features