filestack-js 3.35.4-beta.1 → 3.36.4

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