Skip to content

Commit 0adeb98

Browse files
committed
Add 4.2.0 breaking changes
1 parent c32bc3f commit 0adeb98

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

_guides/upgrade.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ title: Upgrade The Lounge
44
description: List of all potential breaking changes when upgrading The Lounge from an older version
55
---
66

7+
{% include toc.md %}
8+
9+
## Upgrading to The Lounge v4.2.0
10+
11+
- `displayNetwork` option was removed. `lockNetwork` now hides the network options.
12+
- CSS selector `.msg[data-type="motd"]` was changed to `.msg[data-type="monospace_block"]` to apply monospace styling to `HELP` and `INFO` blocks.
13+
714
## Upgrading to The Lounge v4
815

916
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
3441

3542
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.
3643

37-
{% include toc.md %}
38-
3944
### TL;DR
4045

4146
- You need Node.js v6.13.0 or more recent.

0 commit comments

Comments
 (0)