Skip to content

Commit 6990e4a

Browse files
committed
Add CHANGELOG.md for version 4.0.0 release
1 parent c0c6c36 commit 6990e4a

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
## 4.0.0
2+
3+
This is a major release that includes breaking changes. Please refer to the [official documentation](https://imagekit.io/docs/integration/vuejs) for up-to-date usage instructions.
4+
5+
## 3.1.0
6+
7+
- Added `checks` parameter by [@ankur-dwivedi](https://github.com/ankur-dwivedi) in [#115](https://github.com/imagekit-developer/imagekit-vuejs/pull/115).
8+
9+
**Full Changelog**: [v3.0.1...v3.1.0](https://github.com/imagekit-developer/imagekit-vuejs/compare/3.0.1...3.1.0)
10+
11+
---
12+
13+
## 3.0.1
14+
15+
- Fixed issue [#113](https://github.com/imagekit-developer/imagekit-vuejs/issues/113).
16+
17+
**Full Changelog**: [v3.0.0...v3.0.1](https://github.com/imagekit-developer/imagekit-vuejs/compare/3.0.0...3.0.1)
18+
19+
---
20+
21+
## 3.0.0
22+
23+
- Added support for the `transformation` parameter to apply both **pre-** and **post-** transformations during upload.
24+
- Introduced new parameters: `effectShadow` and `effectGradient`.
25+
- **Breaking Change:** Removed legacy overlay syntax parameters such as `oi`, `ot`, `obg`, etc.
26+
27+
**Full Changelog**: [v2.0.1...v3.0.0](https://github.com/imagekit-developer/imagekit-vuejs/compare/2.0.1...3.0.0)
28+
29+
---
30+
31+
## 2.0.1
32+
33+
- **Vue 3 support:** The SDK now works seamlessly with Vue 3 applications.
34+
- Added video-playback capability.
35+
- Resolved community-reported issues [#33](https://github.com/imagekit-developer/imagekit-vuejs/issues/33), [#34](https://github.com/imagekit-developer/imagekit-vuejs/issues/34), [#42](https://github.com/imagekit-developer/imagekit-vuejs/issues/42), [#44](https://github.com/imagekit-developer/imagekit-vuejs/issues/44), [#47](https://github.com/imagekit-developer/imagekit-vuejs/issues/47), [#49](https://github.com/imagekit-developer/imagekit-vuejs/issues/49) and [#50](https://github.com/imagekit-developer/imagekit-vuejs/issues/50).
36+
37+
**Full Changelog**: [v2.0.0...v2.0.1](https://github.com/imagekit-developer/imagekit-vuejs/compare/2.0.0...2.0.1)
38+
39+
---
40+
41+
## 2.0.0
42+
43+
- **Deprecated release.** This version is marked **“DO NOT USE.”**
44+
45+
**Full Changelog**: [v1.0.9...v2.0.0](https://github.com/imagekit-developer/imagekit-vuejs/compare/1.0.9...2.0.0)
46+
47+
---
48+
49+
For the complete list of releases and changes, visit the [GitHub Releases Page](https://github.com/imagekit-developer/imagekit-vuejs/releases).

0 commit comments

Comments
 (0)