@digital-blueprint/lunchlottery-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/lunchlottery-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/lunchlottery-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/lunchlottery-app/)
22 lines (11 loc) • 473 B
Markdown
# Changelog
## 0.3.16
- Utils: add function createUUID
## 0.3.15
- Modal: Add `title` slot to allow custom titles in the modal component
## 0.3.14
- Common: Fix `undefined notificationSlot` error in modal component
## 0.3.10
- `DBPLitElement` directly integrates the `routing-url` attribute and `this.getRoutingData()` can be used to get the structured data
## 0.3.7
- Modal: Add `isOpen` method and only open the modal if it is not already open in `open` method