Skip to content

Commit

Permalink
Merge pull request #63 from glyphic-co/release-0.12.3
Browse files Browse the repository at this point in the history
Release 0.12.3
  • Loading branch information
theorosendorf committed Jul 20, 2020
2 parents 9bd6190 + d0d1fb5 commit 4822628
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 18 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.12.3] - 2020-07-19

### Added
- Add syntax highlighting to README

### Security
- Bump lodash from 4.17.15 to 4.17.19
- Bump websocket-extensions from 0.1.3 to 0.1.4
- Bump acorn from 6.2.1 to 6.4.1

---

## [0.12.2] - 2019-07-31

### Update
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -16,7 +16,7 @@ The script calculates your setting based on minimum and maximum values for font
1. Include the main script and
2. target elements using JS notation:

```
```HTML
<script src="textblock.min.js"></script>

<script>
Expand All @@ -31,7 +31,7 @@ The script calculates your setting based on minimum and maximum values for font
2. include the module, and
3. apply to elements within `componentDidMount()` as needed:

```
```JS
import Textblock from 'textblock';

componentDidMount() {
Expand Down Expand Up @@ -61,7 +61,7 @@ If you’re using variable fonts, the `minWidth_VariableGrade` / `maxWidth_Varia

## Example Including Extra Parameters

```
```JS
Textblock([{
 target: ".some-class",
 minWidth: 280,
Expand All @@ -79,7 +79,7 @@ Textblock([{

## Multiple Elements with Different Settings

```
```JS
Textblock([
 {
  target: ".some-class",
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "textblock",
"version": "0.12.2",
"version": "0.12.3",
"description": "A javascript tool for adjusting size, leading, and grades to cast continuously responsive typography.",
"main": "textblock.min.js",
"license": "MIT",
Expand Down

0 comments on commit 4822628

Please sign in to comment.