@quenty/softshutdown 9.0.0 → 9.1.0

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 CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [9.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/softshutdown@9.0.0...@quenty/softshutdown@9.1.0) (2024-03-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * clip SoftShutdown properly ([8f24e37](https://github.com/Quenty/NevermoreEngine/commit/8f24e37ffe6bce8d60ca121c8a3438c3cb5f2ff3))
12
+
13
+
14
+
15
+
16
+
6
17
  # [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/softshutdown@8.0.0...@quenty/softshutdown@9.0.0) (2024-02-14)
7
18
 
8
19
  **Note:** Version bump only for package @quenty/softshutdown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/softshutdown",
3
- "version": "9.0.0",
3
+ "version": "9.1.0",
4
4
  "description": "This service lets you shut down servers without losing a bunch of players. When game.OnClose is called, the script teleports everyone in the server into a reserved server.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,25 +29,25 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@quenty/attributeutils": "^14.0.0",
33
- "@quenty/baseobject": "^10.0.0",
34
- "@quenty/basicpane": "^13.0.0",
35
- "@quenty/bindtocloseservice": "^8.0.0",
36
- "@quenty/blend": "^12.0.0",
37
- "@quenty/clienttranslator": "^14.0.0",
38
- "@quenty/coreguienabler": "^12.0.0",
39
- "@quenty/datastore": "^13.0.0",
40
- "@quenty/loader": "^10.0.0",
41
- "@quenty/maid": "^3.0.0",
42
- "@quenty/math": "^2.5.0",
43
- "@quenty/promise": "^10.0.0",
44
- "@quenty/rx": "^13.0.0",
45
- "@quenty/servicebag": "^11.0.0",
32
+ "@quenty/attributeutils": "^14.1.0",
33
+ "@quenty/baseobject": "^10.1.0",
34
+ "@quenty/basicpane": "^13.1.0",
35
+ "@quenty/bindtocloseservice": "^8.1.0",
36
+ "@quenty/blend": "^12.1.0",
37
+ "@quenty/clienttranslator": "^14.1.0",
38
+ "@quenty/coreguienabler": "^12.1.0",
39
+ "@quenty/datastore": "^13.1.0",
40
+ "@quenty/loader": "^10.1.0",
41
+ "@quenty/maid": "^3.1.0",
42
+ "@quenty/math": "^2.6.0",
43
+ "@quenty/promise": "^10.1.0",
44
+ "@quenty/rx": "^13.1.0",
45
+ "@quenty/servicebag": "^11.1.0",
46
46
  "@quenty/table": "^3.4.0",
47
- "@quenty/teleportserviceutils": "^9.0.0",
48
- "@quenty/uiobjectutils": "^6.0.0",
49
- "@quenty/valuebaseutils": "^13.0.0",
50
- "@quenty/valueobject": "^13.0.0"
47
+ "@quenty/teleportserviceutils": "^9.1.0",
48
+ "@quenty/uiobjectutils": "^6.1.0",
49
+ "@quenty/valuebaseutils": "^13.1.0",
50
+ "@quenty/valueobject": "^13.1.0"
51
51
  },
52
- "gitHead": "63f949a67b77d3edc98b358cace163da8c789e9f"
52
+ "gitHead": "e0148dde5ca3864389a0faa2da66153a776acc1e"
53
53
  }
@@ -120,6 +120,7 @@ function SoftShutdownServiceClient:_showSoftShutdownUI(titleKey, subtitleKey, do
120
120
  screenGui.ResetOnSpawn = false
121
121
  screenGui.AutoLocalize = false
122
122
  screenGui.IgnoreGuiInset = true
123
+ screenGui.ClipToDeviceSafeArea = false
123
124
  screenGui.DisplayOrder = 1e9
124
125
  screenGui.Parent = PlayerGuiUtils.getPlayerGui()
125
126
  screenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling