Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Added Core to OpenSCD (#1363)
* Initial commit * chore: init open-wc component project This project uses the open-wc.org recommendations and was generated using their generator https://open-wc.org/docs/development/generator * doc: add CONTRIBUTING.md Resolves #31 Co-authored-by: Juan Munoz <[email protected]> * feat(editing): open documents * feat(editing): insert and remove nodes * feat(editing): update elements' attributes * refactor: rename open and edit events * feat(editing): add editing user interface elements * test(editing): fix attribute order sensitivity * feat(plugging): load menu and editor plugins * chore(github-action): webkit support * feat(foundation): export cyrb64 hash function * feat(demo): add remote open and save plugins * feat(open-scd): pass editCount to editor and menu plugins The property next now editCount is changed by open-scd on every change of the XMLDocument. The property next is changed to editCount and passed to both menu and editor plugins to trigger UI updates. * fix(plugging): import relative paths from origin * fix(open-scd): hide menu plugin element container * fix(open-scd): import locales from relative URL * ci: add rollup bundle and deploy scripts * Splitted up the render function of open-scd * Added spread operator from @open-wc * Update open-scd.ts * Add the plugin to be rendered to pluginProperties() * Linted open-scd.ts * Fixed eslint * Delete .gitignore * Delete .idea directory * Delete screenshots directory * Added screenshots * Fixed tests. Added idea folder to gitignore * feat: export open-scd and mixin types * chore: added release please * chore: removed browser line * chore(main): release 1.0.0 * Removed V1.0.0 from Changelog * chore(main): release 1.1.0 * Changed version to 1.0.0 on Changelog * Changed version to 1.0.0 on package-lock.json * Changed version to 1.0.0 on package.json * Added .npmignore * Added build step in release-please * Added css variables to map to appBar * Removed unused files * Fix: mdc-top-app-bar-fixed has link to --oscd-theme-app-bar-primary and --oscd-theme-primary * chore(main): release 1.0.1 * Added interfaces to mixins for type delcarations * Added doc to .gitignore, reverted screenshots * Reverted .npmrc * Chore: Added interfaces to mixins for typescript declaration files * Create 0001-ADR-Theming.md * Update and rename 0001-ADR-Theming.md to doc/0001-ADR-Theming.md * Add files via upload * Update 0001-ADR-Theming.md Added naming section * tier should be optional for theming variables * Added example titles * Updated title to Theming proposal * Changed status to accepted * Added atomic Design ADR * Docs: Moved ADRs from `doc` into `docs` folder. The `doc` folder was clashing with TypeDoc * chore: workflows to add prs to the overview board Signed-off-by: Juan Muñoz <[email protected]> * Moved files from Open-scd-core into core package * Fix: Moved correct files to core * Fix: Fixed merge conflict * Fix: Fixed merge conflicts * Removed GH Actions from OpenSCD Core * Reverted changed GH Actions * Fix: Fix merge conflicts * Fixed package-lock.json --------- Signed-off-by: Juan Muñoz <[email protected]> Co-authored-by: cad <[email protected]> Co-authored-by: Christian Dinkel <[email protected]> Co-authored-by: Juan Munoz <[email protected]> Co-authored-by: Jakob Vogelsang <[email protected]> Co-authored-by: Stef3st <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information