Socket
Socket
Sign inDemoInstall

@fremtind/jkl-text-input-react

Package Overview
Dependencies
Maintainers
2
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-text-input-react - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

142

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## 1.0.3 (2019-12-19)
## 1.0.4 (2019-12-20)

@@ -15,10 +15,10 @@ **Note:** Version bump only for package @fremtind/jkl-text-input-react

## 1.0.2 (2019-12-19)
## 1.0.3 (2019-12-20)
**Note:** Version bump only for package @fremtind/jkl-text-input-react
## 1.0.2 (2019-12-19)
**Note:** Version bump only for package @fremtind/jkl-text-input-react
## [1.0.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@1.0.0...@fremtind/jkl-text-input-react@1.0.1) (2019-12-17)

@@ -28,53 +28,37 @@

# [1.0.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.9.0...@fremtind/jkl-text-input-react@1.0.0) (2019-12-03)
### Bug Fixes
* add type to button ([aa8f825](https://github.com/fremtind/jokul/commit/aa8f82548fe19c6bd6be16cd88e2643fcf28348d))
* fix circular dependency in index, move into utils.ts ([fc79bc0](https://github.com/fremtind/jokul/commit/fc79bc0af338127ef306496cd39fceac939d65f0))
* send props to BaseInputField and fix invalid-state ([9fcf5ec](https://github.com/fremtind/jokul/commit/9fcf5ecfd98c1b22609b29e8d9453140d04d4821))
- add type to button ([aa8f825](https://github.com/fremtind/jokul/commit/aa8f82548fe19c6bd6be16cd88e2643fcf28348d))
- fix circular dependency in index, move into utils.ts ([fc79bc0](https://github.com/fremtind/jokul/commit/fc79bc0af338127ef306496cd39fceac939d65f0))
- send props to BaseInputField and fix invalid-state ([9fcf5ec](https://github.com/fremtind/jokul/commit/9fcf5ecfd98c1b22609b29e8d9453140d04d4821))
### Features
* **action-text-field:** add new text-field component ([4fdd80b](https://github.com/fremtind/jokul/commit/4fdd80b06d51ec633f2dd28ebcb1bc5a71f6c8ac))
* **text-field:** implement in line version of TextField ([5999a32](https://github.com/fremtind/jokul/commit/5999a3229f4c752e60f346ee1051f395505d188e))
* add aria-describedby to BaseInputField ([9e8898e](https://github.com/fremtind/jokul/commit/9e8898e9bbb8683631adcee32eacc3a4bc0506ea))
* add BaseInputField component and enable stand-alone use of Label ([7f37cd4](https://github.com/fremtind/jokul/commit/7f37cd43dd336a18f80edb070017edbdb9dd77ce))
* add className and remove forceCompact ([c9171c6](https://github.com/fremtind/jokul/commit/c9171c66a65e226c3bf133a8beffde696e4bf5bf))
* add description prop to action-button ([b6c6139](https://github.com/fremtind/jokul/commit/b6c613970b281fd122de5a004232d51f7f57df0b))
* add description prop to button ([8c73461](https://github.com/fremtind/jokul/commit/8c734610d1b639e577ec0882549077da062e2aa9))
- **action-text-field:** add new text-field component ([4fdd80b](https://github.com/fremtind/jokul/commit/4fdd80b06d51ec633f2dd28ebcb1bc5a71f6c8ac))
- **text-field:** implement in line version of TextField ([5999a32](https://github.com/fremtind/jokul/commit/5999a3229f4c752e60f346ee1051f395505d188e))
- add aria-describedby to BaseInputField ([9e8898e](https://github.com/fremtind/jokul/commit/9e8898e9bbb8683631adcee32eacc3a4bc0506ea))
- add BaseInputField component and enable stand-alone use of Label ([7f37cd4](https://github.com/fremtind/jokul/commit/7f37cd43dd336a18f80edb070017edbdb9dd77ce))
- add className and remove forceCompact ([c9171c6](https://github.com/fremtind/jokul/commit/c9171c66a65e226c3bf133a8beffde696e4bf5bf))
- add description prop to action-button ([b6c6139](https://github.com/fremtind/jokul/commit/b6c613970b281fd122de5a004232d51f7f57df0b))
- add description prop to button ([8c73461](https://github.com/fremtind/jokul/commit/8c734610d1b639e577ec0882549077da062e2aa9))
# [0.9.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.8.3...@fremtind/jkl-text-input-react@0.9.0) (2019-10-09)
### Bug Fixes
* **text-field-test:** fixed test for max-length ([9dd8cb1](https://github.com/fremtind/jokul/commit/9dd8cb1)), closes [#419](https://github.com/fremtind/jokul/issues/419)
- **text-field-test:** fixed test for max-length ([9dd8cb1](https://github.com/fremtind/jokul/commit/9dd8cb1)), closes [#419](https://github.com/fremtind/jokul/issues/419)
### Features
* **field-group:** remove Field component and update style of FieldGroup ([8a451ac](https://github.com/fremtind/jokul/commit/8a451ac))
* extract label styles to core ([9fad287](https://github.com/fremtind/jokul/commit/9fad287))
* implement Field pattern in text input ([f3877e4](https://github.com/fremtind/jokul/commit/f3877e4))
* **text-field:** add max length to text-input ([4c27f39](https://github.com/fremtind/jokul/commit/4c27f39)), closes [#418](https://github.com/fremtind/jokul/issues/418)
* **text-field:** add option to force compact mode ([07c7fea](https://github.com/fremtind/jokul/commit/07c7fea))
* **text-field:** implement new design for text inputs ([13b45c6](https://github.com/fremtind/jokul/commit/13b45c6))
* **text-input-react:** restore structure of text areas ([588dad5](https://github.com/fremtind/jokul/commit/588dad5))
* **text-input-react:** restore structure of text inputs ([c520540](https://github.com/fremtind/jokul/commit/c520540))
- **field-group:** remove Field component and update style of FieldGroup ([8a451ac](https://github.com/fremtind/jokul/commit/8a451ac))
- extract label styles to core ([9fad287](https://github.com/fremtind/jokul/commit/9fad287))
- implement Field pattern in text input ([f3877e4](https://github.com/fremtind/jokul/commit/f3877e4))
- **text-field:** add max length to text-input ([4c27f39](https://github.com/fremtind/jokul/commit/4c27f39)), closes [#418](https://github.com/fremtind/jokul/issues/418)
- **text-field:** add option to force compact mode ([07c7fea](https://github.com/fremtind/jokul/commit/07c7fea))
- **text-field:** implement new design for text inputs ([13b45c6](https://github.com/fremtind/jokul/commit/13b45c6))
- **text-input-react:** restore structure of text areas ([588dad5](https://github.com/fremtind/jokul/commit/588dad5))
- **text-input-react:** restore structure of text inputs ([c520540](https://github.com/fremtind/jokul/commit/c520540))
## [0.8.3](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.8.2...@fremtind/jkl-text-input-react@0.8.3) (2019-09-26)

@@ -84,6 +68,2 @@

## [0.8.2](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.8.1...@fremtind/jkl-text-input-react@0.8.2) (2019-09-26)

@@ -93,6 +73,2 @@

## [0.8.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.8.0...@fremtind/jkl-text-input-react@0.8.1) (2019-09-23)

@@ -102,47 +78,31 @@

# [0.8.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.7.0...@fremtind/jkl-text-input-react@0.8.0) (2019-08-30)
### Bug Fixes
* **build:** remove visual regression tests ([a4502ea](https://github.com/fremtind/jokul/commit/a4502ea))
* **text-input-react:** add onFocus event prop type to textField ([591a836](https://github.com/fremtind/jokul/commit/591a836))
* **textinput:** add onblur to textfields ([c49a36e](https://github.com/fremtind/jokul/commit/c49a36e)), closes [#269](https://github.com/fremtind/jokul/issues/269)
- **build:** remove visual regression tests ([a4502ea](https://github.com/fremtind/jokul/commit/a4502ea))
- **text-input-react:** add onFocus event prop type to textField ([591a836](https://github.com/fremtind/jokul/commit/591a836))
- **textinput:** add onblur to textfields ([c49a36e](https://github.com/fremtind/jokul/commit/c49a36e)), closes [#269](https://github.com/fremtind/jokul/issues/269)
### Features
* **dropdown:** add invalid state, errortext and help text ([a731e52](https://github.com/fremtind/jokul/commit/a731e52))
* **text-field:** add placeholder to text field ([d974be0](https://github.com/fremtind/jokul/commit/d974be0))
* **text-input:** clean up text-input ([cd8c876](https://github.com/fremtind/jokul/commit/cd8c876))
* **text-input-react:** only draw placeholder if provided ([cde4dad](https://github.com/fremtind/jokul/commit/cde4dad))
- **dropdown:** add invalid state, errortext and help text ([a731e52](https://github.com/fremtind/jokul/commit/a731e52))
- **text-field:** add placeholder to text field ([d974be0](https://github.com/fremtind/jokul/commit/d974be0))
- **text-input:** clean up text-input ([cd8c876](https://github.com/fremtind/jokul/commit/cd8c876))
- **text-input-react:** only draw placeholder if provided ([cde4dad](https://github.com/fremtind/jokul/commit/cde4dad))
# [0.7.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.6.1...@fremtind/jkl-text-input-react@0.7.0) (2019-08-02)
### Bug Fixes
* **core:** fix help text spacing, error color, minor ios portal fix ([ae19bb7](https://github.com/fremtind/jokul/commit/ae19bb7))
* **text-input-react:** pass className to textarea ([4133513](https://github.com/fremtind/jokul/commit/4133513))
* **textfield:** better naming, fix spacing, add test ([c5e8e82](https://github.com/fremtind/jokul/commit/c5e8e82))
- **core:** fix help text spacing, error color, minor ios portal fix ([ae19bb7](https://github.com/fremtind/jokul/commit/ae19bb7))
- **text-input-react:** pass className to textarea ([4133513](https://github.com/fremtind/jokul/commit/4133513))
- **textfield:** better naming, fix spacing, add test ([c5e8e82](https://github.com/fremtind/jokul/commit/c5e8e82))
### Features
* **test:** add visual regression testing ([1553b28](https://github.com/fremtind/jokul/commit/1553b28))
* **text-field:** add help and error text to field and area ([e18f117](https://github.com/fremtind/jokul/commit/e18f117)), closes [#41](https://github.com/fremtind/jokul/issues/41)
* **text-input-react:** add inline version ([3fab7da](https://github.com/fremtind/jokul/commit/3fab7da))
- **test:** add visual regression testing ([1553b28](https://github.com/fremtind/jokul/commit/1553b28))
- **text-field:** add help and error text to field and area ([e18f117](https://github.com/fremtind/jokul/commit/e18f117)), closes [#41](https://github.com/fremtind/jokul/issues/41)
- **text-input-react:** add inline version ([3fab7da](https://github.com/fremtind/jokul/commit/3fab7da))
## [0.6.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.6.0...@fremtind/jkl-text-input-react@0.6.1) (2019-07-31)

@@ -152,17 +112,8 @@

# [0.6.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.5.2...@fremtind/jkl-text-input-react@0.6.0) (2019-07-30)
### Features
* **text-input:** update style according to sketches ([d60c022](https://github.com/fremtind/jokul/commit/d60c022))
- **text-input:** update style according to sketches ([d60c022](https://github.com/fremtind/jokul/commit/d60c022))
## [0.5.2](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.5.1...@fremtind/jkl-text-input-react@0.5.2) (2019-07-18)

@@ -172,17 +123,8 @@

## [0.5.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.5.0...@fremtind/jkl-text-input-react@0.5.1) (2019-07-18)
### Bug Fixes
* **build:** normalize react package.json ([6c29e08](https://github.com/fremtind/jokul/commit/6c29e08)), closes [#156](https://github.com/fremtind/jokul/issues/156)
- **build:** normalize react package.json ([6c29e08](https://github.com/fremtind/jokul/commit/6c29e08)), closes [#156](https://github.com/fremtind/jokul/issues/156)
# [0.5.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.2.1...@fremtind/jkl-text-input-react@0.5.0) (2019-07-15)

@@ -192,6 +134,2 @@

## [0.2.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.2.0...@fremtind/jkl-text-input-react@0.2.1) (2019-07-15)

@@ -201,6 +139,2 @@

# [0.2.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.1.0...@fremtind/jkl-text-input-react@0.2.0) (2019-07-15)

@@ -207,0 +141,0 @@

{
"name": "@fremtind/jkl-text-input-react",
"version": "1.0.3",
"version": "1.0.4",
"publishConfig": {

@@ -40,7 +40,7 @@ "access": "public"

"dependencies": {
"@fremtind/jkl-text-input": "^1.1.2",
"@fremtind/jkl-typography-react": "^1.0.3"
"@fremtind/jkl-text-input": "^1.1.3",
"@fremtind/jkl-typography-react": "^1.0.4"
},
"devDependencies": {
"@fremtind/browserslist-config-jkl": "^0.4.2"
"@fremtind/browserslist-config-jkl": "^0.4.3"
},

@@ -63,3 +63,3 @@ "peerDependencies": {

],
"gitHead": "25301e79336741507f54425488710800b9119123"
"gitHead": "c72f34e2547a1d9cb1f90cb01d1806ef666663bd"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc