You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
**This is a major release.** As such it contains breaking changes which may require action from users. Please read [VERSION_11_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_11_UPGRADE.md) for a detailed summary of all breaking changes.
4
4
5
+
### Potentially breaking changes
6
+
5
7
Unless otherwise attributed items below are thanks to [Josh Goebel][] (ref: [#2558](https://github.com/highlightjs/highlight.js/issues/2558)).
6
8
7
9
*The below list should only be considered to be a high-level summary.*
@@ -37,10 +39,7 @@ Language Grammars:
37
39
- Some language grammar files have been removed.
38
40
- Some redundant language aliases have been removed.
39
41
40
-
[Josh Goebel]: https://github.com/joshgoebel
41
-
42
-
43
-
## Version next (maybe 10, maybe merged into 11?)
42
+
### Other changes
44
43
45
44
Parser:
46
45
@@ -100,6 +99,7 @@ Dev Improvements:
100
99
[NullVoxPopuli]: https://github.com/NullVoxPopuli
101
100
[Mike Watling]: https://github.com/Pickysaurus
102
101
102
+
103
103
## Version 10.7.1
104
104
105
105
- fix(parser) Resolves issues with TypeScript types [Josh Goebel][]
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,12 @@ detection.
58
58
59
59
---
60
60
61
-
#### Upgrading to Version 11
61
+
#### Upgrading to Version 11 (currently in alpha)
62
62
63
63
As always our major releases do contain breaking changes which may require action from users. Please read [VERSION_11_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_11_UPGRADE.md) for a detailed summary of breaking changes and any actions you may need to take.
64
64
65
+
**Latest:** 11.0.0-alpha0
66
+
65
67
#### Upgrading to Version 10
66
68
67
69
Please read [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_UPGRADE.md) for high-level summary of breaking changes and any actions you may need to take. See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_BREAKING_CHANGES.md) for a more detailed list and [CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) to learn what else is new.
0 commit comments