vue-toastflow 1.0.9 → 1.1.0

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 (2) hide show
  1. package/README.md +1 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/adrianjanocko/toastflow)
2
2
 
3
3
  <p align="center">
4
- <img src="https://raw.githubusercontent.com/adrianjanocko/toastflow/main/images/banner.png" alt="Toastflow banner" width="900" />
4
+ <img src="https://raw.githubusercontent.com/adrianjanocko/toastflow/main/images/playground.png" alt="Toastflow banner" width="900" />
5
5
  </p>
6
6
 
7
7
  <h1 align="center">Toastflow</h1>
@@ -48,7 +48,6 @@
48
48
  <li><a href="#configuration">Configuration</a></li>
49
49
  <li><a href="#theming">Theming</a></li>
50
50
  <li><a href="#events-and-store-access">Events and store access</a></li>
51
- <li><a href="#contributing">Contributing</a></li>
52
51
  <li><a href="#license">License</a></li>
53
52
  </ol>
54
53
  </details>
@@ -243,16 +242,6 @@ to `createToastflow`; per-toast options override them:
243
242
  - `toast.getState()` returns the current snapshot; helper
244
243
  methods: `toast.show`, `toast.success`, `toast.error`, `toast.warning`, `toast.info`, `toast.loading`, `toast.update`, `toast.dismiss`, `toast.dismissAll`, `toast.pause`, `toast.resume`, `toast.getConfig`.
245
244
 
246
- ## Contributing
247
-
248
- Contributions are welcome! Fork the repo, create a branch, and open a PR. For bigger changes, open an issue first.
249
-
250
- 1. Fork the project
251
- 2. Create your branch
252
- 3. Commit your changes
253
- 4. Push to the branch
254
- 5. Open a Pull Request
255
-
256
245
  ## License
257
246
 
258
247
  MIT - see [LICENSE](https://github.com/adrianjanocko/toastflow/blob/main/LICENSE).
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "url": "https://github.com/adrianjanocko/toastflow.git",
21
21
  "directory": "packages/vue"
22
22
  },
23
- "version": "1.0.9",
23
+ "version": "1.1.0",
24
24
  "main": "src/index.ts",
25
25
  "module": "src/index.ts",
26
26
  "types": "src/index.ts",