@cocreate/organizations 1.5.4 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.5.5](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.5.4...v1.5.5) (2022-07-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update pass-fetch and pass-filter attributes ([0a7cbcb](https://github.com/CoCreate-app/CoCreate-organizations/commit/0a7cbcba3c8a2a56b4940085f8c287cdc6c3d6e9))
7
+
1
8
  ## [1.5.4](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.5.3...v1.5.4) (2022-06-18)
2
9
 
3
10
 
@@ -41,7 +41,7 @@
41
41
  <tbody
42
42
  fetch-collection="industries"
43
43
  fetch-name=""
44
- fetch-value=""
44
+ filter-value=""
45
45
  order-by="name"
46
46
  order-type="asc"
47
47
  template_id="datatable">
@@ -43,8 +43,8 @@
43
43
  <tbody
44
44
  fetch-collection="industry_documents"
45
45
  fetch-name=""
46
- fetch-value=""
47
- fetch-value_type="or"
46
+ filter-value=""
47
+ filter-value-type="or"
48
48
  fetch-count=""
49
49
  order-by="name"
50
50
  order-type="asc"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "A simple organizations component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "organizations",