Skip to content

Commit

Permalink
Release 0.5.0 !
Browse files Browse the repository at this point in the history
Former-commit-id: e973f94
  • Loading branch information
tommyettinger committed May 20, 2022
1 parent 97a7c22 commit 7339be1
Show file tree
Hide file tree
Showing 61 changed files with 675 additions and 171 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,16 @@ for some usage. A counterpart to `TextArea` is planned.
You probably want to get this with Gradle! The dependency for a libGDX project's core module looks like:

```groovy
implementation "com.github.tommyettinger:textratypist:0.4.0"
implementation "com.github.tommyettinger:textratypist:0.5.0"
```

This assumes you already depend on libGDX; TextraTypist depends on version 1.10.0 or higher, and should have no problems
updating to 1.10.1-SNAPSHOT or 1.10.1 when it is released. This is different from typing-label, which unfortunately had
the rug pulled out from under it by changes in libGDX's font rendering code during the 1.10.1-SNAPSHOT period, and needs
a different version for 1.10.1 (-SNAPSHOT) and higher vs. 1.10.0 .
This assumes you already depend on libGDX; TextraTypist depends on version 1.11.0 or higher. The requirement for 1.11.0
was added in TextraTypist 0.5.0 because of some breaking changes in tooltip code in libGDX.

If you use GWT, this should be compatible. It needs these dependencies in the html module:

