1.22.4 (2025-12-25)
- default cache to false (0a72a74)
1.22.3 (2025-05-01)
1.22.2 (2025-04-30)
- added css-loader (278cf60)
- update query attributes (dca7463)
- updated cocreate modules versions (a710f90)
- webpack.config and devdependencies (23eb371)
1.22.1 (2025-04-11)
- dispatch end event on action element rather than document (c14b2f3)
- update observer observe param to type and and attributeName to attributeFilter (5545765)
1.22.0 (2025-01-18)
- geolocation intergration (4bc95fb)
1.21.0 (2024-12-14)
- dynamic theme handling (c2688f2)
1.20.0 (2024-11-04)
- observer taget has been renamed to selector (9f13f9d)
- pretier.config.js and file formating (77421cc)
- add prettier.config.js and format files (2cb51a6)
1.19.4 (2024-06-12)
1.19.3 (2024-04-29)
- bump cocreate dependencies (f6a4ebb)
1.19.2 (2024-04-28)
- organization bug (c3b5f22)
1.19.1 (2024-04-28)
- uncommented checkCache (7372303)
1.19.0 (2024-03-18)
- web share api using share, share-title, share-text, share-url (b760a1f)
1.18.2 (2024-02-05)
1.18.1 (2023-12-20)
- networkResponse conditions (4fb4439)
1.18.0 (2023-11-25)
- update licensing details (b1c0990)
- upgrade dependencies for latest features and fixes (14cf7e2)
1.17.0 (2023-11-25)
- upgrade dependencies for latest features and fixes (508794d)
1.16.0 (2023-11-19)
- init() (6b78a70)
- update dependecies for th latest features and bug fixes (7ab7547)
1.15.0 (2023-11-12)
- observe actions=install (d1f7aea)
1.14.0 (2023-11-09)
- debounce an array of files served from cache and send to client (4daa134)
1.13.7 (2023-11-03)
- update dependencies to the lates versions (09ae25a)
1.13.6 (2023-10-25)
- bump dependencies (ff9143d)
1.13.5 (2023-10-16)
- cache updated to default false (dedb940)
1.13.4 (2023-10-14)
- bump dependencies (bb26ab3)
1.13.3 (2023-10-09)
- bump dependencies (61ea540)
1.13.2 (2023-10-09)
- bump dependencies (a951eea)
1.13.1 (2023-10-09)
- bump cocreate dependency versions (b14de84)
1.13.0 (2023-10-09)
- check data.status and clientId to prevent duplicate request (3d2cff7)
- handle organization, and lastModified (d4c819b)
- remove cache.js has been relocated CoCreate-cache (224532a)
- removed deleteCache, deleteFile from export default (7710ef5)
- checkCache - check cache responses for last-modified and send.crud() read.object to see if the object has been modified. If crud returns objects add to cache. (8c0eba3)
- checkCache message event will dispatch client the returnedFromCache object containg all the cache responses during page load. {[url]: {organization, lastModified}} (60f179c)
- update cache using pathname and host (8fb604b)
1.12.0 (2023-09-19)
- Update CoCreate dependencies to their latest versions (b676878)
1.11.0 (2023-09-19)
- bump dependencies for there latest features (1881c46)
1.10.2 (2023-09-19)
- fileUl using pathname (b25f638)
1.10.1 (2023-09-18)
- Add path and pathname (1eaa09c)
- bug in cache (35229bc)
- set cache name (35fcedd)
- Update CoCreate depndencies to latest versions (42fca0a)
1.10.0 (2023-09-17)
- object.$filter (1e73390)
- cache updates dynaically using crud and sockert listener (17e1646)
1.9.2 (2023-09-07)
- add manifest.webmanifest to src/ (03f8793)
- add offline.html to src/ (2b55e6c)
- respondWith resolving prematurely with async await (1503a78)
1.9.1 (2023-08-21)
- bump dependencies (ba55e56)
1.9.0 (2023-08-21)
- Update cocreate dependencies for the latest features and bug fixes (31beb54)
1.8.1 (2023-08-21)
- /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js (0c6819b)
- replace cdn with /dist (1e03fce)
- update file uploader (d0382f8)
1.8.0 (2023-08-17)
- bump cocreate dependencies for the latest updates and features (87c3d81)
1.7.0 (2023-08-16)
- crud attributes renamed (8a10139)
- incorrect manifest link in test3.html (a210ccf)
- link path to manifest.webmanifest in offline.html (2209cbc)
- manifest.json renamed to manifest.webmanifest (778ac4e)
- replace -target -selector (8e41cfd)
- service worker path to use
service-worker.jsif not provided. (1369041) - webpack.config and package.json make use of mode=production instead of process.env (1ec00c5)
- add service-worker.js file and cache options using config or url encoded params. cache options: true, false, reload, prompt (54bf9c9)
- name attribute and variable renamed to key (7700476)
- readFile function if server storage status is false to query indexeddb for file and send to server using header file-content. Server will respond with file as the body. Also server will send storage status to service-worker and update the variable for future requests. (d03d392)
1.6.27 (2023-06-14)
1.6.26 (2023-06-11)
1.6.25 (2023-06-11)
1.6.24 (2023-06-11)
- testing workflow (2d89936)
1.6.23 (2023-06-11)
- testing workflow (86c34a3)
1.6.22 (2023-06-11)
1.6.21 (2023-06-11)
- testing workflow (265c289)
1.6.20 (2023-06-11)
1.6.19 (2023-06-11)
- postintall error (d0109ed)
1.6.18 (2023-06-11)
- @cocreate/cli moved to dependencies (647ed0b)
1.6.17 (2023-06-11)
1.6.16 (2023-06-11)
- renamed hosts to host. the value can be a string or an array of strings (4be62be)
1.6.15 (2023-06-10)
1.6.14 (2023-06-10)
1.6.13 (2023-06-04)
- Refactor CoCreate.config.js to remove hard-coded credentials (0b3bde9)
1.6.12 (2023-06-04)
- replaced secert GITHUB_TOKEN with GITHUB (c3f7512)
- Update dependencies versions for @cocreate libraries (369596f)
1.6.11 (2023-06-04)
- semantic-release: worklow error solved by running node version 14 (4df1cd5)
1.6.10 (2023-06-02)
- format demo html (bd13e86)
1.6.9 (2023-05-21)
1.6.8 (2023-05-19)
- apikey renamed to key (bfbd983)
- apikey renamed to key (9ffc209)
- 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. (d867a43)
1.6.7 (2023-05-06)
1.6.6 (2023-05-01)
- update manifest.json to manifest.webmanifest (7d87421)
1.6.5 (2023-05-01)
- replace fontawesome with svg (a4ec18a)
1.6.4 (2023-04-30)
- add screenshot to assets (e52804c)
- fullscreen target updated to fullscreen fullscreen-target (eb2376a)
- package-lock.json and pnpm-lock.yaml added to .gitignore (d627642)
- removed toogle fullscreen icons. now using css content (deabb66)
- update manifest and assets (a51bdf5)
1.6.3 (2023-04-24)
1.6.2 (2023-04-24)
1.6.1 (2023-04-24)
- removed uglifyjs-webpack-plugin (2f857b1)
1.6.0 (2023-04-24)
- added pwa manifest (cd8d06b)
1.5.6 (2023-04-11)
- bump dependencies (288eb6b)
1.5.5 (2023-04-11)
1.5.4 (2023-04-11)
- renamed domains to hosts (a909322)
1.5.3 (2023-03-30)
1.5.2 (2023-03-16)
- bump dependencies' (2c7d41f)
1.5.1 (2023-03-16)
- bump dependencies' (09ea5e3)
1.5.0 (2023-03-16)
- replaced get-value and set-value with a super charged version of CoCreate-events (2f9d9bf)
1.4.5 (2023-02-01)
- bump dependencies (817773a)
1.4.4 (2023-01-31)
- bump dependencies (cd1a225)
1.4.3 (2023-01-30)
- bump dependencies (963789b)
1.4.2 (2023-01-29)
- bump dependencies (2fe18d9)
1.4.1 (2023-01-29)
- bump dependencies (3eaf11e)
1.4.0 (2023-01-29)
- import @cocreate/local-storage (55b8cb7)
1.3.40 (2023-01-27)
- bump dependencies (71f3fdf)
1.3.39 (2023-01-13)
- bump dependencies (0869f0f)
1.3.38 (2023-01-10)
- bump dependencies (de62832)
1.3.37 (2023-01-09)
- bump dependnecies (3d6ae42)
1.3.36 (2023-01-06)
1.3.35 (2023-01-05)
1.3.34 (2023-01-01)
- docs sanbox overflow (c750dd8)
1.3.33 (2022-12-31)
- bump dependencies (b040dc0)
1.3.32 (2022-12-30)
- update config sources to use template braces with entry on src (dc5f648)
1.3.31 (2022-12-29)
- bump dependencies (9245ae5)
1.3.30 (2022-12-27)
- bump dependencies (09f4a91)
1.3.29 (2022-12-25)
1.3.28 (2022-12-23)
- bump dependnecies (e6cb5a1)
1.3.27 (2022-12-22)
- bump dependencies (941f8bb)
1.3.26 (2022-12-22)
- update demos and bump dependencies (0a4c3f7)
1.3.25 (2022-12-21)
- bump dependencies (847a917)
1.3.24 (2022-12-20)
- bump dependencies (8b13155)
1.3.23 (2022-12-15)
- add missing dev dependency style-loader (8cf9154)
1.3.22 (2022-12-13)
- removed un used devDependencies (516eb3f)
1.3.21 (2022-12-13)
- bump dependencies (78f2081)
1.3.20 (2022-12-12)
- bump dependencies (310d150)
1.3.19 (2022-12-11)
- bump dependencies (1443f23)
1.3.18 (2022-12-09)
- bump dependencies (09ca1a0)
1.3.17 (2022-12-08)
- bump dependencies (76eb3af)
1.3.16 (2022-12-07)
1.3.15 (2022-12-04)
- bump dependencies (da436da)
1.3.14 (2022-12-02)
- docs (6683428)
1.3.13 (2022-12-02)
- bump dependencies (d23155a)
1.3.12 (2022-11-28)
- bump dependencies (9f30080)
1.3.11 (2022-11-28)
- bump dependencies (5d30149)
1.3.10 (2022-11-27)
- bump dependencies (7eddcf8)
1.3.9 (2022-11-26)
- bump dependencies (afd75ba)
1.3.8 (2022-11-25)
- bump dependencies (3217d31)
1.3.7 (2022-11-24)
- bump depenedencies (57161ef)
1.3.6 (2022-11-23)
1.3.5 (2022-11-22)
1.3.4 (2022-11-21)
- @cocreate/docs bug fix (14ffe1d)
1.3.3 (2022-11-21)
- replaced document_id with document._id (820d527)
1.3.2 (2022-11-21)
1.3.1 (2022-11-21)
- bump d@cocreate ependencies (51d182a)
1.3.0 (2022-11-21)
- if cached return cache then request and store to get current version fto apply on next reload (49ef323)
1.2.7 (2022-10-02)
- minor bug fixes (23713fe)
1.2.6 (2022-10-02)
- bump @cocreate/hosting and @cocreate/socket-client (7f17e42)
1.2.5 (2022-10-01)
- bump dependencies (2fefaf2)
1.2.4 (2022-10-01)
- bump @cocreate dependencies (4be2eda)
- CoCreate.pwa global scope (86408f3)
- removed console.log (10a07ff)
1.2.3 (2022-09-30)
1.2.2 (2022-09-30)
1.2.1 (2022-09-30)
1.2.0 (2022-09-28)
- updates serviceWorker if online and if serviceWorker has changed. (cc74fb6)
1.1.1 (2022-09-16)
- missing main in package.json (a7de0c4)
1.1.0 (2022-09-16)
- dynamically cache files for offline support and keep them current when online (0ff4e22)
- add workflow, update to docs, readme (8daca41)
1.0.2 (2021-02-02)
- (test) (265f9d3)