sitevision-cli 1.0.0-beta.27 → 1.0.0-beta.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.0-beta.28
|
|
4
|
+
|
|
5
|
+
## 1.0.0-beta.27
|
|
6
|
+
|
|
7
|
+
- Popups float over the screen instead of replacing the content pane: the
|
|
8
|
+
command palette, settings, addon picker, confirmations and prompts.
|
|
9
|
+
- `?` opens a help panel with every key, plus the keys for the current tab.
|
|
10
|
+
- What's new in the command palette shows this changelog.
|
|
11
|
+
|
|
12
|
+
## 1.0.0-beta.26
|
|
13
|
+
|
|
14
|
+
- No functional changes.
|
|
15
|
+
|
|
3
16
|
## 1.0.0-beta.25
|
|
4
17
|
|
|
5
18
|
- Deploying to an addon that does not exist yet now offers to create it and
|