feat!: 커스텀 코드 입력 지원 종료 #11
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the project, focusing on upgrading dependencies, improving the Chrome extension, and refactoring the codebase for better maintainability. The most important changes include updating GitHub Actions, upgrading Node.js and dependencies, refactoring the Chrome extension to use Manifest V3, and removing deprecated custom code functionality.
Dependency and Configuration Updates:
actions/checkout
andactions/setup-node
, and switched to using.nvmrc
for Node.js version management (.github/workflows/auto-release.yml
). [1] [2].nvmrc
file.package.json
, includingwebpack
,html-webpack-plugin
, and@types/chrome
. [1] [2]Chrome Extension Refactoring:
background.js
,content-script.js
, andmanifest.json
. [1] [2] [3] [4]inject.js
script and integrated its functionality intocontent-script.js
. [1] [2]Feature and Functionality Changes:
updatePreviewCode
inApp
component to handle ticketing type changes and update the code preview accordingly.Codebase Simplification:
webpack.config.js
to remove unnecessary configurations and added support forejs-loader
. [1] [2] [3] [4]createCode
function fromsrc/utils/index.js
as it is no longer needed.