-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
VuePress Next Alpha #815
Merged
VuePress Next Alpha #815
Conversation
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
1. Strip date from slug, 2. Rename I18n to ClientComputedMixin, 3. Clean internal I18nTemp plugin
I am ready with my 🎆 fireworks |
ulivz
removed
status: WIP
Work in progress
type: question or discussion
Question or discussion
labels
Sep 26, 2018
All the plugin links are giving a 404. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Status
: ≈ 96% ready and feedbacks are welcome.Major Features
Plugin API
Refined Theme API
Permalink
Markdown file slots
Free to add new pages
You can add new pages with content (i.e. pointing to markdown files) or no content (i.e. common routes).
Custom temp path
Clean layout
In the past, custom layouts were actually implemented by
default theme
, now it's moved tocore
.Configurable dev and ssr template
Major internal Changes
Prepare
withPlugin API
TODO
markdown-it-chain
to make markdown configurable; (Low priority);Release plan
alpha (Sep. - Oct.) => beta (Nov.) => rc (Dec. - Jan.)
Close
Close: #160 (Dynamic routes do not get generated with build)
Close: #281 (Register global components in themes )
Close: #372 (back to top button)
Close: #434 (light-box)
Close: #452 (Data files and dynamic page generation support)
Close: #465 (Page Level Encryption)
Close: #549 (Ability to read/compile .MD file from installed npm module)
Close: #573 (light-box)
Close: #576 (Choosing 404.vue)
Close: #594 (Last Update should be support to change date format pattern)
Close: #600 (custom themeLayoutPath)
Close: #662 (Open config to custom themes)
Close: #723 (Change temp directory)
Close: #729 (Define custom component directory and import custom components)
Close: #733 (Config the dev and build html template. )
Close: #758 (Add webpackServer config)
Close: #771 ([cli] Expose clean build)
Close: #786 (
vuepress build
command will effect othervuepress dev
command in running. )Close: #790 (How can I add pure js code to
index.html
)cc @yyx990803