v1.1.2
Important Fix!
- The refreshing authentication actually works now, I thought I handled the bug with the previous patch but I only sort of did? It kept using the old authentication regardless, because it kept making a new authentication instance, anyway that's all handled now! Hopefully!
All slime2 chat widgets are highly recommended to upgrade to this!
No breaking changes, all you need to do is change the slime2 version to 1.1.2
for the slime2 JS/CSS in your HTML file.
Change this:
<script type="module" crossorigin src="https://cdn.jsdelivr.net/gh/zaytri/[email protected]/release/slime2.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/zaytri/[email protected]/release/slime2.css">
To this:
<script type="module" crossorigin src="https://cdn.jsdelivr.net/gh/zaytri/[email protected]/release/slime2.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/zaytri/[email protected]/release/slime2.css">