filestack-js 3.32.3-beta.1 → 3.33.3

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