@quenty/basicpane 8.1.1 → 8.2.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,14 @@
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
+ # [8.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/basicpane@8.1.1...@quenty/basicpane@8.2.0) (2023-12-14)
7
+
8
+ **Note:** Version bump only for package @quenty/basicpane
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/basicpane@8.1.0...@quenty/basicpane@8.1.1) (2023-10-28)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/basicpane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/basicpane",
3
- "version": "8.1.1",
3
+ "version": "8.2.0",
4
4
  "description": "Base UI object with visibility and a maid",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,14 +25,14 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/brio": "^9.1.1",
29
- "@quenty/loader": "^7.0.0",
28
+ "@quenty/brio": "^9.2.0",
29
+ "@quenty/loader": "^7.1.0",
30
30
  "@quenty/maid": "^2.6.0",
31
- "@quenty/rx": "^8.1.1",
32
- "@quenty/signal": "^3.0.0"
31
+ "@quenty/rx": "^8.2.0",
32
+ "@quenty/signal": "^3.1.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "440aca7ce2b50b74317ee05fdc0b8d1e58001af3"
37
+ "gitHead": "2c2dbbc0cb2fbb46b4f3270c559c63890fe18b26"
38
38
  }
@@ -79,8 +79,7 @@ function BasicPane.new(gui)
79
79
 
80
80
  self._visible = false
81
81
 
82
- self.VisibleChanged = Signal.new() -- :Fire(isVisible, doNotAnimate, maid)
83
- self._maid:GiveTask(self.VisibleChanged)
82
+ self.VisibleChanged = self._maid:Add(Signal.new()) -- :Fire(isVisible, doNotAnimate, maid)
84
83
 
85
84
  if gui then
86
85
  self._gui = gui