From 076837916078f9cb05c546f7d8e8984d567e57a2 Mon Sep 17 00:00:00 2001 From: lousander Date: Mon, 28 Sep 2020 11:15:21 -0300 Subject: [PATCH] Release 0.7.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c35251c3..a8e2c1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.7.3 - 2020-09-28 +### Fixed +- Store extendedBlockRenderMap in state so it can be updated when readOnly changes its value (#325) +### Modified +- Bump http-proxy from 1.18.0 to 1.18.1 +- Bump node-sass from 4.13.0 to 4.14.1 +- Bump elliptic from 6.5.2 to 6.5.3 (#321) +- Bump lodash from 4.17.15 to 4.17.19 +- Bump websocket-extensions from 0.1.3 to 0.1.4 (#316) + ## 0.7.2 - 2020-04-14 ### Fixed - Fixed movableBlocks when readOnly is enabled