@cocreate/organizations 1.1.46 → 1.1.50

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.50](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.49...v1.1.50) (2021-11-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([ce36590](https://github.com/CoCreate-app/CoCreate-organizations/commit/ce36590ce2baf62bfd6240be9b9a7d2d00cc4785))
7
+
8
+ ## [1.1.49](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.48...v1.1.49) (2021-11-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([f13ab5f](https://github.com/CoCreate-app/CoCreate-organizations/commit/f13ab5f28f2f16a08aadcb5e1ccc1f91cc7fbc5b))
14
+
15
+ ## [1.1.48](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.47...v1.1.48) (2021-11-19)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * remove serch-template class from fetch and filter inputs ([e82ac78](https://github.com/CoCreate-app/CoCreate-organizations/commit/e82ac78c020033d1584bf460f696871a939e0758))
21
+
22
+ ## [1.1.47](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.46...v1.1.47) (2021-11-18)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update dependencies ([b5bdf62](https://github.com/CoCreate-app/CoCreate-organizations/commit/b5bdf62dbca3715800cdbd7750f948d32bb739de))
28
+
1
29
  ## [1.1.46](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.45...v1.1.46) (2021-11-16)
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.46",
3
+ "version": "1.1.50",
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.12",
65
- "@cocreate/crud-client": "^1.4.25",
66
- "@cocreate/docs": "^1.2.50",
67
- "@cocreate/elements": "^1.3.10"
64
+ "@cocreate/action": "^1.3.17",
65
+ "@cocreate/crud-client": "^1.4.33",
66
+ "@cocreate/docs": "^1.2.55",
67
+ "@cocreate/elements": "^1.4.1"
68
68
  }
69
69
  }