@quenty/uiobjectutils 3.1.0 → 3.2.1-canary.359.c006846.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,25 @@
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
+ ## [3.2.1-canary.359.c006846.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/uiobjectutils@3.2.0...@quenty/uiobjectutils@3.2.1-canary.359.c006846.0) (2023-04-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Fix unnecessary loader call ([c006846](https://github.com/Quenty/NevermoreEngine/commit/c0068460643037d818adac74b3fd213657d40325))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/uiobjectutils@3.1.0...@quenty/uiobjectutils@3.2.0) (2023-02-21)
18
+
19
+ **Note:** Version bump only for package @quenty/uiobjectutils
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/uiobjectutils@3.0.0...@quenty/uiobjectutils@3.1.0) (2022-12-29)
7
26
 
8
27
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2014-2022 Quenty
3
+ Copyright (c) 2014-2023 James Onnen (Quenty)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  Utility functions to make working with UI a little bit nicer in Roblox
15
15
 
16
- <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/UIObjectUtils">View docs →</a></div>
16
+ <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/PlayerGuiUtils">View docs →</a></div>
17
17
 
18
18
  ## Installation
19
19
  ```
20
20
  npm install @quenty/uiobjectutils --save
21
- ```
21
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/uiobjectutils",
3
- "version": "3.1.0",
3
+ "version": "3.2.1-canary.359.c006846.0",
4
4
  "description": "UI object utils library for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "daae02817ae9128c5bf81220ef44e41d22ec14ad"
30
+ "gitHead": "c0068460643037d818adac74b3fd213657d40325"
31
31
  }
@@ -2,8 +2,6 @@
2
2
  @class UIAlignmentUtils
3
3
  ]=]
4
4
 
5
- local require = require(script.Parent.loader).load(script)
6
-
7
5
  local UIAlignmentUtils = {}
8
6
 
9
7
  function UIAlignmentUtils.horizontalAlignmentToNumber(horizontalAlignment)