Commit Graph

12 Commits

Author SHA1 Message Date
Jason Lundien a4d8b5c771
export the other props on index.d.ts (#498) 2024-05-20 15:36:45 -05:00
Rob Madole 5ce88a71a7
Add missing exports to TS definition 2024-01-28 12:22:11 -06:00
Jason Lundien 90cad3124a
Vue 3x - Update for titleId and maskId prop along & prettier config (#455)
* add prettier config 

* prettier fixups

* add tests for family (#458)

* add title id and mask id with test
2023-11-01 15:48:48 -05:00
Jason Lundien aed76ee588
add ts missing animations (#429) 2023-01-04 13:15:00 -06:00
Jason Lundien 94dade023a
Add missing ts sizes (#427) 2023-01-03 14:06:31 -06:00
Aaron Parker 0260208c69
fix: Type definitions for Vue 3 Composition API (#355)
`FontAwesomeIcon` and other components needed to be of type `DefineComponent` for Vue 3 Composition API TypeScript support (as per #276). The type definitions for the component props also needed updating to denote required and optional props. Whilst checking which props were required it was noted that the `FontAwesomeLayer` component uses `fixedWidth` but the README and example use `full-width` so these have been updated to match the component code.
2022-11-03 09:45:04 -05:00
Jason Lundien 8634aedba7
Vue3 add bounce shake tests (#366)
* add bounce, shake, and tests for bounce and shake

* add babelrc file changes

* add fix to babelrc for tests

* add beat, fade, beat-fade animations and tests

* added more missing animations and sizes with tests

* update readme's

* fix a flip animation bug when used by itself

* update tool-verison

* add change to npm latests and prerelease

* pr review fixes

* add icons using string format to vue3 (#371)

* add icons using string format to vue3

* PR review fixes

* fix up libary.add

* add conditional for v6 only test

* remove readme from PR

* change tests

* add new line
2022-06-07 10:27:01 -05:00
Rob Madole 7ada5262a7
Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
Tyranteon d5ccc42f2f
Add TSX support to Typescript definition (#232) 2020-06-15 09:38:14 -05:00
btaens 2251a3d141 Remove declare module usage in TS definitions (#188) 2019-11-03 08:31:42 -06:00
Xaver Schulz 6ccc7793bd Fix #161 (#165) 2018-12-24 09:57:59 -06:00
Liu Xinyu 9cfd1aa4a4 Add types declaration file (#159) 2018-12-04 08:47:19 -06:00