Releases: DenverCoder1/readme-typing-svg
v0.9.0
Features
- Added option to put lines in random order by @irineujunior in #254
Set the
random
query parameter totrue
to display lines in a random order instead of the order provided
Set the
letterSpacing
parameter to a valid CSSletter-spacing
value, for example,letterSpacing=0.2rem
,letterSpacing=5px
,letterSpacing=normal
If an invalid query parameter is provided, the response code will be
422 - Unprocessable Entity
. If an unknown server error occurs, the response code will be500 - Server Error
Refactor
- Improved clipboard copying code by @neerajkumarc in #262
What's Changed
- docs(readme): Added alfrednti to examples by @Freddywhest in #223
- chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 by @dependabot in #224
- ci: Roll back prettier version to work with prettier-php by @DenverCoder1 in #225
- docs(readme): Add Shiro-cha to examples by @Shiro-cha in #226
- docs(readme): Add Jini by Rentalz.com to examples by @DenverCoder1 in #227
- fix(demo): update GitHub stars link by @Panquesito7 in #231
- revert: fix(demo): update GitHub stars link by @DenverCoder1 in #233
- docs: Added example to README by @MohammedAbidNafi in #236
- ci: Update composer action to latest commit by @DenverCoder1 in #237
- Added Srijan-Baniyal to Readme.md by @Srijan-Baniyal in #238
- chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11 by @dependabot in #239
- ci: Lock specific prettier plugin-php version by @DenverCoder1 in #242
- docs(readme): Added CFCIFE to examples by @CFCIfe in #241
- Revert "docs(readme): Added CFCIFE to examples" by @CFCIfe in #243
- ci(prettier): Include git diff in Prettier workflow output by @DenverCoder1 in #244
- Added example to README by @BrunoOliveiraS in #245
- docs: Added zidk to readme by @zidk in #247
- chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12 by @dependabot in #248
- Update README.md by @tshr-d-dragon in #249
- chore(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13 by @dependabot in #250
- docs(readme): Added v-pun215 to examples by @v-pun215 in #252
- docs(readme): Added DeveshYadav13 to examples by @DeveshYadav13 in #253
- feat: Add option to put lines in random order by @irineujunior in #254
- docs(readme): Remove examples not using Readme Typing SVG by @DenverCoder1 in #257
- docs(readme): Add HauseMaster to Examples by @HauseMasterZ in #256
- Added example to README by @hyskoniho in #258
- docs(readme): Replace gravatar image that could not be resized through the query string by @DenverCoder1 in #260
- docs(readme): Added Elvis Van to examples by @elvisisvan in #259
- chore(deps): Bump vlucas/phpdotenv from 5.5.0 to 5.6.0 by @dependabot in #261
- refactor: Improved clipboard copying code by @neerajkumarc in #262
- docs(readme): Added example to README by @Nquenan in #263
- docs(readme): Added "akhilnev" to Readme by @akhilnev in #264
- chore(deps-dev): Bump phpunit/phpunit from 9.6.13 to 9.6.15 by @dependabot in #265
- docs(readme): Added mannysoft to examples by @mannysoft in #266
- docs(readme): Added LinThit27 to Examples by @LinThitHtwe in #267
- Update README.md by @MehmetBozkir in #273
- docs(readme): Added Elio-Aliaj to examples by @Elio-Aliaj in #272
- docs(readme): Added presentformyfriends to examples by @presentformyfriends in #274
- Added example to README by @Ad7amstein in #276
- docs(readme): Add LakshmanKishore to examples by @LakshmanKishore in #278
- chore(deps-dev): Bump phpunit/phpunit from 9.6.15 to 9.6.16 by @dependabot in #280
- Added mateusadada to README by @mateusadada in #282
- docs(readme): Remove examples no longer using typing SVG by @DenverCoder1 in #284
- Added fasakinhenry to README by @fasakinhenry in #286
- Added YousifAbozid to README.md by @YousifAbozid in #289
- docs(readme): Update LinThit27 to LinThitHtwe by @LinThitHtwe in #290
- chore(deps-dev): Bump phpunit/phpunit from 9.6.16 to 9.6.17 by @dependabot in #287
- Update README.md by @SuSheng13T in #293
- chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.19 by @dependabot in #294
- docs(readme): Added hheinsoee to examples by @hheinsoee in #296
- docs(readme): Added lucmsilva to examples by @lucmsilva651 in #297
- docs(readme): Added ashertenenbaum to examples by @ashertenenbaum in #298
- docs(readme): Added 0dxplt to examples by @0dxplt in #299
- Added HerobrineTV to the Readme by @HerobrineTV in #301
- feat: Added Letter Spacing option by @mpa12 in #302
- chore(deps-dev): Bump phpunit/phpunit from 9.6.19 to 11.2.6 by @dependabot in #304
- docs(readme): add Borketh to examples by @Borketh in #305
- chore(deps-dev): Bump phpunit/phpunit from 11.2.6 to 11.2.7 by @dependabot in #306
- chore: Fix formation size by @DenverCoder1 in #307
- feat: Added enumeration of HTTP response status codes by @mpa12 in #303
New Contributors
- @Freddywhest made their first contribution in #223
- @Shiro-cha made their first contribution in #226
- @MohammedAbidNafi made their first contribution in #236
- @Srijan-Baniyal made their first contribution in #238
- @BrunoOliveiraS made their first contribution in #245
- @zidk made their first contribution in #247
- @tshr-d-dragon made their first contribution in #249
- @v-pun215 made their first contribution in #252
- @DeveshYadav13 made their first contribution in #253
- @irineujunior made their first contribution in #254
- @HauseMasterZ made their first contribution in #256
- @hyskoniho made their first contribution in #258
- @elvisisvan made their first contribution in #259
- @neerajkumarc made their first contribution in https://github.com/...
v0.8.0
Features
- Added repeat option to disable loop by @DenverCoder1 in #181
repeat=true
- current behavior, loop to beginning of animation when complete
repeat=false
- leave the last line frozen in place when it is completed
- Support for semicolons and custom separator by @DenverCoder1 in #213
The separator can be changed to a different character to more easily use semicolons in the lines text (eg.
separator=|
)
- Added a Reset button on the demo site by @rajtilakjee in #167
Fixes
- Support lines ending with and starting with semicolon on the demo site by @DenverCoder1 in #214
What's Changed
- feat(demo): Added a Reset button by @rajtilakjee in #167
- fix: Consistent use of quotes, simplified tests by @DenverCoder1 in #170
- docs(readme): Added PriyanshK09 to examples by @PriyanshK09 in #172
- docs(readme): Add majidtdeni666 to examples by @majidtdeni666 in #173
- docs(readme): Fix image size in examples by @majidtdeni666 in #174
- chore(deps-dev): Bump phpunit/phpunit from 9.5.26 to 9.5.27 by @dependabot in #177
- docs(readme): Add GalexY727 to examples by @GalexY727 in #178
- feat: Added repeat option to disable loop by @DenverCoder1 in #181
- docs(readme): Added HectorSaldes to examples by @HectorSaldes in #184
- Added example to README.md by @Maagnitude in #185
- Added example to README by @Ash-codes18 in #186
- docs(readme): Added cracker911181 to examples by @cracker911181 in #188
- docs(readme): Remove outdated examples by @DenverCoder1 in #187
- chore(deps-dev): Bump phpunit/phpunit from 9.5.27 to 9.5.28 by @dependabot in #189
- docs: Added example to README by @quiet-node in #191
- chore(deps): Update ci workflow deps by @DenverCoder1 in #193
- chore(deps-dev): Bump phpunit/phpunit from 9.5.28 to 9.6.0 by @dependabot in #192
- chore(deps-dev): Bump phpunit/phpunit from 9.6.0 to 9.6.3 by @dependabot in #194
- chore(deps-dev): Bump phpunit/phpunit from 9.6.3 to 9.6.4 by @dependabot in #196
- chore(deps-dev): Bump phpunit/phpunit from 9.6.4 to 9.6.5 by @dependabot in #197
- docs(readme): Remove examples without typing SVGs by @DenverCoder1 in #199
- docs(readme): Added ProfCyberNaught to examples by @ProfCyberNaught in #198
- chore(deps-dev): Bump phpunit/phpunit from 9.6.5 to 9.6.6 by @dependabot in #202
- docs(readme): Added ManoBharathi93 to examples by @ManoBharathi93 in #203
- Updated with title attributes and ALT tags by @ProfCyberNaught in #201
- docs(readme): Added kaustubh43 to examples by @kaustubh43 in #204
- docs(readme): Added kaisunoo to examples by @kaisunoo in #205
- chore(deps-dev): Bump phpunit/phpunit from 9.6.6 to 9.6.7 by @dependabot in #207
- docs(readme): Added Meyer Pidiache to examples by @meyer-pidiache in #208
- docs(readme): Added jeremiahseun to examples by @jeremiahseun in #209
- docs(readme): Added creativepuru to examples by @creativepuru in #211
- docs(readme): Added gchism94 to examples by @Gchism94 in #212
- feat: Support for semicolons and custom separator by @DenverCoder1 in #213
- fix(demo): Support lines ending with and starting with semicolon on demo by @DenverCoder1 in #214
- fix(demo): Limit range of separator characters used in demo by @DenverCoder1 in #215
- chore(deps-dev): Bump phpunit/phpunit from 9.6.7 to 9.6.8 by @dependabot in #216
- chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 by @dependabot in #217
- docs(readme): Added example to readme by @turbomaster95 in #218
- docs(readme): Added K1rsN7 to README by @K1rsN7 in #219
- docs(readme): Added codesbyahsen to examples by @codesbyahsen in #220
New Contributors
- @rajtilakjee made their first contribution in #167
- @PriyanshK09 made their first contribution in #172
- @majidtdeni666 made their first contribution in #173
- @GalexY727 made their first contribution in #178
- @HectorSaldes made their first contribution in #184
- @Maagnitude made their first contribution in #185
- @Ash-codes18 made their first contribution in #186
- @cracker911181 made their first contribution in #188
- @quiet-node made their first contribution in #191
- @ProfCyberNaught made their first contribution in #198
- @ManoBharathi93 made their first contribution in #203
- @kaustubh43 made their first contribution in #204
- @kaisunoo made their first contribution in #205
- @meyer-pidiache made their first contribution in #208
- @jeremiahseun made their first contribution in #209
- @creativepuru made their first contribution in #211
- @Gchism94 made their first contribution in #212
- @turbomaster95 made their first contribution in #218
- @K1rsN7 made their first contribution in #219
- @codesbyahsen made their first contribution in #220
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Features
- Added font-weight support by @it-jhack in #165
- demo: add the FAQ link to the demo site (#122) (7e5407d)
- demo: Updated demo site default values (#120) (370b128)
Performance Improvements
What's Changed
- ci: Change release to be on dispatch instead of push by @DenverCoder1 in #121
- feat(demo): Updated demo site default values by @DenverCoder1 in #120
- feat(demo): add the FAQ link to the demo site by @DenverCoder1 in #122
- style: replace
<?php echo
with<?=
shorthand by @DenverCoder1 in #123 - docs(readme): Update duration and pause in the header SVG by @DenverCoder1 in #124
- Added example to README by @Aquarius-blake in #126
- docs(readme): Update gif with the new demo site by @DenverCoder1 in #125
- chore(deps-dev): Bump phpunit/phpunit from 9.5.21 to 9.5.23 by @dependabot in #128
- chore(deps-dev): Bump phpunit/phpunit from 9.5.23 to 9.5.24 by @dependabot in #129
- docs(readme): Added D3vil0per to examples by @D3vil0p3r in #131
- docs: Update links to demolab custom domain by @DenverCoder1 in #132
- Update README.md by @D3vil0p3r in #133
- docs(readme): Added EliusHHimel to examples by @EliusHHimel in #134
- perf: Use text parameter to fonts API by @DenverCoder1 in #136
- chore(deps-dev): Bump phpunit/phpunit from 9.5.24 to 9.5.25 by @dependabot in #140
- docs(README.md): Add jcs090218 to examples by @jcs090218 in #141
- docs(readme): Added Rishabh2804 to examples by @Rishabh2804 in #143
- docs(readme): remove lmfao-jude, add vantr-o to examples by @lmfao-jude in #139
- docs(readme): Update quick start and create link to contributing.md by @DenverCoder1 in #149
- Update README.md by @shalinibhatt in #150
- docs(readme): Added example to readme by @jude-gideon in #153
- docs(readme): Remove examples not using typing SVG by @DenverCoder1 in #142
- Feat/147/prettier workflow by @Vyvy-vi in #152
- chore(deps): Bump vlucas/phpdotenv from 5.4.1 to 5.5.0 by @dependabot in #155
- Add UlisesAlexanderAM to README by @UlisesAlexanderAM in #158
- docs(readme): Add SpookyJelly to Readme by @SpookyJelly in #159
- docs(readme): Added yousafesaeed to examples by @yousafesaeed in #160
- chore(deps-dev): Bump phpunit/phpunit from 9.5.25 to 9.5.26 by @dependabot in #161
- docs(readme): Added CFCIFE to examples by @CFCIfe in #163
- feature: Added font-weight support by @it-jhack in #165
New Contributors
- @Aquarius-blake made their first contribution in #126
- @D3vil0p3r made their first contribution in #131
- @EliusHHimel made their first contribution in #134
- @jcs090218 made their first contribution in #141
- @Rishabh2804 made their first contribution in #143
- @shalinibhatt made their first contribution in #150
- @jude-gideon made their first contribution in #153
- @Vyvy-vi made their first contribution in #152
- @UlisesAlexanderAM made their first contribution in #158
- @SpookyJelly made their first contribution in #159
- @yousafesaeed made their first contribution in #160
- @CFCIfe made their first contribution in #163
- @it-jhack made their first contribution in #165
Full Changelog: v0.6.0...v0.7.0