forked from editor-js/list-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update list package #3
Open
caioreis
wants to merge
48
commits into
qcx:master
Choose a base branch
from
editor-js:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
80bdf08
Create the correct element or ordered lists
eduPHP e901d43
upd branch, improve tag creation, support block settings
neSpecc 7fef622
Merge pull request #47 from swalker2/patch-1
neSpecc b610646
Remove legacy method "::set-env"
talyguryn 7edbf78
Remove bundle
talyguryn 6c1d2eb
Ignore dist directory
talyguryn 309b473
Merge pull request #52 from editor-js/talyguryn-patch-1
talyguryn ebc4089
Bump ini from 1.3.5 to 1.3.7
dependabot[bot] 893d678
Fix focus to next block
hata6502 2f67e12
Merge pull request #56 from hata6502/master
neSpecc 8d036f9
Bump elliptic from 6.5.2 to 6.5.4
dependabot[bot] 059ef65
Merge pull request #53 from editor-js/dependabot/npm_and_yarn/ini-1.3.7
talyguryn cce71dc
Merge pull request #59 from editor-js/dependabot/npm_and_yarn/ellipti…
talyguryn 6148284
Add config for default list style
5d3fc52
build
d799434
Bump y18n from 4.0.0 to 4.0.1
dependabot[bot] d92deb7
Bump ssri from 6.0.1 to 6.0.2
dependabot[bot] cf89f3b
Bump lodash from 4.17.15 to 4.17.21
dependabot[bot] d2c23fe
Bump browserslist from 4.12.0 to 4.16.6
dependabot[bot] 3f04c05
Bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] c122c70
Merge pull request #68 from editor-js/dependabot/npm_and_yarn/path-pa…
talyguryn 69eed4b
Merge pull request #64 from editor-js/dependabot/npm_and_yarn/lodash-…
talyguryn b1511ee
Merge pull request #60 from editor-js/dependabot/npm_and_yarn/y18n-4.0.1
talyguryn d2216f1
Merge pull request #61 from editor-js/dependabot/npm_and_yarn/ssri-6.0.2
talyguryn 004a064
Merge pull request #66 from editor-js/dependabot/npm_and_yarn/browser…
talyguryn d9c77b2
Update package.json
robonetphy 58b5dc7
Merge pull request #51 from 0xycvv/default-style
robonetphy cf81089
Update tunes config and icons
TatianaFomina 1dfbe77
Update version
TatianaFomina f0e9f01
Merge pull request #76 from editor-js/update-tunes
TatianaFomina 1b30742
the vite added
robonetphy 8207020
remove webpack add post config
robonetphy 2715a6e
configure with vite
robonetphy 60e95b7
update the version
robonetphy 0401250
readme updated
robonetphy 2e47571
update the readme
robonetphy 4b4ecc6
update the readme
robonetphy 1500864
Merge pull request #89 from editor-js/migrate/vite
robonetphy 8e7fd38
Update npm-publish.yml
GoldenJaden a6dc6a6
Merge pull request #91 from GoldenJaden/Move-npm-publish-to-common-wo…
GoldenJaden 01426e9
jsdoc types processing added, refs #88.
Sozialarchiv bfa3e38
Update yarn.lock
Sozialarchiv e01ebef
types at root level in package.json added
Sozialarchiv 5c4084e
Version to 1.10.0 updated
Sozialarchiv 2977364
Merge pull request #97 from Sozialarchiv/master
neSpecc 9abdba5
Update README.md
e11sy 3dd5b86
Update README.md
e11sy 3812544
Merge pull request #99 from editor-js/update-readme
neSpecc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ node_modules/* | |
npm-debug.log | ||
.idea/ | ||
.DS_Store | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.idea/ | ||
assets/ | ||
src/ | ||
webpack.config.js | ||
vite.config.js | ||
postcss.config.js | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,45 @@ | ||
{ | ||
"name": "@editorjs/list", | ||
"version": "1.6.0", | ||
"version": "1.10.0", | ||
"keywords": [ | ||
"codex editor", | ||
"list", | ||
"tool", | ||
"editor.js", | ||
"editorjs" | ||
], | ||
"description": "List Tool for Editor.js", | ||
"license": "MIT", | ||
"repository": "https://github.com/editor-js/list", | ||
"main": "./dist/bundle.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/list.umd.js", | ||
"module": "./dist/list.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/list.mjs", | ||
"require": "./dist/list.umd.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "webpack --mode production", | ||
"build:dev": "webpack --mode development --watch" | ||
"dev": "vite", | ||
"build": "vite build" | ||
}, | ||
"author": { | ||
"name": "CodeX", | ||
"email": "[email protected]" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.2", | ||
"@babel/preset-env": "^7.10.2", | ||
"babel-loader": "^8.1.0", | ||
"css-loader": "^3.5.3", | ||
"postcss-loader": "^3.0.0", | ||
"postcss-nested": "^4.2.1", | ||
"postcss-nested-ancestors": "^2.0.0", | ||
"style-loader": "^1.2.1", | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11" | ||
"typescript": "^5.5.3", | ||
"vite": "^4.5.0", | ||
"vite-plugin-css-injected-by-js": "^3.3.0", | ||
"vite-plugin-dts": "^3.9.1" | ||
}, | ||
"dependencies": { | ||
"@codexteam/icons": "^0.0.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
plugins: [ | ||
require('postcss-nested-ancestors'), | ||
require('postcss-nested'), | ||
], | ||
}; |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix inconsistency in default style documentation.
There's a discrepancy between the usage example showing
'unordered'
as the value and the config params table indicating that'ordered'
is the default value. Please ensure consistency across the documentation.