Skip to content

Commit

Permalink
refactor(update interfaces to match latest peer dependencies) (#44)
Browse files Browse the repository at this point in the history
* refactor(update intefaces to match latest peer dependencies): update interfaces for latest peer deps.
  • Loading branch information
jlison authored Mar 18, 2020
1 parent 15abd35 commit 7abc8b6
Show file tree
Hide file tree
Showing 7 changed files with 8,990 additions and 6,005 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
node-version: [10.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
156 changes: 102 additions & 54 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,126 +1,174 @@
## [1.1.9](https://github.com/start-at-root/react-breeze-form/compare/v1.1.8...v1.1.9) (2020-03-15)


### Bug Fixes

* **fix label z-index:** fix label z-index ([b2c0c91](https://github.com/start-at-root/react-breeze-form/commit/b2c0c91))
- **fix label z-index:** fix label z-index
([b2c0c91](https://github.com/start-at-root/react-breeze-form/commit/b2c0c91))

## [1.1.8](https://github.com/start-at-root/react-breeze-form/compare/v1.1.7...v1.1.8) (2019-09-22)


### Bug Fixes

* add react-select default values ([7dc255c](https://github.com/start-at-root/react-breeze-form/commit/7dc255c))
* add react-select default values ([#25](https://github.com/start-at-root/react-breeze-form/issues/25)) ([be834ab](https://github.com/start-at-root/react-breeze-form/commit/be834ab))
- add react-select default values
([7dc255c](https://github.com/start-at-root/react-breeze-form/commit/7dc255c))
- add react-select default values
([#25](https://github.com/start-at-root/react-breeze-form/issues/25))
([be834ab](https://github.com/start-at-root/react-breeze-form/commit/be834ab))

## [1.1.7](https://github.com/start-at-root/react-breeze-form/compare/v1.1.6...v1.1.7) (2019-09-10)


### Bug Fixes

* add form children prop ([00959de](https://github.com/start-at-root/react-breeze-form/commit/00959de))
* add form children prop ([#24](https://github.com/start-at-root/react-breeze-form/issues/24)) ([d6faf0a](https://github.com/start-at-root/react-breeze-form/commit/d6faf0a))
- add form children prop
([00959de](https://github.com/start-at-root/react-breeze-form/commit/00959de))
- add form children prop
([#24](https://github.com/start-at-root/react-breeze-form/issues/24))
([d6faf0a](https://github.com/start-at-root/react-breeze-form/commit/d6faf0a))

## [1.1.6](https://github.com/start-at-root/react-breeze-form/compare/v1.1.5...v1.1.6) (2019-09-10)


### Bug Fixes

* fix input type not being passed to input ([01cc10f](https://github.com/start-at-root/react-breeze-form/commit/01cc10f))
* input type not being passed to input ([#23](https://github.com/start-at-root/react-breeze-form/issues/23)) ([976f34d](https://github.com/start-at-root/react-breeze-form/commit/976f34d))
- fix input type not being passed to input
([01cc10f](https://github.com/start-at-root/react-breeze-form/commit/01cc10f))
- input type not being passed to input
([#23](https://github.com/start-at-root/react-breeze-form/issues/23))
([976f34d](https://github.com/start-at-root/react-breeze-form/commit/976f34d))

## [1.1.5](https://github.com/start-at-root/react-breeze-form/compare/v1.1.4...v1.1.5) (2019-09-02)


### Bug Fixes

* reset some interface updates to match react-hook-form@3.21.4 ([8d10edf](https://github.com/start-at-root/react-breeze-form/commit/8d10edf))
* update interfaces to match updates in react-hook-form ([5d4365c](https://github.com/start-at-root/react-breeze-form/commit/5d4365c))
* update interfaces to match updates in react-hook-form ([#22](https://github.com/start-at-root/react-breeze-form/issues/22)) ([9f40397](https://github.com/start-at-root/react-breeze-form/commit/9f40397))
- reset some interface updates to match react-hook-form@3.21.4
([8d10edf](https://github.com/start-at-root/react-breeze-form/commit/8d10edf))
- update interfaces to match updates in react-hook-form
([5d4365c](https://github.com/start-at-root/react-breeze-form/commit/5d4365c))
- update interfaces to match updates in react-hook-form
([#22](https://github.com/start-at-root/react-breeze-form/issues/22))
([9f40397](https://github.com/start-at-root/react-breeze-form/commit/9f40397))

## [1.1.4](https://github.com/start-at-root/react-breeze-form/compare/v1.1.3...v1.1.4) (2019-08-31)


### Bug Fixes

* expose react hook form in the input onClick, onBlur, onKeyUp ([b78aa7d](https://github.com/start-at-root/react-breeze-form/commit/b78aa7d))
* expose react hook form in the input onClick, onBlur, onKeyUp ([#21](https://github.com/start-at-root/react-breeze-form/issues/21)) ([67ba0ee](https://github.com/start-at-root/react-breeze-form/commit/67ba0ee))
- expose react hook form in the input onClick, onBlur, onKeyUp
([b78aa7d](https://github.com/start-at-root/react-breeze-form/commit/b78aa7d))
- expose react hook form in the input onClick, onBlur, onKeyUp
([#21](https://github.com/start-at-root/react-breeze-form/issues/21))
([67ba0ee](https://github.com/start-at-root/react-breeze-form/commit/67ba0ee))

## [1.1.3](https://github.com/start-at-root/react-breeze-form/compare/v1.1.2...v1.1.3) (2019-08-26)


### Bug Fixes

* fix misspelling in rbf input feedback css class. Update FormConfig interface ([b70f5b5](https://github.com/start-at-root/react-breeze-form/commit/b70f5b5))
* misspelling in rbf input feedback css class. Update FormConf… ([#20](https://github.com/start-at-root/react-breeze-form/issues/20)) ([20991f8](https://github.com/start-at-root/react-breeze-form/commit/20991f8))
- fix misspelling in rbf input feedback css class. Update FormConfig interface
([b70f5b5](https://github.com/start-at-root/react-breeze-form/commit/b70f5b5))
- misspelling in rbf input feedback css class. Update FormConf…
([#20](https://github.com/start-at-root/react-breeze-form/issues/20))
([20991f8](https://github.com/start-at-root/react-breeze-form/commit/20991f8))

## [1.1.2](https://github.com/start-at-root/react-breeze-form/compare/v1.1.1...v1.1.2) (2019-08-25)


### Bug Fixes

* update readme docs. Add submit btn props from reactstrap ([c85a815](https://github.com/start-at-root/react-breeze-form/commit/c85a815))
* update readme docs. Add submit btn props from reactstrap ([#19](https://github.com/start-at-root/react-breeze-form/issues/19)) ([34ac965](https://github.com/start-at-root/react-breeze-form/commit/34ac965))
- update readme docs. Add submit btn props from reactstrap
([c85a815](https://github.com/start-at-root/react-breeze-form/commit/c85a815))
- update readme docs. Add submit btn props from reactstrap
([#19](https://github.com/start-at-root/react-breeze-form/issues/19))
([34ac965](https://github.com/start-at-root/react-breeze-form/commit/34ac965))

## [1.1.1](https://github.com/start-at-root/react-breeze-form/compare/v1.1.0...v1.1.1) (2019-08-24)


### Bug Fixes

* add missing compass css3 imports for _toggle scss partial ([0cf8478](https://github.com/start-at-root/react-breeze-form/commit/0cf8478))
* add missing compass css3 imports for _toggle scss partial ([#18](https://github.com/start-at-root/react-breeze-form/issues/18)) ([16970c1](https://github.com/start-at-root/react-breeze-form/commit/16970c1))
- add missing compass css3 imports for \_toggle scss partial
([0cf8478](https://github.com/start-at-root/react-breeze-form/commit/0cf8478))
- add missing compass css3 imports for \_toggle scss partial
([#18](https://github.com/start-at-root/react-breeze-form/issues/18))
([16970c1](https://github.com/start-at-root/react-breeze-form/commit/16970c1))

# [1.1.0](https://github.com/start-at-root/react-breeze-form/compare/v1.0.6...v1.1.0) (2019-08-24)


### Features

* bump minor release. Add block option for submit btn ([cf117b5](https://github.com/start-at-root/react-breeze-form/commit/cf117b5))
* bump minor release. Add block option for submit btn. ([#17](https://github.com/start-at-root/react-breeze-form/issues/17)) ([25d2900](https://github.com/start-at-root/react-breeze-form/commit/25d2900))
- bump minor release. Add block option for submit btn
([cf117b5](https://github.com/start-at-root/react-breeze-form/commit/cf117b5))
- bump minor release. Add block option for submit btn.
([#17](https://github.com/start-at-root/react-breeze-form/issues/17))
([25d2900](https://github.com/start-at-root/react-breeze-form/commit/25d2900))

## [1.0.6](https://github.com/start-at-root/react-breeze-form/compare/v1.0.5...v1.0.6) (2019-08-24)


### Bug Fixes

* add basic example. Import only used compass scss mixins. Update FormConfig interface ([6c55869](https://github.com/start-at-root/react-breeze-form/commit/6c55869))
* add basic example. Import only used compass scss mixins... ([#13](https://github.com/start-at-root/react-breeze-form/issues/13)) ([4a42b58](https://github.com/start-at-root/react-breeze-form/commit/4a42b58))
* add custom react node inputs ([75b76c7](https://github.com/start-at-root/react-breeze-form/commit/75b76c7))
* add custom react node inputs ([#8](https://github.com/start-at-root/react-breeze-form/issues/8)) ([52bcde8](https://github.com/start-at-root/react-breeze-form/commit/52bcde8))
* add input form feedback ([648c997](https://github.com/start-at-root/react-breeze-form/commit/648c997))
* add input form feedback ([#12](https://github.com/start-at-root/react-breeze-form/issues/12)) ([7f07263](https://github.com/start-at-root/react-breeze-form/commit/7f07263))
* add translation for icon text and error message in input com… ([#14](https://github.com/start-at-root/react-breeze-form/issues/14)) ([9971596](https://github.com/start-at-root/react-breeze-form/commit/9971596))
* add translation for icon text and error message in input component. Add codeclimate config yml ([faaec26](https://github.com/start-at-root/react-breeze-form/commit/faaec26))
* update README badges to start-at-root ([9f761aa](https://github.com/start-at-root/react-breeze-form/commit/9f761aa))
* update README badges to start-at-root ([#9](https://github.com/start-at-root/react-breeze-form/issues/9)) ([83512a2](https://github.com/start-at-root/react-breeze-form/commit/83512a2))
* update repo url in package.json file ([f40a7e2](https://github.com/start-at-root/react-breeze-form/commit/f40a7e2))
* update repo url in package.json file ([#16](https://github.com/start-at-root/react-breeze-form/issues/16)) ([9bc1b83](https://github.com/start-at-root/react-breeze-form/commit/9bc1b83))
* update semantic release to 15.13.24 ([dc32d3d](https://github.com/start-at-root/react-breeze-form/commit/dc32d3d))
* update semantic release to 15.13.24 ([#15](https://github.com/start-at-root/react-breeze-form/issues/15)) ([7e68c9f](https://github.com/start-at-root/react-breeze-form/commit/7e68c9f))
- add basic example. Import only used compass scss mixins. Update FormConfig
interface
([6c55869](https://github.com/start-at-root/react-breeze-form/commit/6c55869))
- add basic example. Import only used compass scss mixins...
([#13](https://github.com/start-at-root/react-breeze-form/issues/13))
([4a42b58](https://github.com/start-at-root/react-breeze-form/commit/4a42b58))
- add custom react node inputs
([75b76c7](https://github.com/start-at-root/react-breeze-form/commit/75b76c7))
- add custom react node inputs
([#8](https://github.com/start-at-root/react-breeze-form/issues/8))
([52bcde8](https://github.com/start-at-root/react-breeze-form/commit/52bcde8))
- add input form feedback
([648c997](https://github.com/start-at-root/react-breeze-form/commit/648c997))
- add input form feedback
([#12](https://github.com/start-at-root/react-breeze-form/issues/12))
([7f07263](https://github.com/start-at-root/react-breeze-form/commit/7f07263))
- add translation for icon text and error message in input com…
([#14](https://github.com/start-at-root/react-breeze-form/issues/14))
([9971596](https://github.com/start-at-root/react-breeze-form/commit/9971596))
- add translation for icon text and error message in input component. Add
codeclimate config yml
([faaec26](https://github.com/start-at-root/react-breeze-form/commit/faaec26))
- update README badges to start-at-root
([9f761aa](https://github.com/start-at-root/react-breeze-form/commit/9f761aa))
- update README badges to start-at-root
([#9](https://github.com/start-at-root/react-breeze-form/issues/9))
([83512a2](https://github.com/start-at-root/react-breeze-form/commit/83512a2))
- update repo url in package.json file
([f40a7e2](https://github.com/start-at-root/react-breeze-form/commit/f40a7e2))
- update repo url in package.json file
([#16](https://github.com/start-at-root/react-breeze-form/issues/16))
([9bc1b83](https://github.com/start-at-root/react-breeze-form/commit/9bc1b83))
- update semantic release to 15.13.24
([dc32d3d](https://github.com/start-at-root/react-breeze-form/commit/dc32d3d))
- update semantic release to 15.13.24
([#15](https://github.com/start-at-root/react-breeze-form/issues/15))
([7e68c9f](https://github.com/start-at-root/react-breeze-form/commit/7e68c9f))

## [1.0.6](https://github.com/jlison/react-breeze-form/compare/v1.0.5...v1.0.6) (2019-08-20)


### Bug Fixes

* add custom react node inputs ([75b76c7](https://github.com/jlison/react-breeze-form/commit/75b76c7))
* add custom react node inputs ([#8](https://github.com/jlison/react-breeze-form/issues/8)) ([52bcde8](https://github.com/jlison/react-breeze-form/commit/52bcde8))
* update README badges to start-at-root ([9f761aa](https://github.com/jlison/react-breeze-form/commit/9f761aa))
* update README badges to start-at-root ([#9](https://github.com/jlison/react-breeze-form/issues/9)) ([83512a2](https://github.com/jlison/react-breeze-form/commit/83512a2))
- add custom react node inputs
([75b76c7](https://github.com/jlison/react-breeze-form/commit/75b76c7))
- add custom react node inputs
([#8](https://github.com/jlison/react-breeze-form/issues/8))
([52bcde8](https://github.com/jlison/react-breeze-form/commit/52bcde8))
- update README badges to start-at-root
([9f761aa](https://github.com/jlison/react-breeze-form/commit/9f761aa))
- update README badges to start-at-root
([#9](https://github.com/jlison/react-breeze-form/issues/9))
([83512a2](https://github.com/jlison/react-breeze-form/commit/83512a2))

## [1.0.5](https://github.com/jlison/react-breeze-form/compare/v1.0.4...v1.0.5) (2019-08-14)


### Bug Fixes

* register only allowed properties in input component ([#7](https://github.com/jlison/react-breeze-form/issues/7)) ([dcb0ce5](https://github.com/jlison/react-breeze-form/commit/dcb0ce5))
- register only allowed properties in input component
([#7](https://github.com/jlison/react-breeze-form/issues/7))
([dcb0ce5](https://github.com/jlison/react-breeze-form/commit/dcb0ce5))

## [1.0.4](https://github.com/jlison/react-breeze-form/compare/v1.0.3...v1.0.4) (2019-08-13)


### Bug Fixes

* add onSubmit handler prop. ([#6](https://github.com/jlison/react-breeze-form/issues/6)) ([23ec45d](https://github.com/jlison/react-breeze-form/commit/23ec45d))
- add onSubmit handler prop.
([#6](https://github.com/jlison/react-breeze-form/issues/6))
([23ec45d](https://github.com/jlison/react-breeze-form/commit/23ec45d))

# 1.0.0 (2019-08-03)

Expand Down
Loading

0 comments on commit 7abc8b6

Please sign in to comment.