Releases: home-assistant/frontend
Releases · home-assistant/frontend
20181107.0
What's Changed
- Revert RTL PR (#1975) @zsarnett
- Hide state if its unknown e.g. the climate entity does not have one (#1977) @schmic
- add vscode extension recommondations (#1978) @schmic
- Convert auth to TS (#1976) @balloob
- Split up cloud card (#1983) @balloob
- Fix Sensor Card unknown state values (#1987) @kalkih
- Fix sensor card svg error & template literals (#1993) @kalkih
- Ts all the tests (#1998) @balloob
- Add getElementConfig to Glance + Add Form UI for updating YAML (#1944) @zsarnett
- New Card: Shopping List (#1970) @iantrich
- Convert cover-row to TypeScript/LitElement (#1933) @iantrich
- Fix for thermostats without current temperature (#1979) @schmic
- Make conditional not take up space in stacks when hidden (#1999) @thomasloven
- Expose entities for Google/Alexa (#680) @balloob
- Convert hui-toggle-entity-row to TypeScript/LitElement (#1939) @iantrich
- Convert call-service to TypeScript (#1985) @iantrich
- Fix iframe aspect_ratio (#2004) @iantrich
- Format html (#2006) @balloob
20181103.2
- Fix iframe aspect_ratio (#2004) @iantrich
- Make conditional not take up space in stacks when hidden (#1999) @thomasloven
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