Jon Rohan
715ab5d365
Merge pull request #42 from github/dependabot/npm_and_yarn/braces-3.0.3
...
Bump braces from 3.0.2 to 3.0.3
2024-06-18 16:52:34 -07:00
dependabot[bot]
f5602528d4
Bump braces from 3.0.2 to 3.0.3
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 10:10:02 +00:00
Cameron Dutro
780c32da8c
Merge pull request #41 from github/round_border_widths
...
Round border widths to nearest int
2023-11-30 13:25:34 -08:00
Cameron Dutro
9aa4ee7803
Update src/index.js
...
Co-authored-by: Jon Rohan <rohan@github.com>
2023-11-30 13:25:27 -08:00
Cameron Dutro
df389a05d1
Round border widths to nearest int
2023-11-28 13:44:46 -08:00
Siddharth Kshetrapal
684725e5b1
Merge pull request #40 from github/dependabot/npm_and_yarn/word-wrap-1.2.4
...
Bump word-wrap from 1.2.3 to 1.2.4
2023-07-19 11:11:17 +02:00
dependabot[bot]
4266fb56bc
Bump word-wrap from 1.2.3 to 1.2.4
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 01:44:40 +00:00
Keith Cirkel
9ad9a20750
Merge pull request #38 from silverwind/parsepixels
...
Increase style parsing performance by 2x to 10x
2023-04-17 14:41:28 +01:00
silverwind
02dda74665
Tenfold increase in style parsing performance
2023-04-08 19:20:17 +02:00
Jon Rohan
e08a89bd1e
Merge pull request #37 from github/dependabot/npm_and_yarn/json5-1.0.2
...
Bump json5 from 1.0.1 to 1.0.2
2023-01-09 12:57:31 -08:00
dependabot[bot]
d16561ed56
Bump json5 from 1.0.1 to 1.0.2
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-07 11:27:24 +00:00
Armağan
c8dff72970
Merge pull request #36 from github/dependabot/npm_and_yarn/minimatch-3.1.2
...
Bump minimatch from 3.0.4 to 3.1.2
2023-01-03 08:46:35 +10:00
dependabot[bot]
c7eff9e50b
Bump minimatch from 3.0.4 to 3.1.2
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 00:54:54 +00:00
simurai
d0d55299b2
Merge pull request #35 from github/dependabot/npm_and_yarn/json5-and-tsconfig-paths-2.2.3
...
Bump json5 and tsconfig-paths
2023-01-02 09:11:47 +09:00
dependabot[bot]
98fd57c652
Bump json5 and tsconfig-paths
...
Bumps [json5](https://github.com/json5/json5 ) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths ). These dependencies needed to be updated together.
Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3 )
Updates `tsconfig-paths` from 3.9.0 to 3.10.1
- [Release notes](https://github.com/dividab/tsconfig-paths/releases )
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dividab/tsconfig-paths/compare/v3.9.0...v3.10.1 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: tsconfig-paths
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 13:01:28 +00:00
Keith Cirkel
c3eb730b6a
Merge pull request #31 from haacked/patch-1
...
Fix attaching the listener
2022-10-31 17:03:26 +00:00
Manuel Puyol
efcc520305
Merge pull request #33 from keithamus/patch-1
...
move AOR to primer
2022-09-23 12:47:49 -05:00
Keith Cirkel
91c7fc8bd7
move AOR to primer
2022-09-23 17:53:17 +01:00
Phil Haack
25ed3dcdae
Fix attaching the listener
...
Not sure what a Listenter, but I know it ain't the right thing. 😆
2022-08-21 12:49:49 -07:00
Kristján Oddsson
b07dd1fe1f
0.3.0
2022-08-19 14:07:32 +02:00
Kristján Oddsson
050c323b23
Merge pull request #29 from el-mapache/adam/resize-on-paste
...
Adds listener for `paste` events.
2022-08-19 14:04:54 +02:00
Adam B
2f5a04d31a
Adds listener for `paste` events.
2022-08-11 23:04:31 +00:00
Manuel Puyol
67d9d3ffbd
Merge pull request #22 from github/add-release-action
...
Add a release action
2022-03-29 10:48:05 -05:00
Kristján Oddsson
7546c14db6
Merge pull request #28 from github/dependabot/npm_and_yarn/ansi-regex-5.0.1
...
Bump ansi-regex from 5.0.0 to 5.0.1
2022-03-29 14:51:24 +01:00
Kristján Oddsson
4b72dc6db5
Merge pull request #27 from github/dependabot/npm_and_yarn/hosted-git-info-2.8.9
...
Bump hosted-git-info from 2.8.8 to 2.8.9
2022-03-29 14:51:18 +01:00
Kristján Oddsson
b5b8a94bdd
Merge pull request #26 from github/dependabot/npm_and_yarn/path-parse-1.0.7
...
Bump path-parse from 1.0.6 to 1.0.7
2022-03-29 14:51:10 +01:00
dependabot[bot]
51c8c86492
Bump ansi-regex from 5.0.0 to 5.0.1
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 13:43:14 +00:00
dependabot[bot]
32cf6ecbd3
Bump hosted-git-info from 2.8.8 to 2.8.9
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
---
updated-dependencies:
- dependency-name: hosted-git-info
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 13:43:09 +00:00
dependabot[bot]
af8fdbd2d1
Bump path-parse from 1.0.6 to 1.0.7
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 13:43:08 +00:00
Kristján Oddsson
0dfe9825d2
Merge pull request #24 from github/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-03-29 14:42:46 +01:00
dependabot[bot]
2e6c26c145
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 17:58:22 +00:00
Kristján Oddsson
174f02cdf8
Create .github/workflows/publish.yml
2022-03-25 15:53:42 +00:00
Kristján Oddsson
66fbf414e5
0.2.2
2021-03-15 08:35:29 +00:00
Kristján Oddsson
dc4dda8708
Merge pull request #16 from github/update-eslint-and-friends
...
Update ESlint and related dependencies
2021-03-11 11:05:34 +00:00
Kristján Oddsson
6df58c7640
Update eslint and related dependencies
2021-03-11 10:42:09 +00:00
Kristján Oddsson
505080d122
Merge pull request #15 from github/fix-example-page
...
Import the library from a CDN
2021-03-09 15:51:38 +00:00
Kristján Oddsson
704a8956c4
use unpkg over jsdelivr
2021-03-09 15:17:40 +00:00
Kristján Oddsson
b3269af129
Add a CODEOWNERS file
2021-03-09 09:13:59 +00:00
Kristján Oddsson
e95a3bd9fa
Import the library from a CDN
2021-03-09 09:12:23 +00:00
Kristján Oddsson
6c65468f5b
Merge pull request #14 from egargan/bottom-margin-fix
...
Fix and parameterise bottom margin behavior
2021-03-09 08:57:13 +00:00
Ed Gargan
75fbc11422
fix and parameterise bottom margin behavior
...
Adds an optional 'viewportMarginBottom' parameter in place of the
hardcoded 100px margin applied by the `maxHeight - 100` line.
This margin controls how far the textarea is allowed to be resized
relative to the bottom of the viewport.
Also adds logic for handling the case where the textarea sits below
this bottom viewport margin on the page, e.g. the textarea is 20px away
from the bottom when the margin value is 100. Previously, this would cause
buggy behavior where the flat ' - 100' would set the textarea's maxHeight to
a negative value. 'adjustedViewportMarginBottom' ensures this doesn't happen.
2021-02-06 16:33:19 +00:00
Kristján Oddsson
f3dadddd9f
0.2.1
2020-12-09 11:51:03 +00:00
Kristján Oddsson
0b790f3490
actually echo a message when running tests
2020-12-09 11:50:28 +00:00
Kristján Oddsson
5cd57f1a08
Merge pull request #13 from egargan/box-sizing-height-fix
...
Account for 'border-box' box sizing in textarea height
2020-12-09 11:48:44 +00:00
Ed Gargan
ebb6df6dd7
account for border-box sizing in textarea height
2020-11-27 13:56:46 +00:00
David Graham
a3273d9693
Merge pull request #11 from github/dependabot/npm_and_yarn/acorn-7.1.1
...
Bump acorn from 7.1.0 to 7.1.1
2020-03-26 12:20:45 -06:00
dependabot[bot]
9176341de2
Bump acorn from 7.1.0 to 7.1.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 11:09:43 +00:00
Kristján Oddsson
6ed45ab7a9
0.2.0
2019-11-14 11:16:09 +00:00
Kristján Oddsson
681c265711
Merge pull request #9 from github/typescript
...
Replace the babel compiler with the typscript compiler
2019-11-14 11:14:48 +00:00
Kristján Oddsson
8a6a38ad95
output ES5 compatible code.
...
Co-Authored-By: Keith Cirkel <keithamus@users.noreply.github.com>
2019-11-13 11:49:39 +00:00