Skip to content

feat: Vue components, mount options, global options, and v3 support #1409

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

Merged
merged 45 commits into from
Nov 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
35ad5c5
Add vueOptions and vueGlobalOptions
jhildenbiddle Oct 10, 2020
cd8f2d3
Fix vueGlobalOptions.data checks
jhildenbiddle Oct 10, 2020
ecd053b
Support functions in docsify configuration
jhildenbiddle Oct 15, 2020
5fa79eb
Fix Vue content detection and global options
jhildenbiddle Oct 15, 2020
a2386e5
Add vueComponents support
jhildenbiddle Oct 16, 2020
bc2e091
Ignore `el` property in Vue configs for Vue v2
jhildenbiddle Oct 16, 2020
1774ab8
Initial commit
jhildenbiddle Oct 17, 2020
6d152e2
Refactor regular expression usage
jhildenbiddle Oct 17, 2020
758538c
Add `<output>`. Refactor `<pre>` and `<code>`.
jhildenbiddle Oct 17, 2020
0193659
Update docs with new Vue features and usage
jhildenbiddle Oct 17, 2020
8a56f72
Fix directive detection
jhildenbiddle Oct 18, 2020
5a2dde1
Update docs
jhildenbiddle Oct 20, 2020
1a52e97
Update docs
jhildenbiddle Oct 21, 2020
86dae61
Rename `vueOptions` to `vueMountOptions`
jhildenbiddle Oct 21, 2020
2946c06
Update test
jhildenbiddle Oct 21, 2020
871e48f
Update default waitForSelector value
jhildenbiddle Oct 21, 2020
131aae5
Fix waitForText() timeout and reject messages
jhildenbiddle Oct 23, 2020
af7e713
Change default startPath for tests & manual start
jhildenbiddle Oct 23, 2020
25084f8
Update jest/docsify side-effect cleanup
jhildenbiddle Oct 23, 2020
6a5e84b
Update directive detection (data vs static)
jhildenbiddle Oct 23, 2020
febe7f8
Remove global event listeners beforeEach
jhildenbiddle Oct 25, 2020
b6d5407
Fix basePath
jhildenbiddle Oct 25, 2020
8362ed0
Remove unnecessary globals
jhildenbiddle Oct 26, 2020
f0a8d69
Fix basePath update when config is function
jhildenbiddle Oct 26, 2020
5ec2256
Fix basePath & update route URLs
jhildenbiddle Oct 26, 2020
a9be6f2
Merge branch 'develop' into feat/vue-options
jhildenbiddle Oct 26, 2020
3af1cfa
Add selector option to _logHTML
jhildenbiddle Oct 26, 2020
b33d750
Remove SRC_PATH global variable
jhildenbiddle Oct 26, 2020
cafdd62
Remove —runInBand flag from test script
jhildenbiddle Oct 26, 2020
d9e491a
Fix covepage test
jhildenbiddle Oct 26, 2020
a5a431f
Fix base element reset
jhildenbiddle Nov 7, 2020
4e5dae7
Squashed commit of the following:
jhildenbiddle Nov 11, 2020
eae3ad8
Remove markdownlint config
jhildenbiddle Nov 11, 2020
421ef1d
Update docs
jhildenbiddle Nov 11, 2020
52cce02
Delete unnecessary file
jhildenbiddle Nov 11, 2020
727ee8f
Rename `vueMountOptions` to `vueMounts`
jhildenbiddle Nov 11, 2020
69efae3
Fix typos
jhildenbiddle Nov 11, 2020
51451a4
Remove BLANK_URL global
jhildenbiddle Nov 11, 2020
a10fcbd
Update Vue-related descriptions
jhildenbiddle Nov 12, 2020
9a1935a
Add support for Vue shorthand directive syntax
jhildenbiddle Nov 15, 2020
43a73bb
Merge branch 'develop' into feat/vue-options
sy-records Nov 16, 2020
7cf1e7c
Update Vue-related descriptions and links
jhildenbiddle Nov 19, 2020
7878c60
Merge branch 'develop' into feat/vue-options
jhildenbiddle Nov 19, 2020
90b67e2
Merge branch 'develop' into feat/vue-options
sy-records Nov 23, 2020
ffa7c90
Fix Lint
sy-records Nov 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Initial commit
  • Loading branch information
jhildenbiddle committed Oct 17, 2020
commit 1774ab8703f73a2d45b4a19121aa2fd6427d6c85
4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"MD013": false,
"MD033": false
}