lit-media-query
Version:
Web component for media queries (like iron-media-query) implemented with LitElement.
51 lines (26 loc) • 937 B
Markdown
# Changelog
### 1.10.1 - 2022-09-30
- [Fix] Check if element is already in registry.
### 1.10.0 - 2021-01-30
- [Add] Initial media query check.
### 1.0.9 - 2021-01-30
- [Fix] Remove event listeners on disconnectedCallback.
### 1.0.8 - 2021-01-30
- [Add] Files for local development.
### 1.0.7 - 2019-03-08
- [Add][demo page](https://lit-media-query.victorbp.site/).
### 1.0.5 - 2019-3-03
- [Fix] Documentation for lit-media-query.
### 1.0.5 - 2019-3-03
- [Add] Documentation for lit-media-query component.
### 1.0.4 - 2019-03-02
- [Add] Compatibility for browsers not supporting Visual Viewport API.
### 1.0.3 - 2019-03-01
- [Add] Browser compatibility section in README.md
### 1.0.2 - 2019-03-01
- [Change] Changelog in README.md
### 1.0.1 - 2019-03-01
- [Add] README.md instructions to import component.
### 1.0.0 - 2019-03-01
- [Add] README.md
- [Add] LICENSE