- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation Update
- Tests
- Other (Tooling, Dependency Updates, etc.)
- My code follows the code style of this project.
- My change requires a change to the documentation.
- I have updated the documentation accordingly.
- I added a new test.
If you added a new component feature (layer, geom, source, etc.), please be sure to update the documentation:
- Add component to
output.globals
invite.config.ts
- Provide at least one simple snapshot test (see
test
directory) - Create a
src/demos/<Component>Demo.vue
- Create a
docs/componentsguide/<Category>/<Feature>/index.md
containing the Demo and documentation for the component - Add the docs page to
docs/.vitepress/config.ts