@fortawesome/vue-fontawesome 2.0.6 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +6 -6
  3. package/index.es.js +288 -229
  4. package/index.js +636 -577
  5. package/package.json +40 -23
  6. package/src/components/FontAwesomeIcon.js +15 -3
  7. package/src/utils.js +5 -1
  8. package/.babelrc +0 -3
  9. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -24
  10. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  11. package/.github/workflows/ci.yml +0 -31
  12. package/.npmrc.proregistry +0 -2
  13. package/.tool-versions +0 -2
  14. package/CODE_OF_CONDUCT.md +0 -74
  15. package/CONTRIBUTING.md +0 -57
  16. package/DEVELOPMENT.md +0 -44
  17. package/bin/dev +0 -3
  18. package/bin/setup +0 -8
  19. package/examples/vue-cli-webpack/.babelrc +0 -12
  20. package/examples/vue-cli-webpack/.editorconfig +0 -9
  21. package/examples/vue-cli-webpack/.eslintignore +0 -4
  22. package/examples/vue-cli-webpack/.eslintrc.js +0 -29
  23. package/examples/vue-cli-webpack/.postcssrc.js +0 -10
  24. package/examples/vue-cli-webpack/README.md +0 -21
  25. package/examples/vue-cli-webpack/build/build.js +0 -41
  26. package/examples/vue-cli-webpack/build/check-versions.js +0 -54
  27. package/examples/vue-cli-webpack/build/logo.png +0 -0
  28. package/examples/vue-cli-webpack/build/utils.js +0 -101
  29. package/examples/vue-cli-webpack/build/vue-loader.conf.js +0 -22
  30. package/examples/vue-cli-webpack/build/webpack.base.conf.js +0 -91
  31. package/examples/vue-cli-webpack/build/webpack.dev.conf.js +0 -95
  32. package/examples/vue-cli-webpack/build/webpack.prod.conf.js +0 -145
  33. package/examples/vue-cli-webpack/config/dev.env.js +0 -7
  34. package/examples/vue-cli-webpack/config/index.js +0 -76
  35. package/examples/vue-cli-webpack/config/prod.env.js +0 -4
  36. package/examples/vue-cli-webpack/index.html +0 -13
  37. package/examples/vue-cli-webpack/package-lock.json +0 -11632
  38. package/examples/vue-cli-webpack/package.json +0 -77
  39. package/examples/vue-cli-webpack/src/App.vue +0 -66
  40. package/examples/vue-cli-webpack/src/assets/logo.png +0 -0
  41. package/examples/vue-cli-webpack/src/components/HelloWorld.vue +0 -113
  42. package/examples/vue-cli-webpack/src/main.js +0 -28
  43. package/examples/vue-cli-webpack/static/.gitkeep +0 -0
  44. package/rollup.config.js +0 -54
  45. package/src/components/__fixtures__/helpers.js +0 -40
  46. package/src/components/__fixtures__/icons.js +0 -35
  47. package/src/components/__tests__/FontAwesomeIcon.test.js +0 -337
  48. package/src/components/__tests__/FontAwesomeLayers.test.js +0 -55
  49. package/src/components/__tests__/FontAwesomeLayersText.test.js +0 -52
package/CHANGELOG.md CHANGED
@@ -10,6 +10,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
10
10
 
11
11
  ---
12
12
 
13
+ ## [2.0.7](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.7) - 20222-06-07
14
+
15
+ ### Fixed
16
+ * Animations for bounce, shake, beat and beat-fade
17
+ * Flip animation when used by itself
18
+
19
+ ---
20
+
13
21
  ## [2.0.6](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.6) - 2021-10-18
14
22
 
15
23
  ### Fixed
package/README.md CHANGED
@@ -220,7 +220,7 @@ Using the Pro packages requires [additional configuration](https://fontawesome.c
220
220
 
221
221
  ```javascript
222
222
  import { library } from '@fortawesome/fontawesome-svg-core'
223
- # Note we are using the Pro style here
223
+ // Note we are using the Pro style here
224
224
  import { faUserSecret } from '@fortawesome/pro-regular-svg-icons'
225
225
 
226
226
  library.add(faUserSecret)
@@ -234,7 +234,7 @@ library.add(faUserSecret)
234
234
 
235
235
  ```javascript
236
236
  import { library } from '@fortawesome/fontawesome-svg-core'
237
- # Note we are using the Pro style here
237
+ // Note we are using the Pro style here
238
238
  import { faUserSecret } from '@fortawesome/pro-light-svg-icons'
239
239
 
240
240
  library.add(faUserSecret)
@@ -248,7 +248,7 @@ library.add(faUserSecret)
248
248
 
249
249
  ```javascript
250
250
  import { library } from '@fortawesome/fontawesome-svg-core'
251
- # Note we are using the Pro style here
251
+ // Note we are using the Pro style here
252
252
  import { faUserSecret } from '@fortawesome/pro-duotone-svg-icons'
253
253
 
254
254
  library.add(faUserSecret)
@@ -304,8 +304,8 @@ The `icon` property of the `FontAwesomeIcon` component can be used in the follow
304
304
  <font-awesome-icon icon="spinner" />
305
305
  <font-awesome-icon icon="align-left" />
306
306
 
307
- <font-awesome-icon :icon="['fas', 'spinner']" /> # Same as above
308
- <font-awesome-icon :icon="['fas', 'align-left']" /> # Same as above
307
+ <font-awesome-icon :icon="['fas', 'spinner']" /> // Same as above
308
+ <font-awesome-icon :icon="['fas', 'align-left']" /> // Same as above
309
309
  ```
310
310
 
311
311
  For the above to work you must add the `spinner` and `align-left` icon to the library.
@@ -321,7 +321,7 @@ In the event that you are using an icon with a multi-word name please note that
321
321
  you would need to pass in the icon name using _kebab-case_ as opposed to _camelCase_.
322
322
 
323
323
  ```javascript
324
- <font-awesome-icon icon="address-card" /> # import { faAddressCard } from '@fortawesome/free-solid-svg-icons'
324
+ <font-awesome-icon icon="address-card" /> // import { faAddressCard } from '@fortawesome/free-solid-svg-icons'
325
325
  ```
326
326
 
327
327
  #### Explicit prefix (note the Vue bind shorthand because this uses an array)