@cocreate/organizations 1.1.47 → 1.1.51

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,31 @@
1
+ ## [1.1.51](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.50...v1.1.51) (2021-11-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([46431e9](https://github.com/CoCreate-app/CoCreate-organizations/commit/46431e9eedc5f0c3774885f6112874557ba042ee))
7
+
8
+ ## [1.1.50](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.49...v1.1.50) (2021-11-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([ce36590](https://github.com/CoCreate-app/CoCreate-organizations/commit/ce36590ce2baf62bfd6240be9b9a7d2d00cc4785))
14
+
15
+ ## [1.1.49](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.48...v1.1.49) (2021-11-20)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([f13ab5f](https://github.com/CoCreate-app/CoCreate-organizations/commit/f13ab5f28f2f16a08aadcb5e1ccc1f91cc7fbc5b))
21
+
22
+ ## [1.1.48](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.47...v1.1.48) (2021-11-19)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * remove serch-template class from fetch and filter inputs ([e82ac78](https://github.com/CoCreate-app/CoCreate-organizations/commit/e82ac78c020033d1584bf460f696871a939e0758))
28
+
1
29
  ## [1.1.47](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.46...v1.1.47) (2021-11-18)
2
30
 
3
31
 
package/demo/index.html CHANGED
@@ -72,7 +72,7 @@
72
72
 
73
73
  <!-- Industry select -->
74
74
  <cocreate-select class="sortable floating-label" collection="organizations" name="industry" placeholder="Industry" realtime="false" save="false">
75
- <input class="template-search" placeholder="Search" template_id="industries">
75
+ <input placeholder="Search" template_id="industries">
76
76
  <ul fetch-collection="industries"
77
77
  template_id="industries"
78
78
  class="options overflow:overlay">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.1.47",
3
+ "version": "1.1.51",
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",
@@ -61,9 +61,9 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/action": "^1.3.13",
65
- "@cocreate/crud-client": "^1.4.27",
66
- "@cocreate/docs": "^1.2.51",
67
- "@cocreate/elements": "^1.3.12"
64
+ "@cocreate/action": "^1.3.18",
65
+ "@cocreate/crud-client": "^1.4.34",
66
+ "@cocreate/docs": "^1.2.56",
67
+ "@cocreate/elements": "^1.4.2"
68
68
  }
69
69
  }