@@ -10,6 +10,56 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ |compass| 1.36.0
14
+ ----------------
15
+
16
+ *Released March 15, 2023*
17
+
18
+ New Features:
19
+
20
+ - Enable focus mode (:issue:`COMPASS-6474`)
21
+ - Add stage button between stages (:issue:`COMPASS-6382`)
22
+ - Use type from last array element when inserting new element to array
23
+ (:issue:`COMPASS-6432`)
24
+ - Redirect to the new collection after creating it (:issue:`COMPASS-6019`)
25
+ - Stage toolbar (:issue:`COMPASS-6381`)
26
+ - LG darkmode support and UI cleanup in the explain tab (:issue:`COMPASS-6463`)
27
+ - Adds a cancellable loader to explain
28
+ - Enable column store indexes for MongoDB 6.3 (:issue:`COMPASS-6487`)
29
+ - flexi bucket options for Timeseries
30
+ - Upgrade mongosh to 1.7.0
31
+ - Include preview rows in the listCSVFields() result (:issue:`COMPASS-6422`)
32
+ - Enable focus mode (:issue:`COMPASS-6474`)
33
+ - When dropping a collection or database, redirect to either the database or
34
+ databases view (:issue:`COMPASS-6018`, :issue:`COMPASS-6434`)
35
+ - Dark theme improvements in the settings modal (:issue:`COMPASS-6552`)
36
+ - Conditional confirmation modal (:issue:`COMPASS-6355`)
37
+ - Adds the refresh CTA to sidebar
38
+ - Open file input before import modal (:issue:`COMPASS-6535`)
39
+ - Enable LG darkmode as public preview (:issue:`COMPASS-6515`,
40
+ :issue:`COMPASS-6556`)
41
+ - Hook for keyboard shortcuts (:issue:`COMPASS-6551`)
42
+ - Adds refresh CTA on database and collection list view (:issue:`COMPASS-6431`)
43
+ - Place settings under the most idiomatic menu for the platform
44
+ (:issue:`COMPASS-6430`)
45
+
46
+ Bug Fixes:
47
+
48
+ - If a date is in the safe range, go with relaxed EJSON rather than canonical
49
+ (:issue:`COMPASS-5744`)
50
+ - Redesign of add stage button (:issue:`COMPASS-6449`)
51
+ - Optimises the opening of tab
52
+ - Don't show negative count on delete when no document count (:issue:`COMPASS-5996`)
53
+ - Stop on errors when stopOnErrors is true (:issue:`COMPASS-6518`)
54
+ - Undefined rather than false if getCloudInfo fails, support SRV URIs
55
+ (:issue:`COMPASS-6111`)
56
+ - Cancel edit on non-existent field (:issue:`COMPASS-6505`)
57
+ - Halt autoupdater on application exit to prevent logger crashing
58
+ (:issue:`COMPASS-6051`)
59
+ - Do not reset stage value if it was already changed (:issue:`COMPASS-6584`)
60
+
61
+ `Full Changelog available on Github:
62
+ <https://github.com/mongodb-js/compass/compare/v1.35.0...v1.36.0>`__
13
63
14
64
|compass| 1.35.0
15
65
----------------
0 commit comments