Releases: home-assistant/frontend
Releases · home-assistant/frontend
20181103.1
Bumped version to 20181103.1
20181103.0
- Fix conditional card with undefined hass (#1927) @balloob
- Fix calculation of size of glance card (#1930) @thomasloven
- Catch translation errors (#1928) @bramkragten
- Add preview to edit LL card (#1929) @balloob
- Update Types for various cards (#1920) @zsarnett
- Fixes: #1902 - Thermostat/Light Background (#1931) @zsarnett
- Move click and tooltip function to LL folder (#1935) @iantrich
- Remove unused click mixin (#1934) @iantrich
- Fix overlapping device cards (#1940) @bramkragten
- Remove side effects of render and Add types - Button/Glance (#1919) @zsarnett
- don't compress for CI runs (#1949) @balloob
- Remove .js from imports (#1948) @iantrich
- New warning row for non-existent entities (#1946) @iantrich
- Light, Thermostat, and Gauge - Theme Addition (#1947) @zsarnett
- Mark edit as alpha (#1973) @balloob
- POC for RTL support (#1966) @rhayun
20181026.4
Update frontend to 20181026.4
20181026.3
Version bump to 20181026.3
20181026.2
- Handle no operation mode
- Entities card: propagate hass correctly
- Fix conditional card with undefined hass
20181030.0
What's Changed
- Extract navigate mixin (#1865) @balloob
- Thermostat fix (#1867) @zsarnett
- Fix hass setting on stack (#1868) @balloob
- Convert hui-icon-element to TypeScript/LitElement (#1871) @iantrich
- Make hass optional within EntityRow as it may not be defined (#1895) @iantrich
- Change icon to set operation_mode to "off" (#1883) @eyager1
- Add to HTML tag name map to picture-elements (#1900) @iantrich
- Convert hui-state-label-element to TypeScript/LitElement (#1893) @iantrich
- Convert hui-service-button-element to TypeScript/LitElement (#1888) @iantrich
- Handle no operation mode (#1901) @balloob
- Convert hui-image-element to TypeScript/LitElement (#1890) @iantrich
- Convert hui-state-icon-element to TypeScript/LitElement (#1891) @iantrich
- Convert hui-state-badge-element to TypeScript/LitElement (#1892) @iantrich
- Gauge convert and fix issues (#1886) @zsarnett
- Convert hui-divider-row to TypeScript/LitElement (#1896) @iantrich
- Convert hui-weblink-row to TypeScript/LitElement (#1898) @iantrich
- Convert hui-climate-entity-row to TypeScript/LitElement (#1899) @iantrich
- Lovelace - Weather Card: Adjust margins and move text (#1880) @timmo001
- Adding Arm_night to the translations (#1908) @zsarnett
- Convert hui-section-row to TypeScript/LitElement (#1897) @iantrich
- Fixes errors in PRs based on dev (#1912) @zsarnett
- add arm_custom_bypass (#1911) @zsarnett
- Add themes to entities (#1909) @zsarnett
- Fixes #1910 - Entities Margin correction (#1913) @zsarnett
- LoveLace Light Card (#1874) @zsarnett
- Entities card: propagate hass correctly (#1918) @balloob
- Update polymer to 3.1.0 (#1921) @balloob
- Update testing tools (#1925) @balloob
- Update vaadin components (#1923) @balloob
- Update mdi icons (#1922) @balloob
- Update TypeScript to latest (#1924) @balloob
- Addition to Edit Love Lace Cards (#1885) @zsarnett
- Convert hui-call-service-row to TypeScript/LitElement (#1894) @iantrich
- Fix conditional card with undefined hass (#1927) @balloob
20181026.1
20181026.0
What's Changed
- Updating Entities Card to TS+lit (#1792) @zsarnett
- Convert hui-error-card to TypeScript/LitElement (#1852) @iantrich
- Fix stack card getSize (#1856) @balloob
- Gallery: fix notifs, fake config/services, glance demo (#1857) @balloob
- Fix for input slider on Regular UI (#1861) @zsarnett
- Allow mocking websocket commands in the gallery (#1859) @balloob
- Lovelace - Long Press for everything (#1848) @thomasloven
- Convert hui-horizontal-stack-card to TypeScript/LitElement (#1851) @iantrich
- Thermostat Card LoveLace (#1814) @zsarnett
- Enforce prettier for TypeScript (#1860) @balloob
- Convert hui-picture-elements-card to TypeScript/LitElement (#1853) @iantrich
- Allow custom UI on "card" entities (#1824) @Informatic
20181024.0
What's Changed
- Reduce device registry card height (#1844) @cgarwood
- Fix sorting of addons (#1845) @timmo001
- Remove extending of HassLocalizeMixin as it is not needed (#1847) @iantrich
- Fix mixin names (#1849) @balloob
- Convert hui-vertical-stack-card to TypeScript/LitElement (#1846) @iantrich
- Fix for some dev pages crashing on iOS. (#1850) @thomasloven
20181023.0
What's Changed
- Add option to pick number of columns for glance card (#1832) @thomasloven
- Always define localize func (#1830) @balloob
- Fix chart tooltip (#1834) @balloob
- Fix second visit to history panel (#1835) @balloob
- Improve size of device cards and add max-width for entities (#1838) @tomraithel
- Generate icons from `.ts. files (#1842) @iantrich
connection
is being populated forHomeAssistant
type, notconn
(#1841) @iantrich- Add HomeAssistant object hass to LovelaceCard interface (#1843) @thomasloven
- Convert hui-conditional-card to TypeScript (#1831) @thomasloven
- TS history data (#1839) @balloob