```groovy
implementation "com.github.tommyettinger:textratypist:0.4.0:sources"
implementation "com.github.tommyettinger:textratypist:0.5.0:sources"
implementation "com.github.tommyettinger:regexodus:0.1.13:sources"
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def projectName = 'textratypist'
version "$VERSION_NAME"
group 'com.github.tommyettinger'

//api "com.github.tommyettinger:textratypist:0.3.0"
//api "com.github.tommyettinger:textratypist:0.5.0"

[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'

Expand Down
3 changes: 2 additions & 1 deletion docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (textratypist 0.4.0 API)</title>
<title>All Classes (textratypist 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -36,6 +36,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/tommyettinger/textra/effects/ShakeEffect.html" title="class in com.github.tommyettinger.textra.effects" target="classFrame">ShakeEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/SickEffect.html" title="class in com.github.tommyettinger.textra.effects" target="classFrame">SickEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/SlideEffect.html" title="class in com.github.tommyettinger.textra.effects" target="classFrame">SlideEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/SpiralEffect.html" title="class in com.github.tommyettinger.textra.effects" target="classFrame">SpiralEffect</a></li>
<li><a href="com/github/tommyettinger/textra/TextraButton.html" title="class in com.github.tommyettinger.textra" target="classFrame">TextraButton</a></li>
<li><a href="com/github/tommyettinger/textra/TextraCheckBox.html" title="class in com.github.tommyettinger.textra" target="classFrame">TextraCheckBox</a></li>
<li><a href="com/github/tommyettinger/textra/TextraDialog.html" title="class in com.github.tommyettinger.textra" target="classFrame">TextraDialog</a></li>
Expand Down
3 changes: 2 additions & 1 deletion docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (textratypist 0.4.0 API)</title>
<title>All Classes (textratypist 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -36,6 +36,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/tommyettinger/textra/effects/ShakeEffect.html" title="class in com.github.tommyettinger.textra.effects">ShakeEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/SickEffect.html" title="class in com.github.tommyettinger.textra.effects">SickEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/SlideEffect.html" title="class in com.github.tommyettinger.textra.effects">SlideEffect</a></li>
<li><a href="com/github/tommyettinger/textra/effects/SpiralEffect.html" title="class in com.github.tommyettinger.textra.effects">SpiralEffect</a></li>
<li><a href="com/github/tommyettinger/textra/TextraButton.html" title="class in com.github.tommyettinger.textra">TextraButton</a></li>
<li><a href="com/github/tommyettinger/textra/TextraCheckBox.html" title="class in com.github.tommyettinger.textra">TextraCheckBox</a></li>
<li><a href="com/github/tommyettinger/textra/TextraDialog.html" title="class in com.github.tommyettinger.textra">TextraDialog</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ColorLookup.GdxColorLookup (textratypist 0.4.0 API)</title>
<title>ColorLookup.GdxColorLookup (textratypist 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ColorLookup.GdxColorLookup (textratypist 0.4.0 API)";
parent.document.title="ColorLookup.GdxColorLookup (textratypist 0.5.0 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/com/github/tommyettinger/textra/ColorLookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ColorLookup (textratypist 0.4.0 API)</title>
<title>ColorLookup (textratypist 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ColorLookup (textratypist 0.4.0 API)";
parent.document.title="ColorLookup (textratypist 0.5.0 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs/com/github/tommyettinger/textra/Effect.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Effect (textratypist 0.4.0 API)</title>
<title>Effect (textratypist 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Effect (textratypist 0.4.0 API)";
parent.document.title="Effect (textratypist 0.5.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -107,7 +107,7 @@ <h2 title="Class Effect" class="title">Class Effect</h2>
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../com/github/tommyettinger/textra/effects/BlinkEffect.html" title="class in com.github.tommyettinger.textra.effects">BlinkEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/EaseEffect.html" title="class in com.github.tommyettinger.textra.effects">EaseEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/FadeEffect.html" title="class in com.github.tommyettinger.textra.effects">FadeEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/GradientEffect.html" title="class in com.github.tommyettinger.textra.effects">GradientEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/HangEffect.html" title="class in com.github.tommyettinger.textra.effects">HangEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/JoltEffect.html" title="class in com.github.tommyettinger.textra.effects">JoltEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/JumpEffect.html" title="class in com.github.tommyettinger.textra.effects">JumpEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/RainbowEffect.html" title="class in com.github.tommyettinger.textra.effects">RainbowEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/ShakeEffect.html" title="class in com.github.tommyettinger.textra.effects">ShakeEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/SickEffect.html" title="class in com.github.tommyettinger.textra.effects">SickEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/SlideEffect.html" title="class in com.github.tommyettinger.textra.effects">SlideEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/WaveEffect.html" title="class in com.github.tommyettinger.textra.effects">WaveEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/WindEffect.html" title="class in com.github.tommyettinger.textra.effects">WindEffect</a></dd>
<dd><a href="../../../../com/github/tommyettinger/textra/effects/BlinkEffect.html" title="class in com.github.tommyettinger.textra.effects">BlinkEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/EaseEffect.html" title="class in com.github.tommyettinger.textra.effects">EaseEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/FadeEffect.html" title="class in com.github.tommyettinger.textra.effects">FadeEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/GradientEffect.html" title="class in com.github.tommyettinger.textra.effects">GradientEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/HangEffect.html" title="class in com.github.tommyettinger.textra.effects">HangEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/JoltEffect.html" title="class in com.github.tommyettinger.textra.effects">JoltEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/JumpEffect.html" title="class in com.github.tommyettinger.textra.effects">JumpEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/RainbowEffect.html" title="class in com.github.tommyettinger.textra.effects">RainbowEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/ShakeEffect.html" title="class in com.github.tommyettinger.textra.effects">ShakeEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/SickEffect.html" title="class in com.github.tommyettinger.textra.effects">SickEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/SlideEffect.html" title="class in com.github.tommyettinger.textra.effects">SlideEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/SpiralEffect.html" title="class in com.github.tommyettinger.textra.effects">SpiralEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/WaveEffect.html" title="class in com.github.tommyettinger.textra.effects">WaveEffect</a>, <a href="../../../../com/github/tommyettinger/textra/effects/WindEffect.html" title="class in com.github.tommyettinger.textra.effects">WindEffect</a></dd>
</dl>
<hr>
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.DistanceFieldType (textratypist 0.4.0 API)</title>
<title>Font.DistanceFieldType (textratypist 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Font.DistanceFieldType (textratypist 0.4.0 API)";
parent.document.title="Font.DistanceFieldType (textratypist 0.5.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.FontFamily (textratypist 0.4.0 API)</title>
<title>Font.FontFamily (textratypist 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Font.FontFamily (textratypist 0.4.0 API)";
parent.document.title="Font.FontFamily (textratypist 0.5.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.GlyphRegion (textratypist 0.4.0 API)</title>
<title>Font.GlyphRegion (textratypist 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Font.GlyphRegion (textratypist 0.4.0 API)";
parent.document.title="Font.GlyphRegion (textratypist 0.5.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 7339be1

Please sign in to comment.