@quenty/textserviceutils 2.1.0-canary.237.7ab2e27.0 → 3.0.1

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,12 +3,20 @@
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
- # [2.1.0-canary.237.7ab2e27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/textserviceutils@2.0.0...@quenty/textserviceutils@2.1.0-canary.237.7ab2e27.0) (2021-12-22)
6
+ ## [3.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/textserviceutils@3.0.0...@quenty/textserviceutils@3.0.1) (2021-12-30)
7
+
8
+ **Note:** Version bump only for package @quenty/textserviceutils
9
+
10
+
11
+
12
+
13
+
14
+ # [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/textserviceutils@2.0.0...@quenty/textserviceutils@3.0.0) (2021-12-22)
7
15
 
8
16
 
9
17
  ### Features
10
18
 
11
- * Add observeSizeForLabelProps ([804a2d7](https://github.com/Quenty/NevermoreEngine/commit/804a2d783a21aaf7ac7f583f7d1c5c9f99bf70bf))
19
+ * Add observeSizeForLabelProps ([1f8ab89](https://github.com/Quenty/NevermoreEngine/commit/1f8ab89745b45e61408f4a6c16f98a5dd847e017))
12
20
 
13
21
 
14
22
 
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ ## TextServiceUtils
2
+ <div align="center">
3
+ <a href="http://quenty.github.io/NevermoreEngine/">
4
+ <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" />
5
+ </a>
6
+ <a href="https://discord.gg/mhtGUS8">
7
+ <img src="https://img.shields.io/discord/385151591524597761?color=5865F2&label=discord&logo=discord&logoColor=white" alt="Discord" />
8
+ </a>
9
+ <a href="https://github.com/Quenty/NevermoreEngine/actions">
10
+ <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/build.yml/badge.svg" alt="Build and release status" />
11
+ </a>
12
+ </div>
13
+
14
+ Holds utilities involving the Roblox TextService and text fitting to size.
15
+
16
+ <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/TextServiceUtils">View docs →</a></div>
17
+
18
+ ## Installation
19
+ ```
20
+ npm install @quenty/textserviceutils --save
21
+ ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quenty/textserviceutils",
3
- "version": "2.1.0-canary.237.7ab2e27.0",
4
- "description": "textserviceutils ",
3
+ "version": "3.0.1",
4
+ "description": "Holds utilities involving the Roblox TextService and text fitting to size.",
5
5
  "keywords": [
6
6
  "Roblox",
7
7
  "Nevermore",
@@ -30,9 +30,9 @@
30
30
  "access": "public"
31
31
  },
32
32
  "dependencies": {
33
- "@quenty/blend": "1.3.0-canary.237.7ab2e27.0",
34
- "@quenty/loader": "3.1.1",
35
- "@quenty/rx": "3.5.0"
33
+ "@quenty/blend": "^2.0.1",
34
+ "@quenty/loader": "^3.1.2",
35
+ "@quenty/rx": "^3.5.1"
36
36
  },
37
- "gitHead": "7ab2e274b52bf099dfed479f663d1aeec637ba49"
37
+ "gitHead": "d146c77d0a8e452824de0ab0b4b03ba0370bcc1b"
38
38
  }
@@ -1,6 +1,6 @@
1
- ---
2
- -- @module TextServiceUtils
3
- -- @author Quenty
1
+ --[=[
2
+ @class TextServiceUtils
3
+ ]=]
4
4
 
5
5
  local TextService = game:GetService("TextService")
6
6