From 0adeb98f00ebf6da246408efcfcdf9613764a532 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 19 Aug 2020 22:14:41 +0300 Subject: [PATCH] Add 4.2.0 breaking changes --- _guides/upgrade.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_guides/upgrade.md b/_guides/upgrade.md index c1558abc..79f34263 100644 --- a/_guides/upgrade.md +++ b/_guides/upgrade.md @@ -4,6 +4,13 @@ title: Upgrade The Lounge description: List of all potential breaking changes when upgrading The Lounge from an older version --- +{% include toc.md %} + +## Upgrading to The Lounge v4.2.0 + +- `displayNetwork` option was removed. `lockNetwork` now hides the network options. +- CSS selector `.msg[data-type="motd"]` was changed to `.msg[data-type="monospace_block"]` to apply monospace styling to `HELP` and `INFO` blocks. + ## Upgrading to The Lounge v4 We are marking this release as a major update due to the sheer amount of internal code changes, and it is impossible to predict what could have been broken as a result. @@ -34,8 +41,6 @@ This guide lists all breaking changes made between the releases of v2.7.1 and v3 In addition to the items listed in this guide, you may want to enable or configure new features of The Lounge v3 manually. For a more detailed list of all changes and additions, refer to the [release notes](https://github.com/thelounge/thelounge/releases/tag/v3.0.0) and [all merged pull requests](https://github.com/thelounge/thelounge/pulls?q=milestone%3A3.0.0+is%3Amerged+-label%3A%22Type%3A+Dependencies%22+-label%3A%22Meta%3A+Internal%22) for this release. -{% include toc.md %} - ### TL;DR - You need Node.js v6.13.0 or more recent.