filestack-js 3.40.0-beta.0 → 3.40.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.
Files changed (521) hide show
  1. package/CHANGELOG.md +1543 -0
  2. package/LICENSE +0 -0
  3. package/README.md +0 -0
  4. package/build/browser/filestack.esm.js +1 -1
  5. package/build/browser/filestack.esm.js.LICENSE.txt +0 -0
  6. package/build/browser/filestack.esm.js.map +1 -1
  7. package/build/browser/filestack.min.js +1 -1
  8. package/build/browser/filestack.min.js.LICENSE.txt +0 -0
  9. package/build/browser/filestack.min.js.map +1 -1
  10. package/build/browser/filestack.umd.js +1 -1
  11. package/build/browser/filestack.umd.js.LICENSE.txt +0 -0
  12. package/build/browser/filestack.umd.js.map +1 -1
  13. package/build/browser/manifest.json +2 -2
  14. package/build/main/config.d.ts +0 -0
  15. package/build/main/config.js +2 -2
  16. package/build/main/filestack_error.d.ts +0 -0
  17. package/build/main/filestack_error.js +0 -0
  18. package/build/main/filestack_error.spec.d.ts +0 -0
  19. package/build/main/filestack_error.spec.js +0 -0
  20. package/build/main/index.d.ts +1 -1
  21. package/build/main/index.js +2 -2
  22. package/build/main/jest_browser_setup.d.ts +0 -0
  23. package/build/main/jest_browser_setup.js +0 -0
  24. package/build/main/lib/api/cloud.d.ts +0 -0
  25. package/build/main/lib/api/cloud.js +0 -0
  26. package/build/main/lib/api/cloud.spec.browser.d.ts +0 -0
  27. package/build/main/lib/api/cloud.spec.browser.js +0 -0
  28. package/build/main/lib/api/file.d.ts +0 -0
  29. package/build/main/lib/api/file.js +0 -0
  30. package/build/main/lib/api/file.spec.d.ts +0 -0
  31. package/build/main/lib/api/file.spec.js +0 -0
  32. package/build/main/lib/api/prefetch.d.ts +0 -0
  33. package/build/main/lib/api/prefetch.js +0 -0
  34. package/build/main/lib/api/prefetch.spec.browser.d.ts +0 -0
  35. package/build/main/lib/api/prefetch.spec.browser.js +0 -0
  36. package/build/main/lib/api/preview.d.ts +0 -0
  37. package/build/main/lib/api/preview.js +0 -0
  38. package/build/main/lib/api/preview.spec.browser.d.ts +0 -0
  39. package/build/main/lib/api/preview.spec.browser.js +0 -0
  40. package/build/main/lib/api/security.browser.d.ts +0 -0
  41. package/build/main/lib/api/security.browser.js +0 -0
  42. package/build/main/lib/api/security.d.ts +0 -0
  43. package/build/main/lib/api/security.js +0 -0
  44. package/build/main/lib/api/security.node.d.ts +0 -0
  45. package/build/main/lib/api/security.node.js +0 -0
  46. package/build/main/lib/api/security.spec.browser.d.ts +0 -0
  47. package/build/main/lib/api/security.spec.browser.js +0 -0
  48. package/build/main/lib/api/security.spec.node.d.ts +0 -0
  49. package/build/main/lib/api/security.spec.node.js +0 -0
  50. package/build/main/lib/api/store.d.ts +0 -0
  51. package/build/main/lib/api/store.js +0 -0
  52. package/build/main/lib/api/store.spec.d.ts +0 -0
  53. package/build/main/lib/api/store.spec.js +0 -0
  54. package/build/main/lib/api/transform.d.ts +0 -0
  55. package/build/main/lib/api/transform.js +0 -0
  56. package/build/main/lib/api/transform.spec.d.ts +0 -0
  57. package/build/main/lib/api/transform.spec.js +0 -0
  58. package/build/main/lib/api/upload/file.d.ts +0 -0
  59. package/build/main/lib/api/upload/file.js +0 -0
  60. package/build/main/lib/api/upload/file.spec.d.ts +0 -0
  61. package/build/main/lib/api/upload/file.spec.js +0 -0
  62. package/build/main/lib/api/upload/file_tools.browser.d.ts +0 -0
  63. package/build/main/lib/api/upload/file_tools.browser.js +0 -0
  64. package/build/main/lib/api/upload/file_tools.d.ts +0 -0
  65. package/build/main/lib/api/upload/file_tools.js +0 -0
  66. package/build/main/lib/api/upload/file_tools.node.d.ts +0 -0
  67. package/build/main/lib/api/upload/file_tools.node.js +0 -0
  68. package/build/main/lib/api/upload/file_tools.spec.browser.d.ts +0 -0
  69. package/build/main/lib/api/upload/file_tools.spec.browser.js +0 -0
  70. package/build/main/lib/api/upload/file_tools.spec.node.d.ts +0 -0
  71. package/build/main/lib/api/upload/file_tools.spec.node.js +0 -0
  72. package/build/main/lib/api/upload/index.d.ts +0 -0
  73. package/build/main/lib/api/upload/index.js +0 -0
  74. package/build/main/lib/api/upload/types.d.ts +0 -0
  75. package/build/main/lib/api/upload/types.js +0 -0
  76. package/build/main/lib/api/upload/upload.d.ts +0 -0
  77. package/build/main/lib/api/upload/upload.js +0 -0
  78. package/build/main/lib/api/upload/upload.spec.d.ts +0 -0
  79. package/build/main/lib/api/upload/upload.spec.js +0 -0
  80. package/build/main/lib/api/upload/uploaders/abstract.d.ts +0 -0
  81. package/build/main/lib/api/upload/uploaders/abstract.js +0 -0
  82. package/build/main/lib/api/upload/uploaders/s3.d.ts +0 -0
  83. package/build/main/lib/api/upload/uploaders/s3.js +0 -0
  84. package/build/main/lib/api/upload/uploaders/s3.spec.d.ts +0 -0
  85. package/build/main/lib/api/upload/uploaders/s3.spec.js +0 -0
  86. package/build/main/lib/client.d.ts +0 -0
  87. package/build/main/lib/client.js +0 -0
  88. package/build/main/lib/client.spec.d.ts +0 -0
  89. package/build/main/lib/client.spec.js +0 -0
  90. package/build/main/lib/filelink.d.ts +0 -0
  91. package/build/main/lib/filelink.js +0 -0
  92. package/build/main/lib/filelink.spec.d.ts +0 -0
  93. package/build/main/lib/filelink.spec.js +0 -0
  94. package/build/main/lib/picker.d.ts +0 -0
  95. package/build/main/lib/picker.js +0 -0
  96. package/build/main/lib/picker.spec.d.ts +0 -0
  97. package/build/main/lib/picker.spec.js +0 -0
  98. package/build/main/lib/request/adapters/adapters.abstractspec.d.ts +0 -0
  99. package/build/main/lib/request/adapters/adapters.abstractspec.js +0 -0
  100. package/build/main/lib/request/adapters/http.d.ts +0 -0
  101. package/build/main/lib/request/adapters/http.js +0 -0
  102. package/build/main/lib/request/adapters/http.spec.node.d.ts +0 -0
  103. package/build/main/lib/request/adapters/http.spec.node.js +0 -0
  104. package/build/main/lib/request/adapters/index.d.ts +0 -0
  105. package/build/main/lib/request/adapters/index.js +0 -0
  106. package/build/main/lib/request/adapters/interface.d.ts +0 -0
  107. package/build/main/lib/request/adapters/interface.js +0 -0
  108. package/build/main/lib/request/adapters/xhr.d.ts +0 -0
  109. package/build/main/lib/request/adapters/xhr.js +0 -0
  110. package/build/main/lib/request/adapters/xhr.spec.browser.d.ts +0 -0
  111. package/build/main/lib/request/adapters/xhr.spec.browser.js +0 -0
  112. package/build/main/lib/request/dispatch.d.ts +0 -0
  113. package/build/main/lib/request/dispatch.js +0 -0
  114. package/build/main/lib/request/dispatch.spec.d.ts +0 -0
  115. package/build/main/lib/request/dispatch.spec.js +0 -0
  116. package/build/main/lib/request/error.d.ts +0 -0
  117. package/build/main/lib/request/error.js +0 -0
  118. package/build/main/lib/request/error.spec.d.ts +0 -0
  119. package/build/main/lib/request/error.spec.js +0 -0
  120. package/build/main/lib/request/helpers/cookies.d.ts +0 -0
  121. package/build/main/lib/request/helpers/cookies.js +0 -0
  122. package/build/main/lib/request/helpers/cookies.spec.browser.d.ts +0 -0
  123. package/build/main/lib/request/helpers/cookies.spec.browser.js +0 -0
  124. package/build/main/lib/request/helpers/data.d.ts +0 -0
  125. package/build/main/lib/request/helpers/data.js +0 -0
  126. package/build/main/lib/request/helpers/data.spec.d.ts +0 -0
  127. package/build/main/lib/request/helpers/data.spec.js +0 -0
  128. package/build/main/lib/request/helpers/headers.d.ts +0 -0
  129. package/build/main/lib/request/helpers/headers.js +0 -0
  130. package/build/main/lib/request/helpers/headers.spec.browser.d.ts +0 -0
  131. package/build/main/lib/request/helpers/headers.spec.browser.js +0 -0
  132. package/build/main/lib/request/helpers/index.d.ts +0 -0
  133. package/build/main/lib/request/helpers/index.js +0 -0
  134. package/build/main/lib/request/helpers/shouldRetry.d.ts +0 -0
  135. package/build/main/lib/request/helpers/shouldRetry.js +0 -0
  136. package/build/main/lib/request/helpers/shouldRetry.spec.d.ts +0 -0
  137. package/build/main/lib/request/helpers/shouldRetry.spec.js +0 -0
  138. package/build/main/lib/request/helpers/url.d.ts +0 -0
  139. package/build/main/lib/request/helpers/url.js +0 -0
  140. package/build/main/lib/request/helpers/url.spec.browser.d.ts +0 -0
  141. package/build/main/lib/request/helpers/url.spec.browser.js +0 -0
  142. package/build/main/lib/request/index.d.ts +0 -0
  143. package/build/main/lib/request/index.js +0 -0
  144. package/build/main/lib/request/request.d.ts +0 -0
  145. package/build/main/lib/request/request.js +0 -0
  146. package/build/main/lib/request/request.spec.browser.d.ts +0 -0
  147. package/build/main/lib/request/request.spec.browser.js +0 -0
  148. package/build/main/lib/request/request.spec.d.ts +0 -0
  149. package/build/main/lib/request/request.spec.js +0 -0
  150. package/build/main/lib/request/request_adapter.browser.d.ts +0 -0
  151. package/build/main/lib/request/request_adapter.browser.js +0 -0
  152. package/build/main/lib/request/request_adapter.node.d.ts +0 -0
  153. package/build/main/lib/request/request_adapter.node.js +0 -0
  154. package/build/main/lib/request/token.d.ts +0 -0
  155. package/build/main/lib/request/token.js +0 -0
  156. package/build/main/lib/request/token.spec.d.ts +0 -0
  157. package/build/main/lib/request/token.spec.js +0 -0
  158. package/build/main/lib/request/types.d.ts +0 -0
  159. package/build/main/lib/request/types.js +0 -0
  160. package/build/main/lib/request/utils.browser.d.ts +0 -0
  161. package/build/main/lib/request/utils.browser.js +0 -0
  162. package/build/main/lib/request/utils.d.ts +0 -0
  163. package/build/main/lib/request/utils.js +0 -0
  164. package/build/main/lib/request/utils.node.d.ts +0 -0
  165. package/build/main/lib/request/utils.node.js +0 -0
  166. package/build/main/lib/request/utils.spec.browser.d.ts +0 -0
  167. package/build/main/lib/request/utils.spec.browser.js +0 -0
  168. package/build/main/lib/request/utils.spec.d.ts +0 -0
  169. package/build/main/lib/request/utils.spec.js +0 -0
  170. package/build/main/lib/utils/extensions.d.ts +0 -0
  171. package/build/main/lib/utils/extensions.js +0 -0
  172. package/build/main/lib/utils/index.browser.d.ts +0 -0
  173. package/build/main/lib/utils/index.browser.js +1 -1
  174. package/build/main/lib/utils/index.d.ts +0 -0
  175. package/build/main/lib/utils/index.js +0 -0
  176. package/build/main/lib/utils/index.node.d.ts +0 -0
  177. package/build/main/lib/utils/index.node.js +1 -1
  178. package/build/main/lib/utils/index.spec.browser.d.ts +0 -0
  179. package/build/main/lib/utils/index.spec.browser.js +1 -1
  180. package/build/main/lib/utils/index.spec.d.ts +0 -0
  181. package/build/main/lib/utils/index.spec.js +0 -0
  182. package/build/main/lib/utils/index.spec.node.d.ts +0 -0
  183. package/build/main/lib/utils/index.spec.node.js +0 -0
  184. package/build/main/lib/utils/store.browser.d.ts +0 -0
  185. package/build/main/lib/utils/store.browser.js +0 -0
  186. package/build/main/lib/utils/store.d.ts +0 -0
  187. package/build/main/lib/utils/store.js +0 -0
  188. package/build/main/lib/utils/store.node.d.ts +0 -0
  189. package/build/main/lib/utils/store.node.js +0 -0
  190. package/build/main/schema/definitions.schema.d.ts +0 -0
  191. package/build/main/schema/definitions.schema.js +0 -0
  192. package/build/main/schema/index.d.ts +0 -0
  193. package/build/main/schema/index.js +0 -0
  194. package/build/main/schema/metadata.schema.d.ts +0 -0
  195. package/build/main/schema/metadata.schema.js +0 -0
  196. package/build/main/schema/picker.schema.d.ts +0 -0
  197. package/build/main/schema/picker.schema.js +0 -0
  198. package/build/main/schema/picker.schema.spec.browser.d.ts +0 -0
  199. package/build/main/schema/picker.schema.spec.browser.js +0 -0
  200. package/build/main/schema/preview.schema.d.ts +0 -0
  201. package/build/main/schema/preview.schema.js +0 -0
  202. package/build/main/schema/retrieve.schema.d.ts +0 -0
  203. package/build/main/schema/retrieve.schema.js +0 -0
  204. package/build/main/schema/security.schema.d.ts +0 -0
  205. package/build/main/schema/security.schema.js +0 -0
  206. package/build/main/schema/store.schema.d.ts +0 -0
  207. package/build/main/schema/store.schema.js +0 -0
  208. package/build/main/schema/transforms.schema.d.ts +0 -0
  209. package/build/main/schema/transforms.schema.js +0 -0
  210. package/build/main/schema/transforms.schema.spec.d.ts +0 -0
  211. package/build/main/schema/transforms.schema.spec.js +0 -0
  212. package/build/main/schema/upload.schema.d.ts +0 -0
  213. package/build/main/schema/upload.schema.js +0 -0
  214. package/build/main/schema/validator.d.ts +0 -0
  215. package/build/main/schema/validator.js +0 -0
  216. package/build/module/config.d.ts +0 -0
  217. package/build/module/config.js +2 -2
  218. package/build/module/filestack_error.d.ts +0 -0
  219. package/build/module/filestack_error.js +0 -0
  220. package/build/module/filestack_error.spec.d.ts +0 -0
  221. package/build/module/filestack_error.spec.js +0 -0
  222. package/build/module/index.d.ts +1 -1
  223. package/build/module/index.js +2 -2
  224. package/build/module/jest_browser_setup.d.ts +0 -0
  225. package/build/module/jest_browser_setup.js +0 -0
  226. package/build/module/lib/api/cloud.d.ts +0 -0
  227. package/build/module/lib/api/cloud.js +0 -0
  228. package/build/module/lib/api/cloud.spec.browser.d.ts +0 -0
  229. package/build/module/lib/api/cloud.spec.browser.js +0 -0
  230. package/build/module/lib/api/file.d.ts +0 -0
  231. package/build/module/lib/api/file.js +0 -0
  232. package/build/module/lib/api/file.spec.d.ts +0 -0
  233. package/build/module/lib/api/file.spec.js +0 -0
  234. package/build/module/lib/api/prefetch.d.ts +0 -0
  235. package/build/module/lib/api/prefetch.js +0 -0
  236. package/build/module/lib/api/prefetch.spec.browser.d.ts +0 -0
  237. package/build/module/lib/api/prefetch.spec.browser.js +0 -0
  238. package/build/module/lib/api/preview.d.ts +0 -0
  239. package/build/module/lib/api/preview.js +0 -0
  240. package/build/module/lib/api/preview.spec.browser.d.ts +0 -0
  241. package/build/module/lib/api/preview.spec.browser.js +0 -0
  242. package/build/module/lib/api/security.browser.d.ts +0 -0
  243. package/build/module/lib/api/security.browser.js +0 -0
  244. package/build/module/lib/api/security.d.ts +0 -0
  245. package/build/module/lib/api/security.js +0 -0
  246. package/build/module/lib/api/security.node.d.ts +0 -0
  247. package/build/module/lib/api/security.node.js +0 -0
  248. package/build/module/lib/api/security.spec.browser.d.ts +0 -0
  249. package/build/module/lib/api/security.spec.browser.js +0 -0
  250. package/build/module/lib/api/security.spec.node.d.ts +0 -0
  251. package/build/module/lib/api/security.spec.node.js +0 -0
  252. package/build/module/lib/api/store.d.ts +0 -0
  253. package/build/module/lib/api/store.js +0 -0
  254. package/build/module/lib/api/store.spec.d.ts +0 -0
  255. package/build/module/lib/api/store.spec.js +0 -0
  256. package/build/module/lib/api/transform.d.ts +0 -0
  257. package/build/module/lib/api/transform.js +0 -0
  258. package/build/module/lib/api/transform.spec.d.ts +0 -0
  259. package/build/module/lib/api/transform.spec.js +0 -0
  260. package/build/module/lib/api/upload/file.d.ts +0 -0
  261. package/build/module/lib/api/upload/file.js +0 -0
  262. package/build/module/lib/api/upload/file.spec.d.ts +0 -0
  263. package/build/module/lib/api/upload/file.spec.js +0 -0
  264. package/build/module/lib/api/upload/file_tools.browser.d.ts +0 -0
  265. package/build/module/lib/api/upload/file_tools.browser.js +0 -0
  266. package/build/module/lib/api/upload/file_tools.d.ts +0 -0
  267. package/build/module/lib/api/upload/file_tools.js +0 -0
  268. package/build/module/lib/api/upload/file_tools.node.d.ts +0 -0
  269. package/build/module/lib/api/upload/file_tools.node.js +0 -0
  270. package/build/module/lib/api/upload/file_tools.spec.browser.d.ts +0 -0
  271. package/build/module/lib/api/upload/file_tools.spec.browser.js +0 -0
  272. package/build/module/lib/api/upload/file_tools.spec.node.d.ts +0 -0
  273. package/build/module/lib/api/upload/file_tools.spec.node.js +0 -0
  274. package/build/module/lib/api/upload/index.d.ts +0 -0
  275. package/build/module/lib/api/upload/index.js +0 -0
  276. package/build/module/lib/api/upload/types.d.ts +0 -0
  277. package/build/module/lib/api/upload/types.js +0 -0
  278. package/build/module/lib/api/upload/upload.d.ts +0 -0
  279. package/build/module/lib/api/upload/upload.js +0 -0
  280. package/build/module/lib/api/upload/upload.spec.d.ts +0 -0
  281. package/build/module/lib/api/upload/upload.spec.js +0 -0
  282. package/build/module/lib/api/upload/uploaders/abstract.d.ts +0 -0
  283. package/build/module/lib/api/upload/uploaders/abstract.js +0 -0
  284. package/build/module/lib/api/upload/uploaders/s3.d.ts +0 -0
  285. package/build/module/lib/api/upload/uploaders/s3.js +0 -0
  286. package/build/module/lib/api/upload/uploaders/s3.spec.d.ts +0 -0
  287. package/build/module/lib/api/upload/uploaders/s3.spec.js +0 -0
  288. package/build/module/lib/client.d.ts +0 -0
  289. package/build/module/lib/client.js +0 -0
  290. package/build/module/lib/client.spec.d.ts +0 -0
  291. package/build/module/lib/client.spec.js +0 -0
  292. package/build/module/lib/filelink.d.ts +0 -0
  293. package/build/module/lib/filelink.js +0 -0
  294. package/build/module/lib/filelink.spec.d.ts +0 -0
  295. package/build/module/lib/filelink.spec.js +0 -0
  296. package/build/module/lib/picker.d.ts +0 -0
  297. package/build/module/lib/picker.js +0 -0
  298. package/build/module/lib/picker.spec.d.ts +0 -0
  299. package/build/module/lib/picker.spec.js +0 -0
  300. package/build/module/lib/request/adapters/adapters.abstractspec.d.ts +0 -0
  301. package/build/module/lib/request/adapters/adapters.abstractspec.js +0 -0
  302. package/build/module/lib/request/adapters/http.d.ts +0 -0
  303. package/build/module/lib/request/adapters/http.js +0 -0
  304. package/build/module/lib/request/adapters/http.spec.node.d.ts +0 -0
  305. package/build/module/lib/request/adapters/http.spec.node.js +0 -0
  306. package/build/module/lib/request/adapters/index.d.ts +0 -0
  307. package/build/module/lib/request/adapters/index.js +0 -0
  308. package/build/module/lib/request/adapters/interface.d.ts +0 -0
  309. package/build/module/lib/request/adapters/interface.js +0 -0
  310. package/build/module/lib/request/adapters/xhr.d.ts +0 -0
  311. package/build/module/lib/request/adapters/xhr.js +0 -0
  312. package/build/module/lib/request/adapters/xhr.spec.browser.d.ts +0 -0
  313. package/build/module/lib/request/adapters/xhr.spec.browser.js +0 -0
  314. package/build/module/lib/request/dispatch.d.ts +0 -0
  315. package/build/module/lib/request/dispatch.js +0 -0
  316. package/build/module/lib/request/dispatch.spec.d.ts +0 -0
  317. package/build/module/lib/request/dispatch.spec.js +0 -0
  318. package/build/module/lib/request/error.d.ts +0 -0
  319. package/build/module/lib/request/error.js +0 -0
  320. package/build/module/lib/request/error.spec.d.ts +0 -0
  321. package/build/module/lib/request/error.spec.js +0 -0
  322. package/build/module/lib/request/helpers/cookies.d.ts +0 -0
  323. package/build/module/lib/request/helpers/cookies.js +0 -0
  324. package/build/module/lib/request/helpers/cookies.spec.browser.d.ts +0 -0
  325. package/build/module/lib/request/helpers/cookies.spec.browser.js +0 -0
  326. package/build/module/lib/request/helpers/data.d.ts +0 -0
  327. package/build/module/lib/request/helpers/data.js +0 -0
  328. package/build/module/lib/request/helpers/data.spec.d.ts +0 -0
  329. package/build/module/lib/request/helpers/data.spec.js +0 -0
  330. package/build/module/lib/request/helpers/headers.d.ts +0 -0
  331. package/build/module/lib/request/helpers/headers.js +0 -0
  332. package/build/module/lib/request/helpers/headers.spec.browser.d.ts +0 -0
  333. package/build/module/lib/request/helpers/headers.spec.browser.js +0 -0
  334. package/build/module/lib/request/helpers/index.d.ts +0 -0
  335. package/build/module/lib/request/helpers/index.js +0 -0
  336. package/build/module/lib/request/helpers/shouldRetry.d.ts +0 -0
  337. package/build/module/lib/request/helpers/shouldRetry.js +0 -0
  338. package/build/module/lib/request/helpers/shouldRetry.spec.d.ts +0 -0
  339. package/build/module/lib/request/helpers/shouldRetry.spec.js +0 -0
  340. package/build/module/lib/request/helpers/url.d.ts +0 -0
  341. package/build/module/lib/request/helpers/url.js +0 -0
  342. package/build/module/lib/request/helpers/url.spec.browser.d.ts +0 -0
  343. package/build/module/lib/request/helpers/url.spec.browser.js +0 -0
  344. package/build/module/lib/request/index.d.ts +0 -0
  345. package/build/module/lib/request/index.js +0 -0
  346. package/build/module/lib/request/request.d.ts +0 -0
  347. package/build/module/lib/request/request.js +0 -0
  348. package/build/module/lib/request/request.spec.browser.d.ts +0 -0
  349. package/build/module/lib/request/request.spec.browser.js +0 -0
  350. package/build/module/lib/request/request.spec.d.ts +0 -0
  351. package/build/module/lib/request/request.spec.js +0 -0
  352. package/build/module/lib/request/request_adapter.browser.d.ts +0 -0
  353. package/build/module/lib/request/request_adapter.browser.js +0 -0
  354. package/build/module/lib/request/request_adapter.node.d.ts +0 -0
  355. package/build/module/lib/request/request_adapter.node.js +0 -0
  356. package/build/module/lib/request/token.d.ts +0 -0
  357. package/build/module/lib/request/token.js +0 -0
  358. package/build/module/lib/request/token.spec.d.ts +0 -0
  359. package/build/module/lib/request/token.spec.js +0 -0
  360. package/build/module/lib/request/types.d.ts +0 -0
  361. package/build/module/lib/request/types.js +0 -0
  362. package/build/module/lib/request/utils.browser.d.ts +0 -0
  363. package/build/module/lib/request/utils.browser.js +0 -0
  364. package/build/module/lib/request/utils.d.ts +0 -0
  365. package/build/module/lib/request/utils.js +0 -0
  366. package/build/module/lib/request/utils.node.d.ts +0 -0
  367. package/build/module/lib/request/utils.node.js +0 -0
  368. package/build/module/lib/request/utils.spec.browser.d.ts +0 -0
  369. package/build/module/lib/request/utils.spec.browser.js +0 -0
  370. package/build/module/lib/request/utils.spec.d.ts +0 -0
  371. package/build/module/lib/request/utils.spec.js +0 -0
  372. package/build/module/lib/utils/extensions.d.ts +0 -0
  373. package/build/module/lib/utils/extensions.js +0 -0
  374. package/build/module/lib/utils/index.browser.d.ts +0 -0
  375. package/build/module/lib/utils/index.browser.js +1 -1
  376. package/build/module/lib/utils/index.d.ts +0 -0
  377. package/build/module/lib/utils/index.js +0 -0
  378. package/build/module/lib/utils/index.node.d.ts +0 -0
  379. package/build/module/lib/utils/index.node.js +1 -1
  380. package/build/module/lib/utils/index.spec.browser.d.ts +0 -0
  381. package/build/module/lib/utils/index.spec.browser.js +1 -1
  382. package/build/module/lib/utils/index.spec.d.ts +0 -0
  383. package/build/module/lib/utils/index.spec.js +0 -0
  384. package/build/module/lib/utils/index.spec.node.d.ts +0 -0
  385. package/build/module/lib/utils/index.spec.node.js +0 -0
  386. package/build/module/lib/utils/store.browser.d.ts +0 -0
  387. package/build/module/lib/utils/store.browser.js +0 -0
  388. package/build/module/lib/utils/store.d.ts +0 -0
  389. package/build/module/lib/utils/store.js +0 -0
  390. package/build/module/lib/utils/store.node.d.ts +0 -0
  391. package/build/module/lib/utils/store.node.js +0 -0
  392. package/build/module/schema/definitions.schema.d.ts +0 -0
  393. package/build/module/schema/definitions.schema.js +0 -0
  394. package/build/module/schema/index.d.ts +0 -0
  395. package/build/module/schema/index.js +0 -0
  396. package/build/module/schema/metadata.schema.d.ts +0 -0
  397. package/build/module/schema/metadata.schema.js +0 -0
  398. package/build/module/schema/picker.schema.d.ts +0 -0
  399. package/build/module/schema/picker.schema.js +0 -0
  400. package/build/module/schema/picker.schema.spec.browser.d.ts +0 -0
  401. package/build/module/schema/picker.schema.spec.browser.js +0 -0
  402. package/build/module/schema/preview.schema.d.ts +0 -0
  403. package/build/module/schema/preview.schema.js +0 -0
  404. package/build/module/schema/retrieve.schema.d.ts +0 -0
  405. package/build/module/schema/retrieve.schema.js +0 -0
  406. package/build/module/schema/security.schema.d.ts +0 -0
  407. package/build/module/schema/security.schema.js +0 -0
  408. package/build/module/schema/store.schema.d.ts +0 -0
  409. package/build/module/schema/store.schema.js +0 -0
  410. package/build/module/schema/transforms.schema.d.ts +0 -0
  411. package/build/module/schema/transforms.schema.js +0 -0
  412. package/build/module/schema/transforms.schema.spec.d.ts +0 -0
  413. package/build/module/schema/transforms.schema.spec.js +0 -0
  414. package/build/module/schema/upload.schema.d.ts +0 -0
  415. package/build/module/schema/upload.schema.js +0 -0
  416. package/build/module/schema/validator.d.ts +0 -0
  417. package/build/module/schema/validator.js +0 -0
  418. package/package.json +1 -1
  419. package/src/config.ts +1 -1
  420. package/src/filestack_error.spec.ts +0 -0
  421. package/src/filestack_error.ts +0 -0
  422. package/src/index.ts +0 -0
  423. package/src/jest_browser_setup.ts +0 -0
  424. package/src/lib/api/cloud.spec.browser.ts +0 -0
  425. package/src/lib/api/cloud.ts +0 -0
  426. package/src/lib/api/file.spec.ts +0 -0
  427. package/src/lib/api/file.ts +0 -0
  428. package/src/lib/api/prefetch.spec.browser.ts +0 -0
  429. package/src/lib/api/prefetch.ts +0 -0
  430. package/src/lib/api/preview.spec.browser.ts +0 -0
  431. package/src/lib/api/preview.ts +0 -0
  432. package/src/lib/api/security.browser.ts +0 -0
  433. package/src/lib/api/security.node.ts +0 -0
  434. package/src/lib/api/security.spec.browser.ts +0 -0
  435. package/src/lib/api/security.spec.node.ts +0 -0
  436. package/src/lib/api/security.ts +0 -0
  437. package/src/lib/api/store.spec.ts +0 -0
  438. package/src/lib/api/store.ts +0 -0
  439. package/src/lib/api/transform.spec.ts +0 -0
  440. package/src/lib/api/transform.ts +0 -0
  441. package/src/lib/api/upload/file.spec.ts +0 -0
  442. package/src/lib/api/upload/file.ts +0 -0
  443. package/src/lib/api/upload/file_tools.browser.ts +0 -0
  444. package/src/lib/api/upload/file_tools.node.ts +0 -0
  445. package/src/lib/api/upload/file_tools.spec.browser.ts +0 -0
  446. package/src/lib/api/upload/file_tools.spec.node.ts +0 -0
  447. package/src/lib/api/upload/file_tools.ts +0 -0
  448. package/src/lib/api/upload/index.ts +0 -0
  449. package/src/lib/api/upload/types.ts +0 -0
  450. package/src/lib/api/upload/upload.spec.ts +0 -0
  451. package/src/lib/api/upload/upload.ts +0 -0
  452. package/src/lib/api/upload/uploaders/abstract.ts +0 -0
  453. package/src/lib/api/upload/uploaders/s3.spec.ts +0 -0
  454. package/src/lib/api/upload/uploaders/s3.ts +0 -0
  455. package/src/lib/client.spec.ts +0 -0
  456. package/src/lib/client.ts +0 -0
  457. package/src/lib/filelink.spec.ts +0 -0
  458. package/src/lib/filelink.ts +0 -0
  459. package/src/lib/picker.spec.ts +0 -0
  460. package/src/lib/picker.ts +0 -0
  461. package/src/lib/request/adapters/adapters.abstractspec.ts +0 -0
  462. package/src/lib/request/adapters/http.spec.node.ts +0 -0
  463. package/src/lib/request/adapters/http.ts +0 -0
  464. package/src/lib/request/adapters/index.ts +0 -0
  465. package/src/lib/request/adapters/interface.ts +0 -0
  466. package/src/lib/request/adapters/xhr.spec.browser.ts +0 -0
  467. package/src/lib/request/adapters/xhr.ts +0 -0
  468. package/src/lib/request/dispatch.spec.ts +0 -0
  469. package/src/lib/request/dispatch.ts +0 -0
  470. package/src/lib/request/error.spec.ts +0 -0
  471. package/src/lib/request/error.ts +0 -0
  472. package/src/lib/request/helpers/cookies.spec.browser.ts +0 -0
  473. package/src/lib/request/helpers/cookies.ts +0 -0
  474. package/src/lib/request/helpers/data.spec.ts +0 -0
  475. package/src/lib/request/helpers/data.ts +0 -0
  476. package/src/lib/request/helpers/headers.spec.browser.ts +0 -0
  477. package/src/lib/request/helpers/headers.ts +0 -0
  478. package/src/lib/request/helpers/index.ts +0 -0
  479. package/src/lib/request/helpers/shouldRetry.spec.ts +0 -0
  480. package/src/lib/request/helpers/shouldRetry.ts +0 -0
  481. package/src/lib/request/helpers/url.spec.browser.ts +0 -0
  482. package/src/lib/request/helpers/url.ts +0 -0
  483. package/src/lib/request/index.ts +0 -0
  484. package/src/lib/request/request.spec.browser.ts +0 -0
  485. package/src/lib/request/request.spec.ts +0 -0
  486. package/src/lib/request/request.ts +0 -0
  487. package/src/lib/request/request_adapter.browser.ts +0 -0
  488. package/src/lib/request/request_adapter.node.ts +0 -0
  489. package/src/lib/request/token.spec.ts +0 -0
  490. package/src/lib/request/token.ts +0 -0
  491. package/src/lib/request/types.ts +0 -0
  492. package/src/lib/request/utils.browser.ts +0 -0
  493. package/src/lib/request/utils.node.ts +0 -0
  494. package/src/lib/request/utils.spec.browser.ts +0 -0
  495. package/src/lib/request/utils.spec.ts +0 -0
  496. package/src/lib/request/utils.ts +0 -0
  497. package/src/lib/utils/extensions.ts +0 -0
  498. package/src/lib/utils/index.browser.ts +0 -0
  499. package/src/lib/utils/index.node.ts +0 -0
  500. package/src/lib/utils/index.spec.browser.ts +0 -0
  501. package/src/lib/utils/index.spec.node.ts +0 -0
  502. package/src/lib/utils/index.spec.ts +0 -0
  503. package/src/lib/utils/index.ts +0 -0
  504. package/src/lib/utils/store.browser.ts +0 -0
  505. package/src/lib/utils/store.node.ts +0 -0
  506. package/src/lib/utils/store.ts +0 -0
  507. package/src/schema/definitions.schema.ts +0 -0
  508. package/src/schema/index.ts +0 -0
  509. package/src/schema/metadata.schema.ts +0 -0
  510. package/src/schema/picker.schema.spec.browser.ts +0 -0
  511. package/src/schema/picker.schema.ts +0 -0
  512. package/src/schema/preview.schema.ts +0 -0
  513. package/src/schema/retrieve.schema.ts +0 -0
  514. package/src/schema/security.schema.ts +0 -0
  515. package/src/schema/store.schema.ts +0 -0
  516. package/src/schema/transforms.schema.spec.ts +0 -0
  517. package/src/schema/transforms.schema.ts +0 -0
  518. package/src/schema/upload.schema.ts +0 -0
  519. package/src/schema/validator.ts +0 -0
  520. package/src/types/abab/index.d.ts +0 -0
  521. package/src/types/filestack-loader/index.d.ts +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1543 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+
