Skip to content

Commit

Permalink
Merge pull request #125 from adobe-webplatform/re/fix-server-side-ren…
Browse files Browse the repository at this point in the history
…dering-cleanup

Cleanup for 3.3.0
  • Loading branch information
redmunds authored May 25, 2019
2 parents ea9e513 + e445bac commit 268fe6d
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 68 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ globals:
parserOptions:
ecmaVersion: 2018
rules:
no-multi-spaces: ["off"]
no-param-reassign: 0
no-plusplus: 0
func-names: ["error", "never"]
indent: ["error", 4]
max-len: ["error", { "ignoreComments": true, "code": 120 }]
one-var-declaration-per-line: ["off"]
one-var: ["off"]
operator-linebreak: ["error", "after", { "overrides": { "?": "before", ":": "before" } }]
quotes: ["error", "double", { "avoidEscape": true }]
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ You can also migrate to `balanceText()` from jQuery using this guide (shown comp
```

## Use from a CDN
[//cdnjs.cloudflare.com/ajax/libs/balance-text/3.2.1/balancetext.min.js](//cdnjs.cloudflare.com/ajax/libs/balance-text/3.2.1/balancetext.min.js)
[//cdnjs.cloudflare.com/ajax/libs/balance-text/3.3.0/balancetext.min.js](//cdnjs.cloudflare.com/ajax/libs/balance-text/3.3.0/balancetext.min.js)

[//cdn.jsdelivr.net/npm/balance-text@3.2.1/balancetext.min.js](//cdn.jsdelivr.net/npm/balance-text@3.2.1/balancetext.min.js)
[//cdn.jsdelivr.net/npm/balance-text@3.3.0/balancetext.min.js](//cdn.jsdelivr.net/npm/balance-text@3.3.0/balancetext.min.js)


### Legacy (2.0.0)
Expand Down Expand Up @@ -142,3 +142,4 @@ npm run build
* v 3.0.0 - Remove the jQuery dependency (BrianGenisio, bfred-it)
* v 3.1.x - Support for hyphens, white-space:nowrap
* v 3.2.x - Support for unwatch (weotch), non-breaking-space fix (bjnsn)
* v 3.3.0 - Support Server Side rendering (jakimarks)
Loading

0 comments on commit 268fe6d

Please sign in to comment.