Tags: kittykat/element-web
Tags
[Full Changelog](element-hq/element-web@v1.7.33...v1.7.34-rc.1) * Translations update from Weblate [\element-hq#18260](element-hq#18260) * Update ESLint config [\element-hq#18236](element-hq#18236) * Update matrix-org-eslint-plugin and tighten max warning limit [\element-hq#18207](element-hq#18207) * Update webpack path for new voice message worker location [\element-hq#18187](element-hq#18187) * yarn upgrade [\element-hq#18150](element-hq#18150) * Conform to new typescript eslint rules [\element-hq#18065](element-hq#18065) * Add the Matrix Space to the translations guide [\element-hq#18102](element-hq#18102) * Update eslint-plugin-matrix-org [\element-hq#18058](element-hq#18058) * Fix browser history getting stuck looping back to the same room [\element-hq#18053](element-hq#18053) * Use URLSearchParams instead of transitive dependency `querystring` [\element-hq#13138](element-hq#13138) * Update PR template for new changelog generation [\element-hq#18003](element-hq#18003) * Fix space shortcuts on layouts with non-English keys in the places of numbers [\element-hq#17780](element-hq#17780) * Add comment around feature_spaces flag usage [\element-hq#18006](element-hq#18006) * Standardise casing of identity server [\element-hq#17980](element-hq#17980) * Convert CONTRIBUTING to markdown [\element-hq#18002](element-hq#18002) * Ignore workers for jest tests because it disagrees with worker-loader [\element-hq#17999](element-hq#17999) * Use webpack worker-loader instead of homegrown hack [\element-hq#17963](element-hq#17963) * Fix types to match Typescripted IndexedDB store [\element-hq#17962](element-hq#17962) * Improve and consolidate typing [\element-hq#17931](element-hq#17931)
[Full Changelog](element-hq/element-web@v1.7.33-rc.1...v1.7.33) * No changes from rc.1
[Full Changelog](element-hq/element-web@v1.7.32...v1.7.33-rc.1) * Translations update from Weblate [\element-hq#17991](element-hq#17991) * Revert "Don't run nginx as root in docker" [\element-hq#17990](element-hq#17990) * Don't run nginx as root in docker [\element-hq#17927](element-hq#17927) * Add VS Code to gitignore [\element-hq#17982](element-hq#17982) * Remove canvas native dependencies from Dockerfile [\element-hq#17973](element-hq#17973) * Remove node-canvas devDependency [\element-hq#17967](element-hq#17967) * Add `reskindex` to development steps [\element-hq#17926](element-hq#17926) * Update Modernizr and stop it from polluting classes on the html tag [\element-hq#17921](element-hq#17921) * Convert a few files to TS [\element-hq#17895](element-hq#17895) * Do not generate a lockfile when running in CI [\element-hq#17902](element-hq#17902) * Fix lockfile to match listed dependencies [\element-hq#17888](element-hq#17888) * Remove PostCSS calc() processing [\element-hq#17856](element-hq#17856) * Make issue template styling more consistent and improve PR template [\element-hq#17691](element-hq#17691) * Update jsrsasign to ^10.2.0 (Includes fix for CVE-2021-30246) [\element-hq#17170](element-hq#17170) * Migrate to `eslint-plugin-matrix-org` [\element-hq#17847](element-hq#17847) * Remove spurious overflow: auto on #matrixchat element [\element-hq#17647](element-hq#17647) * Enhance security by disallowing CSP object-src rule [\element-hq#17818](element-hq#17818)
[Full Changelog](element-hq/element-web@v1.7.32-rc.1...v1.7.32) * No changes from rc.1
[Full Changelog](element-hq/element-web@v1.7.31...v1.7.32-rc.1) * Update to react-sdk v3.25.0-rc.1 and js-sdk v12.0.1-rc.1 * Translations update from Weblate [\element-hq#17832](element-hq#17832) * Fix canvas-filter-polyfill mock path [\element-hq#17785](element-hq#17785) * Mock context-filter-polyfill for app-tests [\element-hq#17774](element-hq#17774) * Add libera.chat to default room directory [\element-hq#17772](element-hq#17772) * Improve typing of Event Index Manager / Seshat [\element-hq#17704](element-hq#17704) * Bump dns-packet from 1.3.1 to 1.3.4 [\element-hq#17478](element-hq#17478) * Update matrix-widget-api to fix build issues [\element-hq#17747](element-hq#17747) * Fix whitespace in Dockerfile [\element-hq#17742](element-hq#17742) * Upgrade @types/react and @types/react-dom [\element-hq#17723](element-hq#17723) * Spaces keyboard shortcuts first cut [\element-hq#17457](element-hq#17457) * Labs: feature_report_to_moderators [\element-hq#17694](element-hq#17694)
[Full Changelog](element-hq/element-web@v1.7.31-rc.1...v1.7.31) * Upgrade to React SDK 3.24.0 and JS SDK 12.0.0
[Full Changelog](element-hq/element-web@v1.7.30...v1.7.31-rc.1) * Upgrade to React SDK 3.24.0-rc.1 and JS SDK 12.0.0-rc.1 * Translations update from Weblate [\element-hq#17655](element-hq#17655) * Upgrade matrix-react-test-utils for React 17 peer deps [\element-hq#17653](element-hq#17653) * Fix lint errors in Webpack config [\element-hq#17626](element-hq#17626) * Preload only `woff2` fonts [\element-hq#17614](element-hq#17614) * ⚛️ Upgrade to React@17 [\element-hq#17601](element-hq#17601)
[Full Changelog](element-hq/element-web@v1.7.30-rc.1...v1.7.30) * Upgrade to React SDK 3.23.0 and JS SDK 11.2.0
[Full Changelog](element-hq/element-web@v1.7.29...v1.7.30-rc.1) * Upgrade to React SDK 3.23.0-rc.1 and JS SDK 11.2.0-rc.1 * Translations update from Weblate [\element-hq#17526](element-hq#17526) * Add Modernizr test for Promise.allSettled given js-sdk and react-sdk depend on it [\element-hq#17464](element-hq#17464) * Bump libolm dependency, and update package name. [\element-hq#17433](element-hq#17433) * Remove logo spinner [\element-hq#17423](element-hq#17423)
[Full Changelog](element-hq/element-web@v1.7.29-rc.1...v1.7.29) Element Web 1.7.29 fixes (by upgrading to olm 3.2.3) an issue in code used for decrypting server-side stored secrets. The issue could potentially allow a malicious homeserver to cause a stack buffer overflow in the affected function and to control that function's local variables. * Upgrade to React SDK 3.22.0 and JS SDK 11.1.0 * [Release] Bump libolm dependency, and update package name [\element-hq#17456](element-hq#17456)
PreviousNext