|
1 |
| -## [1.1.2](https://github.com/xiaoluoboding/vue-sonner/compare/v1.1.1...v1.1.2) (2024-03-07) |
| 1 | +# [1.2.0](https://github.com/hoppscotch/vue-sonner/compare/v1.1.2...v1.2.0) (2024-05-30) |
2 | 2 |
|
3 | 3 |
|
4 | 4 | ### Bug Fixes
|
5 | 5 |
|
6 |
| -* changing index operator, adding '?' operator ([c03d9dc](https://github.com/xiaoluoboding/vue-sonner/commit/c03d9dc4f57402e8666001fd2c076353387a37aa)) |
7 |
| -* resolve [#56](https://github.com/xiaoluoboding/vue-sonner/issues/56) via checking for array type ([9e6d7e5](https://github.com/xiaoluoboding/vue-sonner/commit/9e6d7e52d028c0fa64a9ba05a89f9558526e4e71)) |
| 6 | +* **README:** Fix typo in markRaw import ([6a0b916](https://github.com/hoppscotch/vue-sonner/commit/6a0b916ad702162cb4c081df04f9ceac5edfe96f)) |
| 7 | + |
| 8 | + |
| 9 | +### Features |
| 10 | + |
| 11 | +* multiple actions support and api improvements ([#2](https://github.com/hoppscotch/vue-sonner/issues/2)) ([79bb083](https://github.com/hoppscotch/vue-sonner/commit/79bb083a35c07a41fb045f2e8e2c92c7739f0a56)) |
| 12 | +* support dynamic position ([55102c4](https://github.com/hoppscotch/vue-sonner/commit/55102c46942ae86f9b6f7ec46f6ade9484cdb8e2)) |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +## [1.1.2](https://github.com/hoppscotch/vue-sonner/compare/v1.1.1...v1.1.2) (2024-03-07) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* changing index operator, adding '?' operator ([c03d9dc](https://github.com/hoppscotch/vue-sonner/commit/c03d9dc4f57402e8666001fd2c076353387a37aa)) |
| 22 | +* resolve [#56](https://github.com/hoppscotch/vue-sonner/issues/56) via checking for array type ([9e6d7e5](https://github.com/hoppscotch/vue-sonner/commit/9e6d7e52d028c0fa64a9ba05a89f9558526e4e71)) |
8 | 23 |
|
9 | 24 |
|
10 | 25 |
|
11 |
| -## [1.1.1](https://github.com/xiaoluoboding/vue-sonner/compare/v1.1.0...v1.1.1) (2024-03-02) |
| 26 | +## [1.1.1](https://github.com/hoppscotch/vue-sonner/compare/v1.1.0...v1.1.1) (2024-03-02) |
12 | 27 |
|
13 | 28 |
|
14 | 29 | ### Features
|
15 | 30 |
|
16 |
| -* add `@microsoft/api-extractor` to merge all types files in one d.ts file ([83f27fa](https://github.com/xiaoluoboding/vue-sonner/commit/83f27fa5150d681d330671df038c31b55517ce80)) |
| 31 | +* add `@microsoft/api-extractor` to merge all types files in one d.ts file ([83f27fa](https://github.com/hoppscotch/vue-sonner/commit/83f27fa5150d681d330671df038c31b55517ce80)) |
17 | 32 |
|
18 | 33 |
|
19 | 34 |
|
20 |
| -# [1.1.0](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.4...v1.1.0) (2024-03-01) |
| 35 | +# [1.1.0](https://github.com/hoppscotch/vue-sonner/compare/v1.0.4...v1.1.0) (2024-03-01) |
21 | 36 |
|
22 | 37 |
|
23 | 38 | ### Bug Fixes
|
24 | 39 |
|
25 |
| -* fixed the close button do not have fade animation bug ([6288840](https://github.com/xiaoluoboding/vue-sonner/commit/6288840e2b0c33fa744f2cba3d42b342c00c250e)) |
26 |
| -* fixed the default toast render the icon element bug ([0f57a19](https://github.com/xiaoluoboding/vue-sonner/commit/0f57a19a44a9d090173d1039acd7cfebd423f8ef)) |
| 40 | +* fixed the close button do not have fade animation bug ([6288840](https://github.com/hoppscotch/vue-sonner/commit/6288840e2b0c33fa744f2cba3d42b342c00c250e)) |
| 41 | +* fixed the default toast render the icon element bug ([0f57a19](https://github.com/hoppscotch/vue-sonner/commit/0f57a19a44a9d090173d1039acd7cfebd423f8ef)) |
27 | 42 |
|
28 | 43 |
|
29 | 44 |
|
30 |
| -## [1.0.4](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.3...v1.0.4) (2024-02-29) |
| 45 | +## [1.0.4](https://github.com/hoppscotch/vue-sonner/compare/v1.0.3...v1.0.4) (2024-02-29) |
31 | 46 |
|
32 | 47 |
|
33 | 48 | ### Bug Fixes
|
34 | 49 |
|
35 |
| -* blurry text in chromium ([c9aa8ba](https://github.com/xiaoluoboding/vue-sonner/commit/c9aa8ba50c425412ff159eda2788dff49c1ea683)) |
| 50 | +* blurry text in chromium ([c9aa8ba](https://github.com/hoppscotch/vue-sonner/commit/c9aa8ba50c425412ff159eda2788dff49c1ea683)) |
36 | 51 |
|
37 | 52 |
|
38 | 53 | ### Features
|
39 | 54 |
|
40 |
| -* allow setting position when creating a toast ([0326cea](https://github.com/xiaoluoboding/vue-sonner/commit/0326ceaefac7e26643bff2d2825f79bbfbde1269)) |
41 |
| -* change the style ([4b73c89](https://github.com/xiaoluoboding/vue-sonner/commit/4b73c896840b27999fd0eb33cbe32a7ef0349f85)) |
| 55 | +* allow setting position when creating a toast ([0326cea](https://github.com/hoppscotch/vue-sonner/commit/0326ceaefac7e26643bff2d2825f79bbfbde1269)) |
| 56 | +* change the style ([4b73c89](https://github.com/hoppscotch/vue-sonner/commit/4b73c896840b27999fd0eb33cbe32a7ef0349f85)) |
42 | 57 |
|
43 | 58 |
|
44 | 59 |
|
45 |
| -## [1.0.3](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.2...v1.0.3) (2024-01-24) |
| 60 | +## [1.0.3](https://github.com/hoppscotch/vue-sonner/compare/v1.0.2...v1.0.3) (2024-01-24) |
46 | 61 |
|
47 | 62 |
|
48 | 63 | ### Bug Fixes
|
49 | 64 |
|
50 |
| -* fixed the [#39](https://github.com/xiaoluoboding/vue-sonner/issues/39) problem ([77ff63f](https://github.com/xiaoluoboding/vue-sonner/commit/77ff63f221652b48290acf1516bc093f17faf719)) |
51 |
| -* **type:** fixed the type ([6ee1ca4](https://github.com/xiaoluoboding/vue-sonner/commit/6ee1ca42f7104f40d0c2524fd27659c4bea5a607)) |
| 65 | +* fixed the [#39](https://github.com/hoppscotch/vue-sonner/issues/39) problem ([77ff63f](https://github.com/hoppscotch/vue-sonner/commit/77ff63f221652b48290acf1516bc093f17faf719)) |
| 66 | +* **type:** fixed the type ([6ee1ca4](https://github.com/hoppscotch/vue-sonner/commit/6ee1ca42f7104f40d0c2524fd27659c4bea5a607)) |
52 | 67 |
|
53 | 68 |
|
54 | 69 | ### Features
|
55 | 70 |
|
56 |
| -* `inject-css` with simple vite plugin API inspired by bunchee inline-css ([f0ca814](https://github.com/xiaoluoboding/vue-sonner/commit/f0ca814f061a5592384309ef6339f1a319370e5a)) |
57 |
| -* add base `@vue/tsconfig`, `cjs` instead of `umd.cjs` ([c0a4d5c](https://github.com/xiaoluoboding/vue-sonner/commit/c0a4d5ceffaf726a0414b2100a7a472b8b871eea)) |
58 |
| -* generate `declaration` files with `vue-tsc` ([76311fb](https://github.com/xiaoluoboding/vue-sonner/commit/76311fb76d8c7d883ae5f99aa7b017a1865b8358)) |
| 71 | +* `inject-css` with simple vite plugin API inspired by bunchee inline-css ([f0ca814](https://github.com/hoppscotch/vue-sonner/commit/f0ca814f061a5592384309ef6339f1a319370e5a)) |
| 72 | +* add base `@vue/tsconfig`, `cjs` instead of `umd.cjs` ([c0a4d5c](https://github.com/hoppscotch/vue-sonner/commit/c0a4d5ceffaf726a0414b2100a7a472b8b871eea)) |
| 73 | +* generate `declaration` files with `vue-tsc` ([76311fb](https://github.com/hoppscotch/vue-sonner/commit/76311fb76d8c7d883ae5f99aa7b017a1865b8358)) |
59 | 74 |
|
60 | 75 |
|
61 | 76 |
|
62 |
| -## [1.0.2](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.1...v1.0.2) (2023-11-07) |
| 77 | +## [1.0.2](https://github.com/hoppscotch/vue-sonner/compare/v1.0.1...v1.0.2) (2023-11-07) |
63 | 78 |
|
64 | 79 |
|
65 | 80 | ### Bug Fixes
|
66 | 81 |
|
67 |
| -* fixed the promise bug ([c297881](https://github.com/xiaoluoboding/vue-sonner/commit/c297881bcbe28e20f5714038c9a75419609a7ab6)) |
| 82 | +* fixed the promise bug ([c297881](https://github.com/hoppscotch/vue-sonner/commit/c297881bcbe28e20f5714038c9a75419609a7ab6)) |
68 | 83 |
|
69 | 84 |
|
70 | 85 |
|
71 |
| -## [1.0.1](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.0...v1.0.1) (2023-11-03) |
| 86 | +## [1.0.1](https://github.com/hoppscotch/vue-sonner/compare/v1.0.0...v1.0.1) (2023-11-03) |
72 | 87 |
|
73 | 88 |
|
74 | 89 | ### Features
|
75 | 90 |
|
76 |
| -* make promise return promise ([9608865](https://github.com/xiaoluoboding/vue-sonner/commit/9608865c852e8d50709f9842d29b08994081cb64)) |
| 91 | +* make promise return promise ([9608865](https://github.com/hoppscotch/vue-sonner/commit/9608865c852e8d50709f9842d29b08994081cb64)) |
77 | 92 |
|
78 | 93 |
|
79 | 94 |
|
80 |
| -# [1.0.0](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.4...v1.0.0) (2023-10-31) |
| 95 | +# [1.0.0](https://github.com/hoppscotch/vue-sonner/compare/v0.4.4...v1.0.0) (2023-10-31) |
81 | 96 |
|
82 | 97 |
|
83 | 98 | ### Features
|
84 | 99 |
|
85 |
| -* add info & warning type for toast ([daaedce](https://github.com/xiaoluoboding/vue-sonner/commit/daaedcec33921f79ba24952b3b7b644b02ab6591)) |
| 100 | +* add info & warning type for toast ([daaedce](https://github.com/hoppscotch/vue-sonner/commit/daaedcec33921f79ba24952b3b7b644b02ab6591)) |
86 | 101 |
|
87 | 102 |
|
88 | 103 |
|
89 |
| -## [0.4.4](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.3...v0.4.4) (2023-08-30) |
| 104 | +## [0.4.4](https://github.com/hoppscotch/vue-sonner/compare/v0.4.3...v0.4.4) (2023-08-30) |
90 | 105 |
|
91 | 106 |
|
92 | 107 | ### Features
|
93 | 108 |
|
94 |
| -* export toaster props ([a183aab](https://github.com/xiaoluoboding/vue-sonner/commit/a183aaba9120e5e84845aff696231f0820dde985)) |
| 109 | +* export toaster props ([a183aab](https://github.com/hoppscotch/vue-sonner/commit/a183aaba9120e5e84845aff696231f0820dde985)) |
95 | 110 |
|
96 | 111 |
|
97 | 112 |
|
98 |
| -## [0.4.3](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.2...v0.4.3) (2023-08-06) |
| 113 | +## [0.4.3](https://github.com/hoppscotch/vue-sonner/compare/v0.4.2...v0.4.3) (2023-08-06) |
99 | 114 |
|
100 | 115 |
|
101 | 116 | ### Bug Fixes
|
102 | 117 |
|
103 |
| -* remove default offset ([c327753](https://github.com/xiaoluoboding/vue-sonner/commit/c327753a0f6da0700dbe17076ecc25cb8974412c)) |
| 118 | +* remove default offset ([c327753](https://github.com/hoppscotch/vue-sonner/commit/c327753a0f6da0700dbe17076ecc25cb8974412c)) |
104 | 119 |
|
105 | 120 |
|
106 | 121 |
|
107 |
| -## [0.4.2](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.1...v0.4.2) (2023-07-24) |
| 122 | +## [0.4.2](https://github.com/hoppscotch/vue-sonner/compare/v0.4.1...v0.4.2) (2023-07-24) |
108 | 123 |
|
109 | 124 |
|
110 | 125 | ### Bug Fixes
|
111 | 126 |
|
112 |
| -* exports types should be first ([18b6044](https://github.com/xiaoluoboding/vue-sonner/commit/18b6044d10715169d52cb12e2f1e6b7082314d1d)) |
| 127 | +* exports types should be first ([18b6044](https://github.com/hoppscotch/vue-sonner/commit/18b6044d10715169d52cb12e2f1e6b7082314d1d)) |
113 | 128 |
|
114 | 129 |
|
115 | 130 |
|
116 |
| -## [0.4.1](https://github.com/xiaoluoboding/vue-sonner/compare/v0.4.0...v0.4.1) (2023-07-24) |
| 131 | +## [0.4.1](https://github.com/hoppscotch/vue-sonner/compare/v0.4.0...v0.4.1) (2023-07-24) |
117 | 132 |
|
118 | 133 |
|
119 | 134 | ### Bug Fixes
|
120 | 135 |
|
121 |
| -* ignore type definitions ([9fe93d9](https://github.com/xiaoluoboding/vue-sonner/commit/9fe93d9f2a46e6908662b8da7245cd183771a799)) |
| 136 | +* ignore type definitions ([9fe93d9](https://github.com/hoppscotch/vue-sonner/commit/9fe93d9f2a46e6908662b8da7245cd183771a799)) |
122 | 137 |
|
123 | 138 |
|
124 | 139 |
|
125 |
| -# [0.4.0](https://github.com/xiaoluoboding/vue-sonner/compare/v0.3.3...v0.4.0) (2023-07-24) |
| 140 | +# [0.4.0](https://github.com/hoppscotch/vue-sonner/compare/v0.3.3...v0.4.0) (2023-07-24) |
126 | 141 |
|
127 | 142 |
|
128 | 143 | ### Features
|
129 | 144 |
|
130 |
| -* generate types ([1d17305](https://github.com/xiaoluoboding/vue-sonner/commit/1d17305a7e0eadf1682442dd2378b5ef3a940918)) |
131 |
| -* improve the types ([48215a4](https://github.com/xiaoluoboding/vue-sonner/commit/48215a4aaaeb77e10cef1c7da28da4262951bf1e)) |
| 145 | +* generate types ([1d17305](https://github.com/hoppscotch/vue-sonner/commit/1d17305a7e0eadf1682442dd2378b5ef3a940918)) |
| 146 | +* improve the types ([48215a4](https://github.com/hoppscotch/vue-sonner/commit/48215a4aaaeb77e10cef1c7da28da4262951bf1e)) |
132 | 147 |
|
133 | 148 |
|
134 | 149 |
|
135 |
| -## [0.3.3](https://github.com/xiaoluoboding/vue-sonner/compare/v0.3.2...v0.3.3) (2023-07-04) |
| 150 | +## [0.3.3](https://github.com/hoppscotch/vue-sonner/compare/v0.3.2...v0.3.3) (2023-07-04) |
136 | 151 |
|
137 | 152 |
|
138 | 153 | ### Bug Fixes
|
139 | 154 |
|
140 |
| -* custom component memory leaks ([2064312](https://github.com/xiaoluoboding/vue-sonner/commit/2064312e26f9bad0d8a42ff2abe3bcb6caa3bf66)) |
141 |
| -* custom styling with toastOptions ([65bf4ee](https://github.com/xiaoluoboding/vue-sonner/commit/65bf4ee94be5e8e474e9013d96c9f1ca2e1a8e47)) |
| 155 | +* custom component memory leaks ([2064312](https://github.com/hoppscotch/vue-sonner/commit/2064312e26f9bad0d8a42ff2abe3bcb6caa3bf66)) |
| 156 | +* custom styling with toastOptions ([65bf4ee](https://github.com/hoppscotch/vue-sonner/commit/65bf4ee94be5e8e474e9013d96c9f1ca2e1a8e47)) |
142 | 157 |
|
143 | 158 |
|
144 | 159 |
|
145 |
| -## [0.3.2](https://github.com/xiaoluoboding/vue-sonner/compare/v0.3.1...v0.3.2) (2023-05-15) |
| 160 | +## [0.3.2](https://github.com/hoppscotch/vue-sonner/compare/v0.3.1...v0.3.2) (2023-05-15) |
146 | 161 |
|
147 | 162 |
|
148 | 163 | ### Bug Fixes
|
149 | 164 |
|
150 |
| -* fixed typo ([05ad600](https://github.com/xiaoluoboding/vue-sonner/commit/05ad60021d88647d0ebdcf13b2afcad5a654713a)) |
151 |
| -* fixed typo ([4914ffb](https://github.com/xiaoluoboding/vue-sonner/commit/4914ffbd67fef8e52a73e2e3e86bfcee015749f6)) |
152 |
| -* fixed typo ([63b4c2a](https://github.com/xiaoluoboding/vue-sonner/commit/63b4c2af1fc203d71bb8249ad320e7fc8d8f9346)) |
| 165 | +* fixed typo ([05ad600](https://github.com/hoppscotch/vue-sonner/commit/05ad60021d88647d0ebdcf13b2afcad5a654713a)) |
| 166 | +* fixed typo ([4914ffb](https://github.com/hoppscotch/vue-sonner/commit/4914ffbd67fef8e52a73e2e3e86bfcee015749f6)) |
| 167 | +* fixed typo ([63b4c2a](https://github.com/hoppscotch/vue-sonner/commit/63b4c2af1fc203d71bb8249ad320e7fc8d8f9346)) |
153 | 168 |
|
154 | 169 |
|
155 | 170 | ### Features
|
156 | 171 |
|
157 |
| -* ability to add a cutom color icon ([eaaf175](https://github.com/xiaoluoboding/vue-sonner/commit/eaaf1759db6b5b3f2addfda4b80db47fc51b1b19)) |
| 172 | +* ability to add a cutom color icon ([eaaf175](https://github.com/hoppscotch/vue-sonner/commit/eaaf1759db6b5b3f2addfda4b80db47fc51b1b19)) |
158 | 173 |
|
159 | 174 |
|
160 | 175 |
|
161 |
| -## [0.3.1](https://github.com/xiaoluoboding/vue-sonner/compare/v0.3.0...v0.3.1) (2023-03-29) |
| 176 | +## [0.3.1](https://github.com/hoppscotch/vue-sonner/compare/v0.3.0...v0.3.1) (2023-03-29) |
162 | 177 |
|
163 | 178 |
|
164 | 179 | ### Bug Fixes
|
165 | 180 |
|
166 |
| -* fixed issue [#2](https://github.com/xiaoluoboding/vue-sonner/issues/2) ([c8adec1](https://github.com/xiaoluoboding/vue-sonner/commit/c8adec18ba44629b367056385b071d6eb0a7fc37)) |
| 181 | +* fixed issue [#2](https://github.com/hoppscotch/vue-sonner/issues/2) ([c8adec1](https://github.com/hoppscotch/vue-sonner/commit/c8adec18ba44629b367056385b071d6eb0a7fc37)) |
167 | 182 |
|
168 | 183 |
|
169 | 184 | ### Features
|
170 | 185 |
|
171 |
| -* add copy icon ([1cb61e8](https://github.com/xiaoluoboding/vue-sonner/commit/1cb61e848baa4718c3989578720efc5e6fead1c6)) |
172 |
| -* add header for SEO ([9571b9d](https://github.com/xiaoluoboding/vue-sonner/commit/9571b9d1fddfe201b716b1b968fe88fc5d8235b3)) |
173 |
| -* add seo meta ([9317f63](https://github.com/xiaoluoboding/vue-sonner/commit/9317f63dd905959e83e1ead320b043ec1047471a)) |
174 |
| -* change brand color ([ef97ea9](https://github.com/xiaoluoboding/vue-sonner/commit/ef97ea9af2759600016ac49214aa640c49658514)) |
175 |
| -* refactor to hooks ([eb3a578](https://github.com/xiaoluoboding/vue-sonner/commit/eb3a578d9c3de8a3f4b452598e95ac3228d72242)) |
176 |
| -* style for mobile ([1ace50b](https://github.com/xiaoluoboding/vue-sonner/commit/1ace50b5d6e6f975f0283927eb84bb67b88deab1)) |
177 |
| -* update video ([2f10ac1](https://github.com/xiaoluoboding/vue-sonner/commit/2f10ac18c52c68d50a81934a628a8dc1aa97f5eb)) |
178 |
| -* upload the video ([52761c8](https://github.com/xiaoluoboding/vue-sonner/commit/52761c8bec7808191a3a29b59ef111710e042905)) |
| 186 | +* add copy icon ([1cb61e8](https://github.com/hoppscotch/vue-sonner/commit/1cb61e848baa4718c3989578720efc5e6fead1c6)) |
| 187 | +* add header for SEO ([9571b9d](https://github.com/hoppscotch/vue-sonner/commit/9571b9d1fddfe201b716b1b968fe88fc5d8235b3)) |
| 188 | +* add seo meta ([9317f63](https://github.com/hoppscotch/vue-sonner/commit/9317f63dd905959e83e1ead320b043ec1047471a)) |
| 189 | +* change brand color ([ef97ea9](https://github.com/hoppscotch/vue-sonner/commit/ef97ea9af2759600016ac49214aa640c49658514)) |
| 190 | +* refactor to hooks ([eb3a578](https://github.com/hoppscotch/vue-sonner/commit/eb3a578d9c3de8a3f4b452598e95ac3228d72242)) |
| 191 | +* style for mobile ([1ace50b](https://github.com/hoppscotch/vue-sonner/commit/1ace50b5d6e6f975f0283927eb84bb67b88deab1)) |
| 192 | +* update video ([2f10ac1](https://github.com/hoppscotch/vue-sonner/commit/2f10ac18c52c68d50a81934a628a8dc1aa97f5eb)) |
| 193 | +* upload the video ([52761c8](https://github.com/hoppscotch/vue-sonner/commit/52761c8bec7808191a3a29b59ef111710e042905)) |
179 | 194 |
|
180 | 195 |
|
181 | 196 |
|
182 |
| -# [0.3.0](https://github.com/xiaoluoboding/vue-sonner/compare/v0.2.3...v0.3.0) (2023-03-28) |
| 197 | +# [0.3.0](https://github.com/hoppscotch/vue-sonner/compare/v0.2.3...v0.3.0) (2023-03-28) |
183 | 198 |
|
184 | 199 |
|
185 | 200 | ### Features
|
186 | 201 |
|
187 |
| -* add the inject css ([848bea7](https://github.com/xiaoluoboding/vue-sonner/commit/848bea7f668cd290217353937fca955ce403546a)) |
| 202 | +* add the inject css ([848bea7](https://github.com/hoppscotch/vue-sonner/commit/848bea7f668cd290217353937fca955ce403546a)) |
188 | 203 |
|
189 | 204 |
|
190 | 205 |
|
191 |
| -## [0.2.3](https://github.com/xiaoluoboding/vue-sonner/compare/v0.2.2...v0.2.3) (2023-03-28) |
| 206 | +## [0.2.3](https://github.com/hoppscotch/vue-sonner/compare/v0.2.2...v0.2.3) (2023-03-28) |
192 | 207 |
|
193 | 208 |
|
194 | 209 | ### Features
|
195 | 210 |
|
196 |
| -* add side effects ([6a879c4](https://github.com/xiaoluoboding/vue-sonner/commit/6a879c447b42a2314c27757c02602ee30cc5a8bf)) |
| 211 | +* add side effects ([6a879c4](https://github.com/hoppscotch/vue-sonner/commit/6a879c447b42a2314c27757c02602ee30cc5a8bf)) |
197 | 212 |
|
198 | 213 |
|
199 | 214 |
|
200 |
| -## [0.2.2](https://github.com/xiaoluoboding/vue-sonner/compare/v0.2.1...v0.2.2) (2023-03-28) |
| 215 | +## [0.2.2](https://github.com/hoppscotch/vue-sonner/compare/v0.2.1...v0.2.2) (2023-03-28) |
201 | 216 |
|
202 | 217 |
|
203 | 218 |
|
204 |
| -## [0.2.1](https://github.com/xiaoluoboding/vue-sonner/compare/v0.2.0...v0.2.1) (2023-03-28) |
| 219 | +## [0.2.1](https://github.com/hoppscotch/vue-sonner/compare/v0.2.0...v0.2.1) (2023-03-28) |
205 | 220 |
|
206 | 221 |
|
207 | 222 | ### Features
|
208 | 223 |
|
209 |
| -* change the highlight style ([56c9a4b](https://github.com/xiaoluoboding/vue-sonner/commit/56c9a4b6ffae59e6dcc7f79ad4c4238cd1702fb5)) |
210 |
| -* change the style import ([b0fe712](https://github.com/xiaoluoboding/vue-sonner/commit/b0fe71258bb831b6cca6e930cb7266a43c2e6188)) |
| 224 | +* change the highlight style ([56c9a4b](https://github.com/hoppscotch/vue-sonner/commit/56c9a4b6ffae59e6dcc7f79ad4c4238cd1702fb5)) |
| 225 | +* change the style import ([b0fe712](https://github.com/hoppscotch/vue-sonner/commit/b0fe71258bb831b6cca6e930cb7266a43c2e6188)) |
211 | 226 |
|
212 | 227 |
|
213 | 228 |
|
214 |
| -# [0.2.0](https://github.com/xiaoluoboding/vue-sonner/compare/v0.1.0...v0.2.0) (2023-03-28) |
| 229 | +# [0.2.0](https://github.com/hoppscotch/vue-sonner/compare/v0.1.0...v0.2.0) (2023-03-28) |
215 | 230 |
|
216 | 231 |
|
217 | 232 | ### Features
|
218 | 233 |
|
219 |
| -* add render custom component ([cf903c8](https://github.com/xiaoluoboding/vue-sonner/commit/cf903c82804dd97d6763f32781b30b932a74976c)) |
220 |
| -* add the custom vnode ([fdad68f](https://github.com/xiaoluoboding/vue-sonner/commit/fdad68f4a0e53adb212023c8ad2ac1265126713f)) |
221 |
| -* add the promise success/error callback ([6c7f784](https://github.com/xiaoluoboding/vue-sonner/commit/6c7f784fd2dcb896224816ad4fca78394f8f6631)) |
222 |
| -* handle close button ([1390fa7](https://github.com/xiaoluoboding/vue-sonner/commit/1390fa789d0d29e3f3cb2e3cd2787a0d46eda19a)) |
| 234 | +* add render custom component ([cf903c8](https://github.com/hoppscotch/vue-sonner/commit/cf903c82804dd97d6763f32781b30b932a74976c)) |
| 235 | +* add the custom vnode ([fdad68f](https://github.com/hoppscotch/vue-sonner/commit/fdad68f4a0e53adb212023c8ad2ac1265126713f)) |
| 236 | +* add the promise success/error callback ([6c7f784](https://github.com/hoppscotch/vue-sonner/commit/6c7f784fd2dcb896224816ad4fca78394f8f6631)) |
| 237 | +* handle close button ([1390fa7](https://github.com/hoppscotch/vue-sonner/commit/1390fa789d0d29e3f3cb2e3cd2787a0d46eda19a)) |
223 | 238 |
|
224 | 239 |
|
225 | 240 |
|
|
0 commit comments