v0.1.0
This is the first release of the PlayCanvas Web Components, an HTML-based declarative interface for building graphical web applications.
What's Changed
- Add initial files and example by @willeastcott in #1
- Add support for position rotation scale attributes by @willeastcott in #2
- Expose basic shadow casting by @willeastcott in #3
- Add support for entity naming by @willeastcott in #4
- Add pc-scene element by @willeastcott in #5
- Add more fog attributes by @willeastcott in #6
- Add Rollup build system by @willeastcott in #7
- Shorten custom element names by @willeastcott in #8
- Enable ESLint by @willeastcott in #9
- Update to Rollup3 by @willeastcott in #10
- Add model element by @willeastcott in #11
- Add sky element by @willeastcott in #12
- Add script component and general refactor by @willeastcott in #13
- Allow hex colors for light and camera components by @willeastcott in #14
- Add support for camera fov by @willeastcott in #15
- Support orthographic cameras by @willeastcott in #16
- Register elements in their own module by @willeastcott in #17
- Expose more light properties as attributes by @willeastcott in #18
- Migrate codebase to TypeScript by @willeastcott in #19
- Add tags to EntityElement and refactor class by @willeastcott in #20
- Add SoundComponentElement by @willeastcott in #21
- Add GLB example by @willeastcott in #22
- Add TypeDoc support by @willeastcott in #23
- Use AppBase#preload by @willeastcott in #24
- Add support for 3D Gaussian Splats by @willeastcott in #25
- Subclass script element from base component by @willeastcott in #26
- Expose splats via component by @willeastcott in #27
- Add listener component by @willeastcott in #28
- Support Entity enabled attribute by @willeastcott in #29
- Support component enabled attribute by @willeastcott in #30
- Switch sky element to use pc-asset by @willeastcott in #31
- Add physics and collision components by @willeastcott in #32
- Switch pc-model to use pc-asset by @willeastcott in #33
- Make sound slot asset handling consistent by @willeastcott in #34
- Support script attributes on ScriptElement by @willeastcott in #35
- Support lighting-only skies by @willeastcott in #36
- Add element component element by @willeastcott in #37
New Contributors
- @willeastcott made their first contribution in #1
Full Changelog: https://github.com/playcanvas/web-components/commits/v0.1.0