5
+ ## [3.40.5](https://github.com/filestack/filestack-js/compare/3.39.5...3.40.5) (2025-04-22)
6
+ * **build:** Upgraded to webpack 5. ([#593](https://github.com/filestack/filestack-js/pull/593))
7
+
8
+ ## [3.39.5](https://github.com/filestack/filestack-js/compare/3.38.5...3.39.5) (2025-03-31)
9
+ * **sentry:** Upgraded sentry version ([579](https://github.com/filestack/filestack-js/pull/579)) ([578](https://github.com/filestack/filestack-js/pull/578)) ([577](https://github.com/filestack/filestack-js/pull/577)) ([575](https://github.com/filestack/filestack-js/pull/575))
10
+
11
+ ## [3.38.5](https://github.com/filestack/filestack-js/compare/3.37.5...3.38.5) (2025-02-18)
12
+ * **getMimeType:** Fixed getMimetype response ([61741c](https://github.com/filestack/filestack-js/commit/61741c3e01926277e2b96dcb1b1b052d26ea2857))
13
+ * **picker:** Updated picker with fixed seperated camera and microphone permission. ([f380e6](https://github.com/filestack/filestack-js/commit/f380e61b5eb9832c0f081f158c4262a83622ed2e))
14
+
15
+ ## [3.37.4](https://github.com/filestack/filestack-js/compare/3.36.4...3.37.4) (2025-01-22)
16
+ * **getMimeType:** Fixed getMimetype response ([6c0615](https://github.com/filestack/filestack-js/commit/6c0615f644bc2279e850df077f1308b6ef9c8564))
17
+
18
+ ## [3.36.4](https://github.com/filestack/filestack-js/compare/3.35.4...3.36.4) (2024-12-11)
19
+ * **picker:** Updated picker v1.31.4
20
+
21
+ ## [3.35.4](https://github.com/filestack/filestack-js/compare/3.34.4...3.35.4) (2024-10-14)
22
+ * **picker:** Updated picker v1.30.4
23
+ * **picker:** Added disableAltText option ([3164a1](https://github.com/filestack/filestack-js/commit/3164a17ddf2ae782c41f8a98b77f2d0d0dba5eef))
24
+
25
+ ## [3.34.4](https://github.com/filestack/filestack-js/compare/3.34.3...3.34.4) (2024-10-18)
26
+ * **picker:** Updated picker v1.29.4
27
+ * **client.upload:** Added check for altText check ([df5a23](https://github.com/filestack/filestack-js/commit/df5a23ab5f05b58664d8545944504988fde177a0))
28
+
29
+ ## [3.34.3](https://github.com/filestack/filestack-js/compare/v3.33.3...v3.34.3) (2024-10-01)
30
+ * **picker:** Updated picker v1.29.3 disabled transformations ui as default editor ([0ff66c85177](https://github.com/filestack/filestack-js/commit/0ff66c851778b02396292b7eb5cb67b2ecbe1848))
31
+
32
+ ## [3.33.3](https://github.com/filestack/filestack-js/compare/v3.32.3...v3.33.3) (2024-09-30)
33
+ * **picker:** Updated picker v1.28.3 with transformations-ui as default editor
34
+ * **fromSources:** Added back picasa as a potential source ([#567](https://github.com/filestack/filestack-js/pull/567)
35
+ * **fix(dependency):** Updated fast-xml-parser ([#7b862752f6](https://github.com/filestack/filestack-js/commit/7b862752f64e242e1dac9c269bab03105667cc3c)
36
+
37
+ ## [3.32.3](https://github.com/filestack/filestack-js/compare/v3.32.2...v3.32.3) (2024-06-18)
38
+ * **fromSources:** revert version ([b2767e5](https://github.com/filestack/filestack-js/commit/b2767e5))
39
+
40
+ ## [3.32.2](https://github.com/filestack/filestack-js/compare/v3.32.1...v3.32.2) (2024-06-14)
41
+ * **picker:** Upgraded picker to v1.27.3.
42
+ * **fromSources:** Fixed declaring the custom source at first place in fromSources array
43
+
44
+ ## [3.32.1](https://github.com/filestack/filestack-js/compare/v3.32.0...v3.32.1) (2024-05-30)
45
+ * **miemtypes:** Fixed support for vsdx file using through accept params
46
+
47
+ ## [3.32.0](https://github.com/filestack/filestack-js/compare/v3.31.0...v3.32.0) (2024-04-03)
48
+
49
+ ### Updgrade
50
+ * **picker:** Upgraded picker to v1.27.1.
51
+ * **picker:** Fixed support for hpt file type ([558](https://github.com/filestack/filestack-js/pull/558/))
52
+
53
+ ## [3.30.2](https://github.com/filestack/filestack-js/compare/v3.30.2...v3.31.0) (2024-03-10)
54
+
55
+ ### Updgrade
56
+ * **picker:** Upgraded picker to v1.27.0.
57
+
58
+ ## [3.30.2](https://github.com/filestack/filestack-js/compare/v3.30.1...v3.30.2) (2024-03-04)
59
+
60
+ ### Updgrade
61
+ * **picker:** Upgraded picker to v1.26.2.
62
+
63
+ ## [3.30.1](https://github.com/filestack/filestack-js/compare/v3.30.0...v3.30.1) (2024-02-07)
64
+
65
+ ### Updgrade
66
+ * **picker:** Upgraded picker to v1.26.1.
67
+
68
+ ## [3.30.0](https://github.com/filestack/filestack-js/compare/v3.29.0...v3.30.0) (2024-01-18)
69
+
70
+ ### Updgrade
71
+ * **picker:** Upgraded picker to v1.26.0.
72
+
73
+ ## [3.29.0](https://github.com/filestack/filestack-js/compare/v3.28.0...v3.29.0) (2024-01-05)
74
+
75
+ ### Updgrade
76
+ * **file-type:** Upgraded file-type to v16.5.4.
77
+
78
+ ## [3.28.0](https://github.com/filestack/filestack-js/compare/v3.27.0...v3.28.0) (2023-12-12)
79
+
80
+ ### Updgrade
81
+ * **Dependency-upgrade:** Upgraded packages to the latest possible version while maintaining backward compatibility.
82
+
83
+ ## [3.27.0](https://github.com/filestack/filestack-js/compare/v3.26.1...v3.27.0) (2023-08-07)
84
+
85
+ ### Fix
86
+ * **fast-xml-parser:** It's a security upgrade based on ([#518](https://github.com/filestack/filestack-js/issues/518)) . Dependabot did the version bump and then fixed the tests([#521](https://github.com/filestack/filestack-js/pull/521)).
87
+
88
+ ## [3.26.1](https://github.com/filestack/filestack-js/compare/v3.26.0...v3.26.1) (2023-04-06)
89
+
90
+ ### Fix
91
+ * **picker:** Fixed console error during file select and upload
92
+
93
+ ## [3.26.0](https://github.com/filestack/filestack-js/compare/v3.25.0...v3.26.0) (2023-03-30)
94
+ ### Feature
95
+ * **picker:** Added possibility to predefine the results for the imagesearch in Picker
96
+ * **picker:** Picker - Display Unsplash Search and Good Old Image Search as two tabs of one "source"
97
+
98
+ ## [3.25.0](https://github.com/filestack/filestack-js/compare/v3.24.1...v3.25.0) (2021-10-05)
99
+
100
+
101
+ ### Features
102
+
103
+ * **picker:** bump version ([f047a4e](https://github.com/filestack/filestack-js/commit/f047a4e1552ba433f7f9f027c74cc4bf4ff90b8e))
104
+ * **picker:** Picker paste event add configuration options ([#454](https://github.com/filestack/filestack-js/issues/454)) ([a5a249b](https://github.com/filestack/filestack-js/commit/a5a249b0c9233f8eae7160bf5eef0f05dccd0920))
105
+ * **picker:** support callback for tags ([#461](https://github.com/filestack/filestack-js/issues/461)) ([cf89ee0](https://github.com/filestack/filestack-js/commit/cf89ee08486dc28f352a2523a96b53e7c58ce3b0))
106
+ * **upload:** emit event on file upload start ([#462](https://github.com/filestack/filestack-js/issues/462)) ([c676b48](https://github.com/filestack/filestack-js/commit/c676b483c8af519f0360fee0bf84446df1810494))
107
+
108
+ ### [3.24.1](https://github.com/filestack/filestack-js/compare/v3.24.0...v3.24.1) (2021-07-28)
109
+
110
+
111
+ ### Bug Fixes
112
+
113
+ * **picker:** bump picker version for multiple fixes ([3e364e9](https://github.com/filestack/filestack-js/commit/3e364e976001bb510778b580ffb8599a1a97c847))
114
+ * **request:** Large file upload memory leak ([#453](https://github.com/filestack/filestack-js/issues/453)) ([8f7f7a8](https://github.com/filestack/filestack-js/commit/8f7f7a88e695b477325cafa33d0738d9c5bdc872))
115
+ * **schema-validation:** disable bucker region validation ([#448](https://github.com/filestack/filestack-js/issues/448)) ([70b7e38](https://github.com/filestack/filestack-js/commit/70b7e38e41a6c24e8e644ff5f918019a20840a0a))
116
+
117
+ ## [3.24.0](https://github.com/filestack/filestack-js/compare/v3.23.2...v3.24.0) (2021-06-28)
118
+
119
+
120
+ ### Features
121
+
122
+ * **picker:** add onFileUploadCancel callback ([c1e5bab](https://github.com/filestack/filestack-js/commit/c1e5bab3b4962fd81d6226c5d705650c6d0449f2))
123
+
124
+ ### [3.23.2](https://github.com/filestack/filestack-js/compare/v3.23.1...v3.23.2) (2021-06-14)
125
+
126
+
127
+ ### Bug Fixes
128
+
129
+ * **examples:** fix uplad example ([160a1bd](https://github.com/filestack/filestack-js/commit/160a1bdc96ed298408048e8d9201c00c18eec1c6))
130
+ * **picker:** fix problems with exif cleanup ([27774da](https://github.com/filestack/filestack-js/commit/27774da20dc2e523bdcff59cc67c976d3445a7ca))
131
+ * **upload/onprogress:** add if statement for progress callback ([#435](https://github.com/filestack/filestack-js/issues/435)) ([2c61d53](https://github.com/filestack/filestack-js/commit/2c61d53a655e0eeb85dd430fc403147654ea370c))
132
+
133
+ ### [3.23.1](https://github.com/filestack/filestack-js/compare/v3.23.0...v3.23.1) (2021-03-31)
134
+
135
+
136
+ ### Bug Fixes
137
+
138
+ * **getfile:** fix get file for b64 encoded string ([dbc65b7](https://github.com/filestack/filestack-js/commit/dbc65b7db052fa6d6da46a51481639c6b39437a9))
139
+
140
+ ## [3.23.0](https://github.com/filestack/filestack-js/compare/v3.22.1...v3.23.0) (2021-03-31)
141
+
142
+
143
+ ### Features
144
+
145
+ * **acceptfn:** add acceptFn to picker schema ([f349094](https://github.com/filestack/filestack-js/commit/f349094c3c84c3600cd4844ca8d0c58fb78bcdf1))
146
+ * **github:** add issue template ([b45ae45](https://github.com/filestack/filestack-js/commit/b45ae45de0cd3ae58b3079a52fe3ead9d45466aa))
147
+ * **picker:** bump picker to v.1.21.1 ([00677a6](https://github.com/filestack/filestack-js/commit/00677a61ebc75ac83635dc365ceaaac5829f7a6f))
148
+
149
+
150
+ ### Bug Fixes
151
+
152
+ * **nodejs/base64:** fix base64 upload ([815fbed](https://github.com/filestack/filestack-js/commit/815fbed140e76ffa410b6787b9fd7e31b412a81e))
153
+
154
+ ### [3.22.1](https://github.com/filestack/filestack-js/compare/v3.22.0...v3.22.1) (2021-03-08)
155
+
156
+
157
+ ### Bug Fixes
158
+
159
+ * **deploy:** fix deployment script ([#424](https://github.com/filestack/filestack-js/issues/424)) ([89683cf](https://github.com/filestack/filestack-js/commit/89683cf8950ac8749df21727088796b80e1d7c82))
160
+
161
+ ## [3.22.0](https://github.com/filestack/filestack-js/compare/v3.21.1...v3.22.0) (2021-03-08)
162
+
163
+
164
+ ### Features
165
+
166
+ * **download:** Add download file method ([#415](https://github.com/filestack/filestack-js/issues/415)) ([5ed6afd](https://github.com/filestack/filestack-js/commit/5ed6afddf56eae0910420de1f0244b6d3131398a))
167
+ * **picker:** bump picker version to 1.21.0 ([162673f](https://github.com/filestack/filestack-js/commit/162673f70d5992df8a0ed1bfd3204173a296416d))
168
+
169
+
170
+ ### Bug Fixes
171
+
172
+ * **pickerschema:** update missing picker options ([5ab80b5](https://github.com/filestack/filestack-js/commit/5ab80b50abd123de0c3f1baf8876f7e621b0a4b8))
173
+ * **publish:** fix error in publis script ([#410](https://github.com/filestack/filestack-js/issues/410)) ([3170f29](https://github.com/filestack/filestack-js/commit/3170f295608f6da912746b59e624426de8d6f016))
174
+ * **sentry:** remove discouraged configureScope ([#417](https://github.com/filestack/filestack-js/issues/417)) ([e20cc10](https://github.com/filestack/filestack-js/commit/e20cc108a099f38540b4c489383aeafd7c5e6a56))
175
+ * **storeurl:** support for workflows to storeURL ([#406](https://github.com/filestack/filestack-js/issues/406)) ([2e8ba7c](https://github.com/filestack/filestack-js/commit/2e8ba7ce7375f1138963e9450400955caba05efd))
176
+
177
+ ### [3.21.1](https://github.com/filestack/filestack-js/compare/v3.21.0...v3.21.1) (2021-01-25)
178
+
179
+
180
+ ### Bug Fixes
181
+
182
+ * **picker:** fix accept option in picker, bump version to 1.20.1 ([7e48a30](https://github.com/filestack/filestack-js/commit/7e48a307f898a40f131e2b72c188adc3c259bab5))
183
+
184
+ ## [3.21.0](https://github.com/filestack/filestack-js/compare/v3.20.0...v3.21.0) (2021-01-13)
185
+
186
+
187
+ ### Features
188
+
189
+ * **picker:** bump picker to 1.20.0 ([7b0d9ed](https://github.com/filestack/filestack-js/commit/7b0d9ed079812ad627dbfc03f04d37bd93d3f012))
190
+
191
+ ## [3.20.0](https://github.com/filestack/filestack-js/compare/v3.19.0...v3.20.0) (2020-11-18)
192
+
193
+
194
+ ### Features
195
+
196
+ * **picker:** bump picker version ([4b155b3](https://github.com/filestack/filestack-js/commit/4b155b359b1b939ec80ad224703e194effc4a791))
197
+ * **utils:** add converting extension to mimetype ([#400](https://github.com/filestack/filestack-js/issues/400)) ([669e178](https://github.com/filestack/filestack-js/commit/669e178ef9d6cbd4d2303cec0f8cbbbf208b50fd))
198
+
199
+
200
+ ### Bug Fixes
201
+
202
+ * **sentry:** update sentry errors ([5a53ddd](https://github.com/filestack/filestack-js/commit/5a53ddd75db9c41396b1c2d9c23dab5784ca2419))
203
+
204
+ ## [3.19.0](https://github.com/filestack/filestack-js/compare/v3.18.0...v3.19.0) (2020-11-03)
205
+
206
+
207
+ ### Features
208
+
209
+ * **picker:** add custom source to picker - v 1.19.0 ([9038607](https://github.com/filestack/filestack-js/commit/903860701438053d0a7ef51cd7dd42053f62baa2))
210
+
211
+ ## [3.18.0](https://github.com/filestack/filestack-js/compare/v3.17.0...v3.18.0) (2020-10-01)
212
+
213
+
214
+ ### Features
215
+
216
+ * **miemtypes:** add key extension to list ([a12b477](https://github.com/filestack/filestack-js/commit/a12b4775c42fe69adee7f6056f450d4ac233779b))
217
+ * **mimetypes:** check apple mimetypes based on extensions ([#386](https://github.com/filestack/filestack-js/issues/386)) ([08f1154](https://github.com/filestack/filestack-js/commit/08f11548b8fa987698fc2150c7e9e3fc5dcedfd1))
218
+ * **picker:** bump picker version to 18 (multiple bugfixes) ([a304076](https://github.com/filestack/filestack-js/commit/a30407661046345bd60dcaf19346c222e00077be))
219
+ * **utils:** Replace 'getVersion' function's return statement to use static constant instead of dynamic require. ([77fa52d](https://github.com/filestack/filestack-js/commit/77fa52d3ce7c8488852f0b8e71650ff5c39c1319))
220
+
221
+
222
+ ### Bug Fixes
223
+
224
+ * **cancelToken:** move cancel token to event emmiter ([#384](https://github.com/filestack/filestack-js/issues/384)) ([b1cada8](https://github.com/filestack/filestack-js/commit/b1cada8cf7fefa0664774b79e66e1afef7fa01a7))
225
+ * **mimetypes:** if we have mimetype and we cant find excluded type by extension fallback to magic by ([20cfa49](https://github.com/filestack/filestack-js/commit/20cfa49472163f90a7fd96c76d9231445d0a5948))
226
+ * **prefetch:** clone deep config before send to avoid referances ([#388](https://github.com/filestack/filestack-js/issues/388)) ([7f3c153](https://github.com/filestack/filestack-js/commit/7f3c1536e3ca745b59597d724eefe123617b17ef))
227
+
228
+ ## [3.17.0](https://github.com/filestack/filestack-js/compare/v3.16.0...v3.17.0) (2020-08-24)
229
+
230
+
231
+ ### Features
232
+
233
+ * **clouds:** add mimetype filtering in clouds ([#375](https://github.com/filestack/filestack-js/issues/375)) ([5acd6b4](https://github.com/filestack/filestack-js/commit/5acd6b4d71b253ce699353523e915c6d8aeddc35))
234
+ * **clouds:** add store adapter for better localstore/sessionstore support ([#376](https://github.com/filestack/filestack-js/issues/376)) ([ecb922e](https://github.com/filestack/filestack-js/commit/ecb922ed8e66e7e1250b21f5da2af9b68308da83))
235
+ * **picker:** bump picker version to 1.17.0 ([6078164](https://github.com/filestack/filestack-js/commit/6078164d40bdd64a04c8e6c356da1d6d7e1d14b2))
236
+
237
+
238
+ ### Bug Fixes
239
+
240
+ * **s3/complete:** fix target for complete request ([#371](https://github.com/filestack/filestack-js/issues/371)) ([9536c27](https://github.com/filestack/filestack-js/commit/9536c27aa6731e995a70b73b3cc7a5a9367419e2))
241
+
242
+ ## [3.16.0](https://github.com/filestack/filestack-js/compare/v3.15.0...v3.16.0) (2020-07-09)
243
+
244
+
245
+ ### Features
246
+
247
+ * **picker:** bump picker version to 1.16.0 ([f595695](https://github.com/filestack/filestack-js/commit/f5956958e4301e8831851402cac72ff62ff36869))
248
+
249
+ ## [3.15.0](https://github.com/filestack/filestack-js/compare/v3.14.0...v3.15.0) (2020-05-14)
250
+
251
+
252
+ ### Features
253
+
254
+ * **picker:** Fix picker problems with cropFiles, erorrHandlers, add better mime detection ([9dbe806](https://github.com/filestack/filestack-js/commit/9dbe8061b0db524a14766b71c9d018ad62ad93a5))
255
+ * **pickerOptions:** add support email to picker options ([09d40b0](https://github.com/filestack/filestack-js/commit/09d40b06e0e8524a5b4a770694616b3a38931f45))
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * **mimetype:** Update mimetype detection function ([#356](https://github.com/filestack/filestack-js/issues/356)) ([bf4146d](https://github.com/filestack/filestack-js/commit/bf4146d9a4d0cf605d34424f510ca00ddfe6b8d6))
261
+
262
+ ## [3.14.0](https://github.com/filestack/filestack-js/compare/v3.13.2...v3.14.0) (2020-04-21)
263
+
264
+ ### [3.13.2](https://github.com/filestack/filestack-js/compare/v3.13.1...v3.13.2) (2020-04-07)
265
+
266
+
267
+ ### Bug Fixes
268
+
269
+ * **build:** Fix build webpack scripts ([37b2617](https://github.com/filestack/filestack-js/commit/37b2617ccde4ff9da298d24102d525fcbb3eb447))
270
+
271
+ ### [3.13.1](https://github.com/filestack/filestack-js/compare/v3.13.0...v3.13.1) (2020-04-07)
272
+
273
+
274
+ ### Bug Fixes
275
+
276
+ * **prefetch:** always ask for inapp_browser setting ([61764f7](https://github.com/filestack/filestack-js/commit/61764f794c75a582dcd21c143f76581221ec76ac))
277
+
278
+ ## [3.13.0](https://github.com/filestack/filestack-js/compare/v3.12.4...v3.13.0) (2020-04-01)
279
+
280
+
281
+ ### Features
282
+
283
+ * **picker:** bump picker version with new prefetch request ([77bc025](https://github.com/filestack/filestack-js/commit/77bc02568dc10f5a3c7c2c4ff3c405acc113eda7))
284
+ * **prefetch:** Separate and update new prefetch request ([7132ab1](https://github.com/filestack/filestack-js/commit/7132ab1eef38141e379c1cdf3f675f8dec30fe9e))
285
+ * **request/http:** add progress monitor to node http library ([96ead9b](https://github.com/filestack/filestack-js/commit/96ead9bd4d2fbefb5eb788fabc48b802407e09d4))
286
+
287
+ ### [3.12.4](https://github.com/filestack/filestack-js/compare/v3.12.3...v3.12.4) (2020-02-17)
288
+
289
+
290
+ ### Bug Fixes
291
+
292
+ * **picker:** fix problems with picker minimalization ([d23b79e](https://github.com/filestack/filestack-js/commit/d23b79e810045ae6906e667b148af71771bd5236))
293
+
294
+ ### [3.12.3](https://github.com/filestack/filestack-js/compare/v3.12.2...v3.12.3) (2020-02-12)
295
+
296
+ ### [3.12.2](https://github.com/filestack/filestack-js/compare/v3.12.1...v3.12.2) (2020-02-12)
297
+
298
+
299
+ ### Bug Fixes
300
+
301
+ * **api/file:** remove new debug headers from old api requests ([a9a03fb](https://github.com/filestack/filestack-js/commit/a9a03fbf71fd837763c531152c8e93bc69938d62))
302
+
303
+ ### [3.12.1](https://github.com/filestack/filestack-js/compare/v3.12.0...v3.12.1) (2020-02-12)
304
+
305
+
306
+ ### Bug Fixes
307
+
308
+ * **request:** add missing filestack debug headers in request library ([0356cd1](https://github.com/filestack/filestack-js/commit/0356cd17bd12973d3a76d6b0aa8f3c067342aeef))
309
+
310
+ ## [3.12.0](https://github.com/filestack/filestack-js/compare/v3.11.2...v3.12.0) (2020-02-12)
311
+
312
+
313
+ ### Features
314
+
315
+ * **request:** Change axios library to filestack one ([52a605a](https://github.com/filestack/filestack-js/commit/52a605aac5db6646e26f5bb8d8ac431afde2a768))
316
+
317
+ ### [3.11.2](https://github.com/filestack/filestack-js/compare/v3.11.1...v3.11.2) (2020-01-24)
318
+
319
+
320
+ ### Bug Fixes
321
+
322
+ * **polymorphic:** Split libs into node and browser env, update webpack config ([82689c2](https://github.com/filestack/filestack-js/commit/82689c2))
323
+
324
+
325
+
326
+ ### [3.11.1](https://github.com/filestack/filestack-js/compare/v3.11.0...v3.11.1) (2020-01-22)
327
+
328
+
329
+ ### Bug Fixes
330
+
331
+ * **require:** fix problem during builds libs for browser - missing fs lib ([f77e4d1](https://github.com/filestack/filestack-js/commit/f77e4d1)), closes [#319](https://github.com/filestack/filestack-js/issues/319)
332
+
333
+
334
+
335
+ ## [3.11.0](https://github.com/filestack/filestack-js/compare/v3.10.1...v3.11.0) (2020-01-15)
336
+
337
+
338
+ ### Features
339
+
340
+ * **picker:** bump picker version to 1.11.1 ([#318](https://github.com/filestack/filestack-js/issues/318)) ([e1bdb2c](https://github.com/filestack/filestack-js/commit/e1bdb2c))
341
+
342
+
343
+
344
+ ### [3.10.1](https://github.com/filestack/filestack-js/compare/v3.10.0...v3.10.1) (2019-11-14)
345
+
346
+
347
+ ### Features
348
+
349
+ * **clouds:** Fix problems in in-app browsers like facebook, instagram, twitter ([0cf0df1](https://github.com/filestack/filestack-js/commit/0cf0df1))
350
+
351
+
352
+
353
+ ## [3.10.0](https://github.com/filestack/filestack-js/compare/v3.9.0...v3.10.0) (2019-11-12)
354
+
355
+
356
+ ### Features
357
+
358
+ * **picker:** remove clouddrive from sources - now this one is deprecated ([#305](https://github.com/filestack/filestack-js/issues/305)) ([cd47a38](https://github.com/filestack/filestack-js/commit/cd47a38))
359
+
360
+
361
+
362
+ ## [3.9.0](https://github.com/filestack/filestack-js/compare/v3.8.0...v3.9.0) (2019-10-29)
363
+
364
+
365
+ ### Features
366
+
367
+ * **upload:** add posibility to disable s3 integrity check (md5 gener… ([#299](https://github.com/filestack/filestack-js/issues/299)) ([207e4c7](https://github.com/filestack/filestack-js/commit/207e4c7))
368
+
369
+
370
+
371
+ ## [3.8.0](https://github.com/filestack/filestack-js/compare/v3.7.0...v3.8.0) (2019-10-07)
372
+
373
+
374
+ ### Bug Fixes
375
+
376
+ * **getMimetype:** Check x-msi by an extension ([#280](https://github.com/filestack/filestack-js/issues/280)) ([3e4c35b](https://github.com/filestack/filestack-js/commit/3e4c35b))
377
+ * **picker:** Fix Spanish translation ([a9fa2f7](https://github.com/filestack/filestack-js/commit/a9fa2f7))
378
+ * 🐛 Update old sdk references ([#281](https://github.com/filestack/filestack-js/issues/281)) ([494d774](https://github.com/filestack/filestack-js/commit/494d774))
379
+
380
+
381
+ ### Build System
382
+
383
+ * **gzip:** Remove gzip script, use cdn in-fly gzip feature ([#282](https://github.com/filestack/filestack-js/issues/282)) ([35cca80](https://github.com/filestack/filestack-js/commit/35cca80))
384
+
385
+
386
+ ### Features
387
+
388
+ * **s3:** add disablele storage key to uplaoder ([#291](https://github.com/filestack/filestack-js/issues/291)) ([2cf27fd](https://github.com/filestack/filestack-js/commit/2cf27fd))
389
+
390
+
391
+
392
+ ## [3.7.0](https://github.com/filestack/filestack-js/compare/v3.6.0...v3.7.0) (2019-08-23)
393
+
394
+
395
+ ### Bug Fixes
396
+
397
+ * **picker:** fix onFileSelected problem ([#278](https://github.com/filestack/filestack-js/issues/278)) ([22454fd](https://github.com/filestack/filestack-js/commit/22454fd))
398
+ * **README:** Add String.prototype.includes to polyfill ([#277](https://github.com/filestack/filestack-js/issues/277)) ([460d585](https://github.com/filestack/filestack-js/commit/460d585))
399
+
400
+
401
+ ### Features
402
+
403
+ * **transforms:** Add animate transformation ([#274](https://github.com/filestack/filestack-js/issues/274)) ([3a82f02](https://github.com/filestack/filestack-js/commit/3a82f02))
404
+ * **transforms:** Add autoImage transformation ([#276](https://github.com/filestack/filestack-js/issues/276)) ([d371552](https://github.com/filestack/filestack-js/commit/d371552))
405
+ * **transforms:** Update enhance preset definition ([#275](https://github.com/filestack/filestack-js/issues/275)) ([32afd54](https://github.com/filestack/filestack-js/commit/32afd54))
406
+ * **uploader/s3:** Regular upload - display error when there is missing etag field in s3 response ([#267](https://github.com/filestack/filestack-js/issues/267)) ([747e3b1](https://github.com/filestack/filestack-js/commit/747e3b1))
407
+
408
+
409
+
410
+ ## [3.6.0](https://github.com/filestack/filestack-js/compare/v3.5.0...v3.6.0) (2019-08-07)
411
+
412
+
413
+ ### Features
414
+
415
+ * **filelink:** add set soruce method ([#270](https://github.com/filestack/filestack-js/issues/270)) ([4480d5e](https://github.com/filestack/filestack-js/commit/4480d5e))
416
+ * **picker:** Change picker version ([#272](https://github.com/filestack/filestack-js/issues/272)) ([813de22](https://github.com/filestack/filestack-js/commit/813de22))
417
+
418
+
419
+
420
+ ## [3.5.0](https://github.com/filestack/filestack-js/compare/v3.4.2...v3.5.0) (2019-07-25)
421
+
422
+
423
+ ### Features
424
+
425
+ * **picker:** Add onFileCropped callback ([#264](https://github.com/filestack/filestack-js/issues/264)) ([a598ea6](https://github.com/filestack/filestack-js/commit/a598ea6))
426
+ * **sdk:** Export additional interface ([#262](https://github.com/filestack/filestack-js/commit/968555e7822df1bbafc5db7f2cfe01c853dd30aa))
427
+
428
+
429
+
430
+ ### [3.4.2](https://github.com/filestack/filestack-js/compare/v3.4.1...v3.4.2) (2019-07-15)
431
+
432
+
433
+ ### Bug Fixes
434
+
435
+ * **file_tools:** Fix problems with uploading large files ([f2c1ab9](https://github.com/filestack/filestack-js/commit/f2c1ab9))
436
+
437
+
438
+
439
+ ### [3.4.1](https://github.com/filestack/filestack-js/compare/v3.4.0...v3.4.1) (2019-07-11)
440
+
441
+
442
+ ### Bug Fixes
443
+
444
+ * **p-queue:** revert version ([737baff](https://github.com/filestack/filestack-js/commit/737baff))
445
+
446
+
447
+ ### Build System
448
+
449
+ * **aws-sdk:** revert aws-sdk in dev-deps ([c020a0a](https://github.com/filestack/filestack-js/commit/c020a0a))
450
+
451
+
452
+
453
+ ## [3.4.0](https://github.com/filestack/filestack-js/compare/v3.3.5...v3.4.0) (2019-07-11)
454
+
455
+
456
+ ### Features
457
+
458
+ * **errors:** Update error event, update libs ([#254](https://github.com/filestack/filestack-js/issues/254)) ([983084c](https://github.com/filestack/filestack-js/commit/983084c))
459
+
460
+
461
+
462
+ ### [3.3.5](https://github.com/filestack/filestack-js/compare/v3.3.4...v3.3.5) (2019-07-03)
463
+
464
+
465
+ ### Bug Fixes
466
+
467
+ * **base64:** Fix b64 url safe creation in filelink ([#253](https://github.com/filestack/filestack-js/issues/253)) ([80fa3a7](https://github.com/filestack/filestack-js/commit/80fa3a7))
468
+
469
+
470
+
471
+ ### [3.3.4](https://github.com/filestack/filestack-js/compare/v3.3.3...v3.3.4) (2019-06-25)
472
+
473
+
474
+ ### Bug Fixes
475
+
476
+ * **picker:** Fix opentok integration ([#249](https://github.com/filestack/filestack-js/issues/249)) ([80029db](https://github.com/filestack/filestack-js/commit/80029db))
477
+
478
+
479
+
480
+ ### [3.3.3](https://github.com/filestack/filestack-js/compare/v3.3.2...v3.3.3) (2019-06-11)
481
+
482
+
483
+
484
+ ### [3.3.2](https://github.com/filestack/filestack-js/compare/v3.3.1...v3.3.2) (2019-06-07)
485
+
486
+
487
+ ### Bug Fixes
488
+
489
+ * **cloud/store:** bring back "/" at the end of url ([14ba091](https://github.com/filestack/filestack-js/commit/14ba091))
490
+ * **README:** fix typo ([ec33eb5](https://github.com/filestack/filestack-js/commit/ec33eb5))
491
+
492
+
493
+
494
+ ### [3.3.1](https://github.com/filestack/filestack-js/compare/v3.3.0...v3.3.1) (2019-06-07)
495
+
496
+
497
+ ### Bug Fixes
498
+
499
+ * **promises:** Remove finally from promises, there was some problems with polyfils ([2fab112](https://github.com/filestack/filestack-js/commit/2fab112))
500
+
501
+
502
+
503
+ ## [3.3.0](https://github.com/filestack/filestack-js/compare/v3.2.0...v3.3.0) (2019-06-07)
504
+
505
+
506
+ ### Bug Fixes
507
+
508
+ * **cloud:** fix cloud urls ([#239](https://github.com/filestack/filestack-js/issues/239)) ([7c0ce47](https://github.com/filestack/filestack-js/commit/7c0ce47))
509
+
510
+
511
+ ### Features
512
+
513
+ * **picker:** Bump picker version ([fbd35ba](https://github.com/filestack/filestack-js/commit/fbd35ba))
514
+ * **webhookValidator:** Add wh signature validator ([a4975aa](https://github.com/filestack/filestack-js/commit/a4975aa))
515
+
516
+
517
+
518
+ ## [3.2.0](https://github.com/filestack/filestack-js/compare/v3.1.1...v3.2.0) (2019-06-03)
519
+
520
+
521
+ ### Bug Fixes
522
+
523
+ * **types:** Fix path in types file ([793b8f1](https://github.com/filestack/filestack-js/commit/793b8f1))
524
+
525
+
526
+ ### Features
527
+
528
+ * **picker:** update picker version ([037bbed](https://github.com/filestack/filestack-js/commit/037bbed))
529
+ * **picker:** Update pickerOptions interface ([#236](https://github.com/filestack/filestack-js/issues/236)) ([2d6b533](https://github.com/filestack/filestack-js/commit/2d6b533))
530
+
531
+
532
+
533
+ ### [3.1.1](https://github.com/filestack/filestack-js/compare/v3.1.0...v3.1.1) (2019-05-31)
534
+
535
+
536
+
537
+ ## [3.1.0](https://github.com/filestack/filestack-js/compare/v3.0.0...v3.1.0) (2019-05-31)
538
+
539
+
540
+ ### Features
541
+
542
+ * **validation:** add all supported regions to validation ([#233](https://github.com/filestack/filestack-js/issues/233)) ([4cf82e7](https://github.com/filestack/filestack-js/commit/4cf82e7))
543
+
544
+
545
+
546
+ ## [3.0.0](https://github.com/filestack/filestack-js/compare/v2.1.0...v3.0.0) (2019-05-30)
547
+
548
+
549
+
550
+ <a name="2.1.0"></a>
551
+ # [2.1.0](https://github.com/filestack/filestack-js/compare/v2.0.7...v2.1.0) (2019-05-06)
552
+
553
+
554
+ ### Features
555
+
556
+ * **config:** Update version of picker ([#226](https://github.com/filestack/filestack-js/issues/226)) ([11be0cc](https://github.com/filestack/filestack-js/commit/11be0cc))
557
+
558
+
559
+
560
+ <a name="2.0.7"></a>
561
+ ## [2.0.7](https://github.com/filestack/filestack-js/compare/v2.0.6...v2.0.7) (2019-04-18)
562
+
563
+ * **picker** Update version of picker (1.4.7)
564
+
565
+
566
+ <a name="2.0.6"></a>
567
+ ## [2.0.6](https://github.com/filestack/filestack-js/compare/v2.0.5...v2.0.6) (2019-04-15)
568
+
569
+ * **filelink:** Add zip, minifyCss and minifyJs tasks
570
+ * **picker** Update version of picker (1.4.6)
571
+
572
+ <a name="2.0.5"></a>
573
+ ## [2.0.5](https://github.com/filestack/filestack-js/compare/v2.0.4...v2.0.5) (2019-04-08)
574
+
575
+
576
+ ### Bug Fixes
577
+
578
+ * **transforms:** Fix typo in schema ([d6cf4b0](https://github.com/filestack/filestack-js/commit/d6cf4b0))
579
+
580
+
581
+
582
+ <a name="2.0.4"></a>
583
+ ## [2.0.4](https://github.com/filestack/filestack-js/compare/v2.0.3...v2.0.4) (2019-04-08)
584
+
585
+ * **filelink:** Add possibility to disable validation on tasks params ([2d3eb7f](https://github.com/filestack/filestack-js/commit/2d3eb7f))
586
+
587
+
588
+ <a name="2.0.3"></a>
589
+ ## [2.0.3](https://github.com/filestack/filestack-js/compare/v2.0.2...v2.0.3) (2019-03-28)
590
+
591
+
592
+ ### Features
593
+
594
+ * **filelink:** Add support for fallback task ([dbb0b4b](https://github.com/filestack/filestack-js/commit/dbb0b4b))
595
+
596
+
597
+
598
+ <a name="2.0.2"></a>
599
+ ## [2.0.2](https://github.com/filestack/filestack-js/compare/v2.0.1...v2.0.2) (2019-03-19)
600
+
601
+
602
+ ### Bug Fixes
603
+
604
+ * **urllib:** Add url dep to build ([6c17c47](https://github.com/filestack/filestack-js/commit/6c17c47))
605
+
606
+
607
+
608
+ <a name="2.0.1"></a>
609
+ ## [2.0.1](https://github.com/filestack/filestack-js/compare/v2.0.0...v2.0.1) (2019-03-15)
610
+
611
+
612
+
613
+ <a name="2.0.0"></a>
614
+ # [2.0.0](https://github.com/filestack/filestack-js/compare/v1.14.6...v2.0.0) (2019-03-15)
615
+
616
+
617
+ ### Bug Fixes
618
+
619
+ * **es5:** replace ajv with jsonschema in transform validator ([e59a5ba](https://github.com/filestack/filestack-js/commit/e59a5ba))
620
+
621
+
622
+ ### BREAKING CHANGES
623
+
624
+ * **es5:** Validation errors from transform are updated to ValidationError from jsonschema
625
+
626
+ * feat(Gzip): Add info about gzip support in README
627
+
628
+ * ci(publish script): Udpate publish script for supporting gzip ContentEncoding
629
+
630
+
631
+
632
+ <a name="1.14.6"></a>
633
+ ## [1.14.6](https://github.com/filestack/filestack-js/compare/v1.14.5...v1.14.6) (2019-03-01)
634
+
635
+
636
+ ### Bug Fixes
637
+
638
+ * **trasnformSchema:** Fix regexp for video convert task clip params ([e572698](https://github.com/filestack/filestack-js/commit/e572698))
639
+
640
+
641
+
642
+ <a name="1.14.5"></a>
643
+ ## [1.14.5](https://github.com/filestack/filestack-js/compare/v1.14.4...v1.14.5) (2019-02-27)
644
+
645
+
646
+
647
+ <a name="1.14.2"></a>
648
+ ## [1.14.2](https://github.com/filestack/filestack-js/compare/v1.14.1...v1.14.2) (2019-02-15)
649
+
650
+
651
+ ### Bug Fixes
652
+
653
+ * **filelink:** Fix regexp for safari browser ([11c46db](https://github.com/filestack/filestack-js/commit/11c46db))
654
+
655
+
656
+
657
+ <a name="1.14.1"></a>
658
+ ## [1.14.1](https://github.com/filestack/filestack-js/compare/v1.14.0...v1.14.1) (2019-02-12)
659
+
660
+
661
+ ### Bug Fixes
662
+
663
+ * **filelink:** Add check hasOwnProperty to loop ([c3e930f](https://github.com/filestack/filestack-js/commit/c3e930f))
664
+
665
+
666
+
667
+ <a name="1.14.0"></a>
668
+ # [1.14.0](https://github.com/filestack/filestack-js/compare/v1.13.4...v1.14.0) (2019-02-11)
669
+
670
+
671
+ ### Features
672
+
673
+ * **picker:** Add tr language pack to picker ([#202](https://github.com/filestack/filestack-js/issues/202)) ([4448986](https://github.com/filestack/filestack-js/commit/4448986))
674
+
675
+
676
+
677
+ <a name="1.13.4"></a>
678
+ ## [1.13.4](https://github.com/filestack/filestack-js/compare/v1.13.3...v1.13.4) (2019-02-07)
679
+
680
+
681
+ ### Bug Fixes
682
+
683
+ * **storeUrl:** Add missing security ([a6b0404](https://github.com/filestack/filestack-js/commit/a6b0404)), closes [#198](https://github.com/filestack/filestack-js/issues/198)
684
+
685
+
686
+
687
+ <a name="1.13.3"></a>
688
+ ## [1.13.3](https://github.com/filestack/filestack-js/compare/v1.13.2...v1.13.3) (2019-02-07)
689
+
690
+
691
+
692
+ <a name="1.13.2"></a>
693
+ ## [1.13.2](https://github.com/filestack/filestack-js/compare/v1.13.1...v1.13.2) (2019-02-06)
694
+
695
+
696
+
697
+ <a name="1.13.1"></a>
698
+ ## [1.13.1](https://github.com/filestack/filestack-js/compare/v1.13.0...v1.13.1) (2019-02-04)
699
+
700
+
701
+ ### Bug Fixes
702
+
703
+ * **transformations:** Fix videoconvert params ([978d763](https://github.com/filestack/filestack-js/commit/978d763))
704
+
705
+
706
+
707
+ <a name="1.13.0"></a>
708
+ # [1.13.0](https://github.com/filestack/filestack-js/compare/v1.12.1...v1.13.0) (2019-01-31)
709
+
710
+
711
+ ### Features
712
+
713
+ * **Filelink:** Add Filelink class to replace client.transform ([#195](https://github.com/filestack/filestack-js/issues/195)) ([5738b37](https://github.com/filestack/filestack-js/commit/5738b37))
714
+
715
+
716
+ ### BREAKING CHANGES
717
+
718
+ * **Filelink:** Add new Filelink class for better transforms support
719
+
720
+ * docs(Filelink): Add documentation to filelink
721
+
722
+
723
+
724
+ <a name="1.12.1"></a>
725
+ ## [1.12.1](https://github.com/filestack/filestack-js/compare/v1.12.0...v1.12.1) (2019-01-29)
726
+
727
+
728
+ ### Bug Fixes
729
+
730
+ * **transformations:** Fix pdfconvert schema oneOf -> anyOf ([c95bab2](https://github.com/filestack/filestack-js/commit/c95bab2))
731
+
732
+
733
+
734
+ <a name="1.12.0"></a>
735
+ # [1.12.0](https://github.com/filestack/filestack-js/compare/v1.11.0...v1.12.0) (2019-01-29)
736
+
737
+
738
+ ### Features
739
+
740
+ * **transforms:** add pdfinfo and pdfconvert to transforms ([#192](https://github.com/filestack/filestack-js/issues/192)) ([da62507](https://github.com/filestack/filestack-js/commit/da62507))
741
+
742
+
743
+
744
+ <a name="1.11.0"></a>
745
+ # [1.11.0](https://github.com/filestack/filestack-js/compare/v1.10.0...v1.11.0) (2019-01-23)
746
+
747
+
748
+ ### Features
749
+
750
+ * **transforms:** add base64 support to transforms ([83f07e2](https://github.com/filestack/filestack-js/commit/83f07e2))
751
+
752
+
753
+
754
+ <a name="1.10.0"></a>
755
+ # [1.10.0](https://github.com/filestack/filestack-js/compare/v1.9.0...v1.10.0) (2019-01-15)
756
+
757
+
758
+ ### Bug Fixes
759
+
760
+ * **security:** fix call validator ([#188](https://github.com/filestack/filestack-js/issues/188)) ([adf9388](https://github.com/filestack/filestack-js/commit/adf9388))
761
+ * **upload:** fix problems with file partitioning ([#187](https://github.com/filestack/filestack-js/issues/187)) ([9c09c4c](https://github.com/filestack/filestack-js/commit/9c09c4c))
762
+
763
+
764
+ ### Features
765
+
766
+ * **picker:** Update picker version ([#189](https://github.com/filestack/filestack-js/issues/189)) ([771edb4](https://github.com/filestack/filestack-js/commit/771edb4))
767
+
768
+
769
+
770
+ <a name="1.9.0"></a>
771
+ # [1.9.0](https://github.com/filestack/filestack-js/compare/v1.8.3...v1.9.0) (2018-12-18)
772
+
773
+
774
+ ### Features
775
+
776
+ * **picker:** Add exif removal option to picker ([9ca93b4](https://github.com/filestack/filestack-js/commit/9ca93b4))
777
+
778
+
779
+
780
+ <a name="1.8.3"></a>
781
+ ## [1.8.3](https://github.com/filestack/filestack-js/compare/v1.8.2...v1.8.3) (2018-12-11)
782
+
783
+
784
+ ### Bug Fixes
785
+
786
+ * **transforms:** allow uppercased values in transform ([#179](https://github.com/filestack/filestack-js/issues/179)) ([9b7c3ba](https://github.com/filestack/filestack-js/commit/9b7c3ba))
787
+
788
+
789
+
790
+ <a name="1.8.2"></a>
791
+ ## [1.8.2](https://github.com/filestack/filestack-js/compare/v1.8.1...v1.8.2) (2018-12-10)
792
+
793
+
794
+
795
+ <a name="1.8.1"></a>
796
+ ## [1.8.1](https://github.com/filestack/filestack-js/compare/v1.8.0...v1.8.1) (2018-11-22)
797
+
798
+
799
+ ### Bug Fixes
800
+
801
+ * **tslib:** move tslib to deps ([121d233](https://github.com/filestack/filestack-js/commit/121d233))
802
+
803
+
804
+
805
+ <a name="1.8.0"></a>
806
+ # [1.8.0](https://github.com/filestack/filestack-js/compare/v1.7.7...v1.8.0) (2018-11-21)
807
+
808
+
809
+ ### Bug Fixes
810
+
811
+ * **har-validator:** fix har-validator in package json ([d4475a0](https://github.com/filestack/filestack-js/commit/d4475a0))
812
+ * **har-validator:** fix version for har-validator ([1a5d343](https://github.com/filestack/filestack-js/commit/1a5d343))
813
+ * **har-validator:** fix version in package-json lock ([#172](https://github.com/filestack/filestack-js/issues/172)) ([5f585a6](https://github.com/filestack/filestack-js/commit/5f585a6))
814
+ * **storeURL:** fix if statement for replacing special chars in store url ([41188ec](https://github.com/filestack/filestack-js/commit/41188ec))
815
+
816
+
817
+
818
+ <a name="1.7.7"></a>
819
+ ## [1.7.7](https://github.com/filestack/filestack-js/compare/v1.7.6...v1.7.7) (2018-10-29)
820
+
821
+
822
+ ### Bug Fixes
823
+
824
+ * **browser_utils:** fix slice file in browser utils ([#166](https://github.com/filestack/filestack-js/issues/166)) ([9210eb7](https://github.com/filestack/filestack-js/commit/9210eb7))
825
+
826
+
827
+
828
+ <a name="1.7.6"></a>
829
+ ## [1.7.6](https://github.com/filestack/filestack-js/compare/v1.7.5...v1.7.6) (2018-10-25)
830
+
831
+
832
+ ### Bug Fixes
833
+
834
+ * **workflows:** fix condition in workflows ([03738ba](https://github.com/filestack/filestack-js/commit/03738ba))
835
+
836
+
837
+
838
+ <a name="1.7.5"></a>
839
+ ## [1.7.5](https://github.com/filestack/filestack-js/compare/v1.7.4...v1.7.5) (2018-10-25)
840
+
841
+
842
+ ### Bug Fixes
843
+
844
+ * **workflows:** fix workflows in uploads ([95d90e1](https://github.com/filestack/filestack-js/commit/95d90e1))
845
+
846
+
847
+
848
+ <a name="1.7.4"></a>
849
+ ## [1.7.4](https://github.com/filestack/filestack-js/compare/v1.7.3...v1.7.4) (2018-10-25)
850
+
851
+
852
+
853
+ <a name="1.7.3"></a>
854
+ ## [1.7.3](https://github.com/filestack/filestack-js/compare/v1.7.2...v1.7.3) (2018-10-23)
855
+
856
+
857
+ ### Bug Fixes
858
+
859
+ * **upload:** add signature and policy to complete upload event ([#164](https://github.com/filestack/filestack-js/issues/164)) ([7d98a27](https://github.com/filestack/filestack-js/commit/7d98a27))
860
+
861
+
862
+
863
+ <a name="1.7.2"></a>
864
+ ## [1.7.2](https://github.com/filestack/filestack-js/compare/v1.7.1...v1.7.2) (2018-10-11)
865
+
866
+
867
+
868
+ <a name="1.7.1"></a>
869
+ ## [1.7.1](https://github.com/filestack/filestack-js/compare/v1.7.0...v1.7.1) (2018-10-10)
870
+
871
+
872
+ ### Bug Fixes
873
+
874
+ * **pickerOptions/workflows:** Fix workflowIds name in options ([#160](https://github.com/filestack/filestack-js/issues/160)) ([b53af12](https://github.com/filestack/filestack-js/commit/b53af12))
875
+
876
+
877
+
878
+ <a name="1.7.0"></a>
879
+ # [1.7.0](https://github.com/filestack/filestack-js/compare/v1.6.1...v1.7.0) (2018-10-10)
880
+
881
+
882
+ ### Features
883
+
884
+ * **workflows:** Add workflows ids to store options ([#159](https://github.com/filestack/filestack-js/issues/159)) ([4ca1b34](https://github.com/filestack/filestack-js/commit/4ca1b34))
885
+
886
+
887
+
888
+ <a name="1.6.1"></a>
889
+ ## [1.6.1](https://github.com/filestack/filestack-js/compare/v1.6.0...v1.6.1) (2018-10-05)
890
+
891
+
892
+ ### Bug Fixes
893
+
894
+ * **picker/cname:** Load assets from given cname instead of fielstackapi domain - picker v1.2.2 ([#156](https://github.com/filestack/filestack-js/issues/156)) ([e3ea711](https://github.com/filestack/filestack-js/commit/e3ea711))
895
+
896
+
897
+
898
+ <a name="1.6.0"></a>
899
+ # [1.6.0](https://github.com/filestack/filestack-js/compare/v1.5.1...v1.6.0) (2018-09-24)
900
+
901
+
902
+ ### Features
903
+
904
+ * **workflows:** Add support for workflows ([#150](https://github.com/filestack/filestack-js/issues/150)) ([ddeb93a](https://github.com/filestack/filestack-js/commit/ddeb93a))
905
+
906
+
907
+
908
+ <a name="1.5.1"></a>
909
+ ## [1.5.1](https://github.com/filestack/filestack-js/compare/v1.5.0...v1.5.1) (2018-08-13)
910
+
911
+
912
+ ### Bug Fixes
913
+
914
+ * **ie11:** downgrade atob lib ([#139](https://github.com/filestack/filestack-js/issues/139)) ([d87c834](https://github.com/filestack/filestack-js/commit/d87c834))
915
+
916
+
917
+
918
+ <a name="1.5.0"></a>
919
+ # [1.5.0](https://github.com/filestack/filestack-js/compare/v1.4.0...v1.5.0) (2018-08-08)
920
+
921
+
922
+ ### Features
923
+
924
+ * Add support for buffers ([#137](https://github.com/filestack/filestack-js/issues/137)) ([7254ce4](https://github.com/filestack/filestack-js/commit/7254ce4))
925
+
926
+
927
+
928
+ <a name="1.4.1"></a>
929
+ ## [1.4.1](https://github.com/filestack/filestack-js/compare/v1.4.0...v1.4.1) (2018-07-25)
930
+
931
+ ### Picker Updates
932
+
933
+ * fix issue with `storeTo` not being respected in `dropPane` mode with `cropFiles: true`
934
+
935
+
936
+
937
+ <a name="1.4.0"></a>
938
+ # [1.4.0](https://github.com/filestack/filestack-js/compare/v1.3.2...v1.4.0) (2018-07-19)
939
+
940
+
941
+ ### Bug Fixes
942
+
943
+ * downgrade rollup to fix ES module bundling ([6c05b40](https://github.com/filestack/filestack-js/commit/6c05b40))
944
+ * respect empty values for transform tasks without props ([4b4f9a6](https://github.com/filestack/filestack-js/commit/4b4f9a6))
945
+
946
+
947
+ ### Features
948
+
949
+ * add removeMetadata method to allow file delete calls with skip_storage param ([#125](https://github.com/filestack/filestack-js/issues/125)) ([45e628a](https://github.com/filestack/filestack-js/commit/45e628a))
950
+
951
+
952
+
953
+ <a name="1.3.2"></a>
954
+ ## [1.3.2](https://github.com/filestack/filestack-js/compare/v1.3.1...v1.3.2) (2018-07-17)
955
+
956
+
957
+
958
+ <a name="1.3.1"></a>
959
+ ## [1.3.1](https://github.com/filestack/filestack-js/compare/v1.3.0...v1.3.1) (2018-07-17)
960
+
961
+
962
+ ### Bug Fixes
963
+
964
+ * **transform:** Transform cache option can be boolean ([#127](https://github.com/filestack/filestack-js/issues/127)) ([b4e15d4](https://github.com/filestack/filestack-js/commit/b4e15d4))
965
+
966
+
967
+
968
+ <a name="1.3.0"></a>
969
+ # [1.3.0](https://github.com/filestack/filestack-js/compare/v1.2.1...v1.3.0) (2018-07-17)
970
+
971
+
972
+ ### Features
973
+
974
+ * **transforms:** add compress option ([#126](https://github.com/filestack/filestack-js/issues/126)) ([a2a0e2d](https://github.com/filestack/filestack-js/commit/a2a0e2d))
975
+
976
+
977
+
978
+ <a name="1.2.1"></a>
979
+ ## [1.2.1](https://github.com/filestack/filestack-js/compare/v1.2.0...v1.2.1) (2018-07-05)
980
+
981
+
982
+ ### Bug Fixes
983
+
984
+ * resolve some issues with types ([1455632](https://github.com/filestack/filestack-js/commit/1455632))
985
+
986
+
987
+
988
+ <a name="1.2.0"></a>
989
+ # [1.2.0](https://github.com/filestack/filestack-js/compare/1.1.0...1.2.0) (2018-07-02)
990
+
991
+ ### Picker Updates
992
+
993
+ * add new option `customText` for replacing strings in the picker UI [Read more](https://filestack.github.io/filestack-js/interfaces/pickeroptions.html#customtext)
994
+ * add new `cropped` and `rotated` fields to the returned picker metadata [Read more](https://filestack.github.io/filestack-js/interfaces/pickerfilemetadata.html)
995
+ * fix issue related to minified CSS namespace collision in animations
996
+ * update Danish and Korean translations
997
+
998
+ <a name="1.1.0"></a>
999
+ # [1.1.0](https://github.com/filestack/filestack-js/compare/1.0.2...1.1.0) (2018-06-13)
1000
+
1001
+
1002
+ ### Features
1003
+
1004
+ * **transforms:** Add safe for work and tags transform ([#121](https://github.com/filestack/filestack-js/issues/121)) ([ed0f4c6](https://github.com/filestack/filestack-js/commit/ed0f4c6))
1005
+
1006
+
1007
+
1008
+ <a name="1.0.2"></a>
1009
+ # [1.0.2](https://github.com/filestack/filestack-js/compare/1.0.1...1.0.2) (2018-06-11)
1010
+
1011
+
1012
+ ### Bug Fixes
1013
+
1014
+ * **transform:** correct typo in video locations enum ([6fcf41b](https://github.com/filestack/filestack-js/commit/6fcf41b))
1015
+ * **picker:** fix bug where onUploadDone was called twice if allowManualRetry was true
1016
+ * **picker:** fix issue where event listeners were being unnecessarily removed
1017
+
1018
+ <a name="1.0.1"></a>
1019
+ ## [1.0.1](https://github.com/filestack/filestack-js/compare/1.0.0...1.0.1) (2018-05-31)
1020
+
1021
+
1022
+ ### Bug Fixes
1023
+
1024
+ * **picker:** fix syntax error in IE11 related to untransformed module import ([51e4873](https://github.com/filestack/filestack-js/commit/51e4873))
1025
+
1026
+ ## 1.0.0 (2018-05-31)
1027
+
1028
+ The source code for this repository has been made available under the Apache 2.0 license. Contributions are more than welcome, and we will be working to improve
1029
+ the contribution experience over time. It should be noted that the source code for the picker UI is not yet licensed for sharing.
1030
+
1031
+ ### Module Updates
1032
+
1033
+ * Browser and Node runtimes are now both supported. This is accomplished using the appropriate module fields in `package.json`. [Read more.](https://github.com/filestack/filestack-js#module-overview)
1034
+ * All modules have been rewritten in TypeScript. Generated docs are now derived from the interfaces used within the source code. [API Docs](https://filestack.github.io/filestack-js/index.html)
1035
+
1036
+ ### Breaking Changes
1037
+
1038
+ * `filestack.init` now takes 2 arguments, `apikey` and `options`. [Read more.](https://filestack.github.io/filestack-js/globals.html#init)
1039
+ * No more default export. The ES module must be imported using qualified imports, such as `import * as filestack from 'filestack-js'`.
1040
+ * Custom source in the picker must now use `customSourceName` to configure the name of the source in the UI. This is no longer pulled from the Filestack application.
1041
+ * `rejectOnCancel` has been removed from the picker options.
1042
+ * `hideWhenUploading` has been renamed to `hideModalWhenUploading`, since it applies only when `displayMode` is `'overlay'`
1043
+ * `pick`, `makeDropPane`, and `cropFiles` have been replaced by a unifying `picker` instance that exposes methods for controlling the picker lifecycle. Supporting this change are two new picker options, `displayMode` and `container`, which allow users to configure how their pickers are integrated into the document.
1044
+
1045
+ #### Migration path for filestack.init:
1046
+
1047
+ ```js
1048
+ const security = {
1049
+ policy: '12345',
1050
+ signature: 'abcdef'
1051
+ };
1052
+
1053
+ const cname = 'fs.mydomain.com';
1054
+
1055
+ // pre 1.0
1056
+
1057
+ filestack.init(apikey, security, cname);
1058
+
1059
+ // ---> 1.0
1060
+
1061
+ const options = {
1062
+ security,
1063
+ cname,
1064
+ };
1065
+
1066
+ filestack.init(apikey, options);
1067
+ ```
1068
+
1069
+ ### Picker Changes
1070
+
1071
+ We have changed the interface for using the picker. This was necessitated by new features and motivated by developer feedback. Because the picker now supports being embedded in addition to being a one-time modal, the Promise interface has been removed. This means `client.pick` is replaced by `client.picker`, which returns a Picker instance that exposes methods `open`, `close`, `cancel`, and `crop`. The picker instance can be configured to open in `overlay`, `inline`, or `dropPane` modes.
1072
+
1073
+ The recommended way moving forward is to replace your usage of `client.pick` with `picker.open` and set up any callbacks you need as options when instantiating the picker.
1074
+
1075
+ For example:
1076
+
1077
+ ```js
1078
+
1079
+ // pre-1.0
1080
+
1081
+ const client = filestack.init('apikey');
1082
+
1083
+ const pickOptions = {
1084
+ accept: ['image/jpeg', '.jpg', '.jpeg'],
1085
+ maxFiles: 4,
1086
+ imageMax: [1280, 720]
1087
+ // etc.
1088
+ };
1089
+
1090
+ client.pick(pickOptions).then(callback);
1091
+
1092
+
1093
+ // ---> 1.0
1094
+
1095
+ const client = filestack.init('apikey');
1096
+
1097
+ const pickOptions = {
1098
+ accept: ['image/jpeg', '.jpg', '.jpeg'],
1099
+ maxFiles: 4,
1100
+ imageMax: [1280, 720],
1101
+ onUploadDone: callback,
1102
+ };
1103
+
1104
+ client.picker(pickOptions).open();
1105
+ ```
1106
+
1107
+ In line with this change, we have removed the helper methods `cropFiles` and `makeDropPane`, but the same functionality can still be retained.
1108
+
1109
+ The old `makeDropPane` method can be achieved with this adapter:
1110
+
1111
+ ```js
1112
+ const makeDropPane = (dropPaneOptions, pickerOptions) => {
1113
+ const options = {
1114
+ ...pickerOptions,
1115
+ displayMode: 'dropPane',
1116
+ container: dropPaneOptions.id, // container can be a CSS selector or DOM node
1117
+ dropPane: dropPaneOptions,
1118
+ };
1119
+
1120
+ const picker = client.picker(options);
1121
+ picker.open();
1122
+ // close drop pane with picker.close()
1123
+ };
1124
+ ```
1125
+
1126
+ `cropFiles` is replaced by the `crop` method on the picker instance. This can only be used when displayMode is overlay (default) or inline. The crop method will take the input files and apply the force crop mode automatically for those files.
1127
+
1128
+ ```js
1129
+ const pickerOptions = {
1130
+ onUploadDone: res => console.log(res),
1131
+ };
1132
+
1133
+ const picker = client.picker(pickerOptions);
1134
+ picker.crop('http://link-to-an-image'); // can pass an array of Blobs or URLs
1135
+ ```
1136
+
1137
+ ### OAuth Changes
1138
+
1139
+ The OAuth flow for our cloud service has been updated to remove the need for cross-origin cookies. Unfortunately this is only possible by leveraging a feature of the OAuth 2 specification, which some cloud sources do not yet support. Because of this the following cloud sources are currently unsupported in the new picker:
1140
+
1141
+ * Flickr
1142
+ * Evernote
1143
+
1144
+ Due to how these services implement OAuth we cannot reliably track end-user sessions in our system. These providers will still operate in previous versions, and we will continue to search for a solution moving forward.
1145
+
1146
+ ### Picker Changes Summary
1147
+
1148
+ * New options `displayMode` and `container` to enable better DOM integration
1149
+ * MutationObserver is now used to clean up picker resources when its root node is destroyed in the DOM
1150
+ * `onOpen` now passes the picker instance and adds the `app` property to it which is a reference to the Vue instance
1151
+ * Non-local source views can now be toggled between list and grid
1152
+ * Shift-click for range selection is now supported in cloud source views
1153
+ * Fix issue related to folder limit in drag events
1154
+ * Fix issue where infinite scroll for some cloud sources made duplicate requests
1155
+ * Fix issue where `accept` parameter was not passed to mobile local file selection
1156
+ * Change `accept` to reject files without extensions if extension types are whitelisted
1157
+ * The modal sidebar will now auto-hide if only one source exists in `fromSources`
1158
+ * First-time render speed has been improved due to removing a blocking network request
1159
+ * Cross-origin cookies have been removed in favor of localStorage. This should resolve issues in Safari 11 and removes the need for the OAuth relay hosted by Filestack. This also means that Filestack cloud sessions will not persist across separate domains.
1160
+ * New option `customSourceName` for specifying the name of the custom source. This needs to be used if you were defining your custom source name in the dev portal.
1161
+ * `webcam`, `audio` and `video` sources on mobile are no longer hidden. Their behavior will be to open the device menu instead of using the desktop functionality.
1162
+ * Update Dutch translations
1163
+ * Add Catalan translations
1164
+
1165
+ ### API Client Updates
1166
+
1167
+ * `transform` has been rewritten and now supports all image tasks from the Filestack catalog. [Read more.](https://filestack.github.io/filestack-js/interfaces/transformoptions.html)
1168
+ * `preview` will now respect the CNAME option passed to the client when constructing URLs.
1169
+ * New option `sessionCache` to enable/disable storing the Filestack Cloud API token in the browser. Defaults to false. When true then users will not need to re-authorize their cloud sources if their session has not expired yet on the backend.
1170
+
1171
+ ## 0.11.2 (2018-01-24)
1172
+ **Picker changes**
1173
+ - Prevent ICC profile from being stripped on transformed images
1174
+ - Update Norwegian translations
1175
+
1176
+ ## 0.11.1 (2018-01-18)
1177
+ **Picker changes**
1178
+ - Fix a regression introduced in 0.10 where deselection of files prevented further uploads
1179
+
1180
+ ## 0.11.0 (2018-01-12)
1181
+ **Picker changes**
1182
+ - Remove global event handlers from drop pane components on destroy
1183
+
1184
+ **Client changes**
1185
+ - Update `preview` to use the new file viewer service (/preview instead of /api/preview)
1186
+ - Update `preview` to support storage aliases (e.g. src://my-alias/my-file)
1187
+ - Add preview option `v1` for users who wish to continue using the deprecated file viewer
1188
+
1189
+ **Note**
1190
+ The new file viewer has been redesigned so custom CSS may no longer work as intended. Users can continue
1191
+ using the old viewer by passing `{ v1: true }` in the `client.preview` options.
1192
+
1193
+ ## 0.10.1 (2017-12-14)
1194
+ **Picker changes**
1195
+ - Fix regression with `uploadConfig.timeout` not being respected
1196
+
1197
+ ## 0.10.0 (2017-12-07)
1198
+ **Picker changes**
1199
+ - Add new option `concurrency` to control maximum amount of running uploads
1200
+ - Fix a memory issue related to image resize and upload concurrency
1201
+ - Fix issue where `'fallback'` for intelligent uploads was not respected
1202
+ - Fix issue where editing cloud images stripped EXIF metadata
1203
+ - Fix `disableThumbnails` option to respect edited cloud images
1204
+ - Refactor resize logic to provide better UX -- image resize operations no longer block user actions (like upload and edit)
1205
+ - Update Polish and Mandarin translations
1206
+ - Add Korean (`ko`), Norwegian (`no`), Swedish (`sv`), and Vietnamese (`vi`) translations
1207
+
1208
+ ## 0.9.12 (2017-11-08)
1209
+ **Client changes**
1210
+ - Introduce `'fallback'` mode for intelligent uploads. When `intelligent: 'fallback'` is specified
1211
+ parts will only go through the intelligent ingestion flow when network conditions are degraded. The default
1212
+ behavior of `intelligent: true` remains unchanged -- when true all parts go through the intelligent flow regardless of network state.
1213
+
1214
+ Note: This feature still requires intelligent ingestion to be enabled on your Filestack application.
1215
+
1216
+ ## 0.9.11 (2017-11-01)
1217
+ **Client changes**
1218
+ - Fix bug with form data being parsed incorrectly when storing URLs
1219
+
1220
+ ## 0.9.10 (2017-11-01)
1221
+ **Picker changes**
1222
+ - Fix browser crash in Chrome when bulk resizing images
1223
+ - Add some UX around currently resizing images in summary view (Upload button now says Resizing)
1224
+
1225
+ ## 0.9.9 (2017-10-18)
1226
+ **Picker changes**
1227
+ - Disable drag mode on crop interface (only 0.9.8 had this behavior)
1228
+ - Increase crop box drag anchor area to help mobile gestures
1229
+
1230
+ **Client changes**
1231
+ - Add new `intelligentChunkSize` option to override the initial FII chunk size
1232
+ - Increase default request timeout to 2 minutes
1233
+
1234
+ ## 0.9.8 (2017-10-12)
1235
+ **Picker changes**
1236
+ - Add modalSize option for setting width and height of desktop modal
1237
+ - Change image grid thumbnail styles to prevent stretching
1238
+ - Add support for CNAME for static picker files (thanks to @MichalPodeszwa)
1239
+ - Fix duplicated uploads bug when `startUploadingWhenMaxFilesReached` and `uploadInBackground` are true
1240
+ - Fix bug where infinite scroll would fetch files twice
1241
+ - Fix issue with `exposeOriginalFile` not being respected in all callbacks
1242
+ - Optimize all downloaded SVG assets for faster loading times
1243
+
1244
+ ## 0.9.7 (2017-10-06)
1245
+ **Picker changes**
1246
+ - Fire all file callbacks regardless of uploadInBackground value
1247
+ - Default global drop zone to false, add new option globalDropZone to enable it
1248
+ - Add exposeOriginalFile option to give access to underlying File instances
1249
+ - Fix bug with allowManualRetry and background uploads
1250
+ - Fix UI bug with selected cloud files when uploadInBackground is true
1251
+
1252
+ ## 0.9.6 (2017-10-05)
1253
+ **Picker changes**
1254
+ - Implement makeDropPane for mounting a drop zone into the DOM (see README for options)
1255
+ - Implement cropFiles for using the picker's crop UI on a specific list of files
1256
+ - Add new `uploadId` to file metadata for tracking the file in callbacks
1257
+ - Add new `rootId` to pick options for specifying an id for the root DOM node
1258
+ - Fix UX bug with background uploads and summary row styles
1259
+
1260
+ ## 0.9.5 (2017-10-03)
1261
+ - Fixed a possible race condition in the module loader. See [#57](https://github.com/filestack/filestack-js/issues/57).
1262
+
1263
+ ## 0.9.4 (2017-09-26)
1264
+ **Picker changes**
1265
+ - Implement `allowManualRetry` option.
1266
+
1267
+ `allowManualRetry` will override the default picker behavior when failed uploads occur. The modal will remain open to let users retry failed files manually. Network interruptions are also detected when this option is true, and uploads that fail due to network disruption will be auto-retried until the network returns or until a user manually retries.
1268
+
1269
+ The UX for the summary screen has changed due to this feature, so users will now see completed, uploading, and failed files in separate sections. This change is visible to all users regardless of the option being enabled.
1270
+
1271
+ Manual retry for the single image flow will land in a later release. This option currently only applies to files viewed in the summary screen and not in the transformer.
1272
+
1273
+ **Client changes**
1274
+ - Increase upload request timeout default to 60s
1275
+ - Set an upper bound on exponential backoff interval
1276
+ - Expose logout method to clear cloud sessions
1277
+
1278
+ ## 0.9.3 (2017-09-18)
1279
+ **Picker changes**
1280
+ - Add `onedriveforbusiness` to sources
1281
+ - Fix issue related to raven-js global instrumenting
1282
+
1283
+ ## 0.9.2 (2017-09-07)
1284
+ **Picker changes**
1285
+ - Add new uploadConfig option to configure local file uploads
1286
+ - Fix UX related to failed uploads in the summary view
1287
+ - Update a few translations
1288
+ - Add a new error screen for invalid apikey
1289
+
1290
+ **Client changes**
1291
+ - Implement preview method to open document viewer for Filestack handles
1292
+ - Add timeout to upload method options
1293
+
1294
+ ## 0.9.1 (2017-08-30)
1295
+ **Picker changes**
1296
+ - Fix bug with customSourcePath on store and link calls
1297
+ - Implement disableStorageKey option to remove prefixes on stored files
1298
+ - Remove all argument mutation from the config parser
1299
+
1300
+ ## 0.9.0 (2017-08-24)
1301
+ **Picker changes**
1302
+ - Convert originalFile in metadata from File to object
1303
+ - Add onOpen and onUploadStarted callback options
1304
+ - Fix cloud folder fetching to ensure entire folder selection
1305
+ - Implement a fix for third-party cookie issues
1306
+
1307
+ ## 0.8.5 (2017-08-21)
1308
+ **Picker changes**
1309
+ - Put filename back into originalPath
1310
+
1311
+ ## 0.8.4 (2017-08-18)
1312
+ - Add cname option to init wrapper
1313
+
1314
+ ## 0.8.3 (2017-08-18)
1315
+ **Picker changes**
1316
+ - Fix issue with originalPath for cloud folders not being human readable
1317
+
1318
+ **Client changes**
1319
+ - Implement cname option in filestack.init
1320
+ - Add option to enable/disable intelligent ingestion uploads
1321
+ - Fix issues with how upload progress is reported
1322
+
1323
+ ## 0.8.2 (2017-08-14)
1324
+ - Force picker script URL to use HTTPS protocol
1325
+
1326
+ ## 0.8.1 (2017-08-04)
1327
+ **Picker changes**
1328
+ - Implement audio and video sources
1329
+ - Add `videoResolution` option for video source
1330
+ - Fix CSS bugs on iOS 8 Safari
1331
+ - Fix bug with cloud file selection/deselection
1332
+
1333
+ **Client changes**
1334
+ - Uploads will no longer retry on HTTP 4xx responses
1335
+
1336
+ ## 0.8.0 (2017-07-26)
1337
+ **Picker changes**
1338
+ - Fix typos in various languages including Italian and Danish
1339
+ - Add Hebrew language as `he`
1340
+ - Cancel uploads when the pick modal is closed (via close button or ESC key)
1341
+ - Convert all image transformations to run on the client
1342
+ - Implement force crop flow
1343
+
1344
+ **New pick options**
1345
+ - `imageMax` -- set maximum dimensions for client-side image resizing
1346
+ - `imageMin` -- set minimum dimensions for client-side image resizing
1347
+ - `imageDim` -- set dimensions for client-side image resizing
1348
+ - `rejectOnCancel` -- reject the Promise returned by `pick` on user cancel
1349
+ - `transformations.crop.force` -- force all images to be cropped before uploading
1350
+ - `transformations.rotate` -- enable/disable image rotation
1351
+ - `transformations.circle` -- enable/disable image circle crop
1352
+
1353
+ **Deprecated pick options**
1354
+
1355
+ As of 0.8.0 the following options are no longer supported:
1356
+
1357
+ - `transformations.maxDimensions` -- Replaced by `imageMax`
1358
+ - `transformations.minDimensions` -- Replaced by `imageMin`
1359
+ - `transformations.crop.circle` -- Replaced by `transformations.circle`
1360
+ - `transformations.filters` -- These are now gone, for now
1361
+
1362
+ **Client changes**
1363
+ - `upload` will now accept a base64 encoded string which it will convert to a Blob.
1364
+ - Added new transform option `output` for file conversion URL generation
1365
+
1366
+ ## 0.7.1 (2017-07-10)
1367
+ **Picker fixes**
1368
+ - Fix bug with broken URL upload when security is enabled
1369
+
1370
+ ## 0.7.0 (2017-07-03)
1371
+ **Picker changes**
1372
+ - Cloud folder UX and interface have been overhauled
1373
+ - Implemented Filestack whitelabel account feature (disable brand footer)
1374
+ - Add new screen for blocked applications
1375
+ - Add new option `disableThumbnails` to remove local file thumbnails for performance increase
1376
+ - Add new sources `url` and `customsource` (plus `customSourcePath` and `customSourceContainer` options)
1377
+ - Various style updates
1378
+ - Bug fixes including removing a TypeError on extension checking
1379
+
1380
+ **Client changes**
1381
+ - Fix module loader breaking in Node environments
1382
+ - Fix memory leak in multi-part uploader
1383
+ - Abort multi-part uploads if ETag header does not exist on first chunk response
1384
+
1385
+ **Breaking changes**
1386
+
1387
+ - Polyfills have been removed from the distributable. Please see the readme section [Promises](https://github.com/filestack/filestack-js#promises)
1388
+ - `fsp-button-auth` is now `fsp-button--auth`
1389
+
1390
+ ## 0.6.3 (2017-05-30)
1391
+ **Picker changes**
1392
+ - Fix bug with file upload progress related to background uploads
1393
+ - Fix issue with crop overlay dimensions being set incorrectly
1394
+
1395
+ ## 0.6.2 (2017-05-26)
1396
+ **Picker changes**
1397
+ - Fix multiple file selection bug on mobile
1398
+ - Fix bug where `uploadInBackground: false` was not respecting `storeTo` options
1399
+ - Change crop selection area to behave more like a mask
1400
+ - Fix issue when picker is loaded alongside a global Vue/Vuex instance
1401
+
1402
+ ## 0.6.1 (2017-05-22)
1403
+ - Add token parameter to upload method
1404
+
1405
+ ## 0.6.0 (2017-05-10)
1406
+ **Picker changes**
1407
+ - Implement webcam source for taking pictures
1408
+ - Remove sidebar pagination, implement sidebar scrolling
1409
+ - Fix performance issue in summary screen related to thumbnails
1410
+ - Implement onClose callback
1411
+ - Add new field `originalPath` to file data returned from pick
1412
+
1413
+ **Breaking changes**
1414
+
1415
+ - The multi-part `upload` method was rewritten. Options to this method have slightly changed.
1416
+ - The signature of progress events has also changed, please see the readme.
1417
+
1418
+ ## 0.5.2 (2017-04-20)
1419
+ - Fix one more transformations regression (sorry folks)
1420
+
1421
+ ## 0.5.1 (2017-04-17)
1422
+ - Fix transformations regression with security enabled
1423
+
1424
+ ## 0.5.0 (2017-04-17)
1425
+ - Implement single file/image flow in picker
1426
+ - Add translations for sidebar sources
1427
+ - Add Japanese locale
1428
+ - Add missing mimetypes to accept option
1429
+ - Fix grid style issue in Windows 10
1430
+ - General style changes, e.g. close button has been moved into the modal
1431
+ - Implemented several fixes for IE11
1432
+ - __Breaking changes__: pick option `transformOptions` changed to `transformations`. See README
1433
+
1434
+ ## 0.4.2 (2017-03-25)
1435
+ - Fix regression with summary screen images
1436
+ - Add Danish language support
1437
+
1438
+ ## 0.4.1 (2017-03-22)
1439
+ - Same as 0.4.0 - last release didn't include new bundle
1440
+
1441
+ ## 0.4.0 (2017-03-22)
1442
+ - Fix folder dragging in Chrome and Firefox
1443
+ - Add ability to drag images from the web in Chrome and Firefox
1444
+ - Fix bug where cloud logout prevented subsequent logins
1445
+ - Add international language support
1446
+ - Add S3 key and container to returned file metadata
1447
+ - **Breaking change:** Rename `name` to `filename` in returned file metadata from `pick`
1448
+
1449
+ ## 0.3.2 (2017-03-19)
1450
+ - Update transformer UI styles
1451
+ - Return unaltered source URL from transform when no options exist
1452
+
1453
+ ## 0.3.1 (2017-03-15)
1454
+ - Add correct handle to storeURL response
1455
+
1456
+ ## 0.3.0 (2017-03-14)
1457
+ - Add file size and upload progress in bytes to local files on summary screen
1458
+ - Fix issue where edited images have no transformations
1459
+ - Add behavior to show summary when maxFiles is reached
1460
+ - Remove autofocus from image-search input
1461
+ - Fix bug with security on process URLs
1462
+ - Add missing region parameter to storeURL
1463
+ - Throttle XHR events for performance gain
1464
+ - Reduce bundle size by about 100KB
1465
+
1466
+ ## 0.2.1 (2017-03-08)
1467
+ - Expose getSecurity and setSecurity methods
1468
+ - Fix drag and drop bug due to variable screen size
1469
+ - Mobile style fixes
1470
+ - Fix renaming via onFileSelected for local files
1471
+
1472
+ ## 0.2.0 (2017-03-06)
1473
+ - Change picker dependency to npm tarball
1474
+
1475
+ ## 0.1.12 (2017-03-02)
1476
+ - Bump picker to 0.2.12
1477
+
1478
+ ## 0.1.11 (2017-03-02)
1479
+ - Bump picker to 0.2.11, client to 0.2.1
1480
+
1481
+ ## 0.1.10 (2017-03-01)
1482
+ - Bump picker to 0.2.10
1483
+
1484
+ ## 0.1.9 (2017-03-01)
1485
+ - Bump client to 0.2.0
1486
+
1487
+ ## 0.1.8 (2017-03-01)
1488
+ - Bump picker to 0.2.9
1489
+ - Add repository to package.json
1490
+
1491
+ ## 0.1.7 (2017-03-01)
1492
+ - Bump picker to 0.2.8, client to 0.1.3
1493
+
1494
+ ## 0.1.6 (2017-02-27)
1495
+ - Include new client in the bundle
1496
+
1497
+ ## 0.1.5 (2017-02-27)
1498
+ - Bump picker to 0.2.7, client to 0.1.2
1499
+ - Fix typo in readme
1500
+
1501
+ ## 0.1.4 (2017-02-26)
1502
+ - Bump picker to 0.2.6
1503
+
1504
+ ## 0.1.3 (2017-02-26)
1505
+ - Update API methods
1506
+ - Bump picker to 0.2.5
1507
+
1508
+ ## 0.1.2 (2017-02-25)
1509
+ - Bump picker to 0.2.4
1510
+
1511
+ ## 0.1.1 (2017-02-25)
1512
+ - Bump to latest picker and client
1513
+ - Update to new security interface
1514
+
1515
+ ## 0.1.0 (2017-02-24)
1516
+ - Bump picker to 0.2.1, api-client to 0.0.17
1517
+ - Add protocol agnostic picker URL
1518
+
1519
+ ## 0.0.8 (2017-02-16)
1520
+ - Bump picker to 0.1.8, api-client to 0.0.16
1521
+
1522
+ ## 0.0.7 (2017-02-13)
1523
+ - Return loader Promise instance from pick
1524
+
1525
+ ## 0.0.6 (2017-02-12)
1526
+ - Pin picker version and bump to 0.1.7
1527
+
1528
+ ## 0.0.5 (2017-02-12)
1529
+ - Bump api-client to 0.0.14
1530
+
1531
+ ## 0.0.4 (2017-02-12)
1532
+ - Update readme
1533
+ - Bump api-client to 0.0.12
1534
+
1535
+ ## 0.0.3 (2017-02-11)
1536
+ - Fix S3 bucket name
1537
+
1538
+ ## 0.0.2 (2017-02-11)
1539
+ - Update api-client to 0.0.11
1540
+ - Update interfaces, build configs, envs, and readme
1541
+
1542
+ ## 0.0.1 (2016-12-27)
1543
+ - Initial release