Quick Setup

Here you will find a quick setup guide for Nuxt Loaders.

v1.1.4

compare changes

🚀 Enhancements

  • Add test fixture and improve docs (e2cf2ae)

🩹 Fixes

  • Loading screen container has a black background now (81151ae)
  • Added logic in the cli too to recursively make directory upon trying to add a new loader (d7c898c)

❤️ Contributors

v1.1.3

compare changes

🩹 Fixes

🏡 Chore

  • Added tags for package discovery (cb5664a)

❤️ Contributors

v1.1.2

compare changes

🩹 Fixes

  • Fixed '/*' also being considered when comparing path length for route rule determination (ca31c64)

❤️ Contributors

v1.1.1

compare changes

🩹 Fixes

  • Fixed route rule parsing logic (5475743)

📖 Documentation

❤️ Contributors

v1.1.0

compare changes

🚀 Enhancements

  • Added support for astrix in route rules (d68630d)
  • Added support for path groups using astrix (9396b2b)
  • Added default loader (a111a3c)
  • Added basic loader in the index (c4a4aef)

🩹 Fixes

  • The name for dots loader name on index.json file (44d0688)
  • Fixed loader style and animation : (0e223da)
  • Fixed default not being loaded (e778b02)
  • Fixed linting issue (3ccb763)

📖 Documentation

  • Added the root setup of the project in the readme (e3d902e)

🏡 Chore

🤖 CI

❤️ Contributors

v1.0.1

compare changes

...main

🚀 Enhancements

  • Added the capability to define loaders per route (fb3ad07)
  • Added basic cli setup (fa74647)
  • Added a proper cli tool to fetch loaders from the github repo (204318e)
  • Created a logic to create a config file when module is injected (858d361)

🩹 Fixes

  • Fixed template index loader name (f83bd8b)
  • Fixed config not being updated issue (eff4300)
  • Loaders removing not updating config fixed (47af759)
  • Fixed linting issues (c8bf4b3)
  • Fixed template path (cdcbc1a)
  • Fixed release workflow not releasing due to script error (ab28d64)

📖 Documentation

  • Updated readme (9b7f6f3)
  • Added contribuition and code of conduct guides (36273c1)

🏡 Chore

🤖 CI

❤️ Contributors