Commit Graph

14 Commits

Author SHA1 Message Date
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 7464e8acc3 Release 3.0.0 2022-06-07 15:33:15 -05:00
robmadole 7a4d865c2e
Release 3.0.0-5 2021-10-18 10:27:53 -05:00
Okke Tijhuis 7e43ea51d0
Add vue 3 reactivity support (#297) 2021-05-23 13:04:31 -05:00
robmadole 5e39c5faf3
Release 3.0.0-3 2020-12-09 17:15:52 -06:00
robmadole ade3c93101
Release 3.0.0-2 2020-10-09 08:58:06 -05:00
Vinicius Rangel 795db7be74
Added Vue as external dependency (#260) 2020-10-09 08:24:04 -05:00
robmadole f380ac92ae
Release 3.0.0-1 2020-09-01 13:58:15 -05:00
Rob Madole 7ada5262a7
Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
David Driscoll 40bbd9e272 Add counter support for FontAwesomeLayersText and inverse property (#174) 2019-12-13 10:59:21 -06:00
robmadole a84a0d45f5
Release 0.1.7 2019-08-31 09:05:53 -05:00
Rob Madole f45dfcfa6b
Allow string or number for the rotation prop (#171) 2019-03-18 10:05:23 -05:00
robmadole 1b3e3397f8
Release 0.1.5 2019-01-13 10:31:48 -06:00
robmadole 40430c373e
Add index.js and index.es.js to repo 2018-10-29 12:01:55 -05:00