From c0deddc1b60b14439b6b5120238f82b6b6b4eaf2 Mon Sep 17 00:00:00 2001 From: Chris Zuber Date: Mon, 27 Apr 2026 14:12:11 -0700 Subject: [PATCH 1/2] Initial Release --- CHANGELOG.md | 89 +---------------------------------------------- README.md | 38 ++++++++++++-------- back.js | 17 +++++++++ base.js | 88 ++++++++++++++++++++++++++++++++++++++++++++++ button.js | 6 ++++ consts.js | 1 - eslint.config.js | 4 +-- forward.js | 17 +++++++++ http.config.js | 3 -- index.html | 9 ++++- index.js | 3 -- index.test.js | 8 ----- package-lock.json | 31 ++++++++++------- package.json | 24 ++++++------- print.js | 17 +++++++++ reload.js | 17 +++++++++ rollup.config.js | 20 ++++------- share.js | 40 +++++++++++++++++++++ 18 files changed, 274 insertions(+), 158 deletions(-) create mode 100644 back.js create mode 100644 base.js create mode 100644 button.js delete mode 100644 consts.js create mode 100644 forward.js delete mode 100644 index.js delete mode 100644 index.test.js create mode 100644 print.js create mode 100644 reload.js create mode 100644 share.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 2296da8..26dc203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,93 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added -- Add `@aegisjsproject/dev-server` - -### Changed -- Update CSP, template, etc - -## [v1.1.3] - 2025-11-21 - -### Added -- Add `npm start` script - -### Changed -- Update npm publishing - -## [v1.1.2] - 2025-05-01 - -### Changed -- Use `eslint` & `rollup` directly instead of by other packages -- Update node version via `.npmrc` -- Update Node CI workflow -- Install & use `@shgysk8zer0/eslint-config` -- Add support for `node --test`, including ignoring tests for publishing -- Update ESLint & super-linter -- Switch to more basic Rollup config -- Update `exports` and `main` accordingly - -### Fixed -- Fix missed renaming in README - -## Removed -- Remove old ESLint config files - -## [v1.1.1] - 2023-09-24 - -### Added -- Add `unpkg` to `package.json` -- Add badges in README - -### Changed -- Update `exports` to `package.json` to handle wider variety - -### Fixed -- Fix typo in `fix:js` script - -### [v1.1.0] - 2023-07-03 - -### Changed -- Update to node 20 -- Update npm publishing GH Action - -## [v1.0.5] - 2023-07-02 - -### Added -- Add `funding` - -### Changed -- Updated GitHub Actions workflows -- Update versioning & lock-file scripts -- Update `.npmignore` & `.gitignore` - -## [v1.0.4] - 2023-06-08 - -### Added -- Install `@shgysk8zer0/npm-utils` -- Add `exports` to package config - -### Removed -- Uninstall `rollup`, `eslint` - -### Changed -- Use `getConfig()` from `@shgysk8zer0/js-utils/rollup` for rollup config - -## [v1.0.3] - 2023-06-01 - -### Fixed -- Revert to old Release Action, now with permissions & link to changelog - -## [v1.0.2] - 2023-06-01 - -### Fixed -- Fix `changelog-entry` to match `[$version]` instead of `$version` - -## [v1.0.1] - 2023-05-31 - -### Fixed -- Update GitHub Release workflow to use [Auto Release](https://github.com/marketplace/actions/auto-release) - -## [v1.0.0] - 2023-05-31 +## [v0.0.1] - 2026-04-27 Initial Release diff --git a/README.md b/README.md index d7fbe2f..ec3c225 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ -# npm-template +# `@aegisjsproject/button` -A template repo for npm packages +A simple base custom `