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: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## 1.111.0
10
10
11
-
- Added a new `UI` API to `atom.` accessible via `atom.ui`. That exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
11
+
- Added a new `UI` API to `atom.` accessible via `atom.ui`. This exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
12
12
- Fine-tuned/deduped dependencies to remove over ~35.5 MB from Pulsar's installed size.
13
13
- Fixed an issue that sometimes caused text to shift or disappear after an editor pane regains focus.
14
14
- Fixed scoping/highlighting of single-quoted (`'...'`) and C-style (`$'...'`) strings in shell scripts.
Copy file name to clipboardExpand all lines: packages/welcome/lib/changelog-view.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ export default class ChangeLogView {
50
50
<p>Feel free to read our <ahref="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
51
51
<ul>
52
52
<li>
53
-
Added a new `UI` API to `atom.` accessible via `atom.ui`. That exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
53
+
Added a new `UI` API to `atom.` accessible via `atom.ui`. This exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
54
54
</li>
55
55
<li>
56
56
Fine-tuned/deduped dependencies to remove over ~35.5 MB from Pulsar's installed size.
0 commit comments