Marcelo Formentão
ad4956124a
chore: update dependencies to latest version
2018-08-17 16:02:04 -03:00
Marcelo Formentão
232c94341a
chore(docz-plugin-vue): reindent lines
2018-08-17 14:07:38 -03:00
Marcelo Formentão
d091414d1a
chore(docz-plugin-vue): update dependencies
2018-08-17 14:07:37 -03:00
Marcelo Formentão
e479aef422
fix(docz-plugin-vue): remove babel and include vuera as ProvidePlugin
2018-08-17 14:07:35 -03:00
Marcelo Formentão
892dcb5a0c
fix(docz-example-vue): rework examples and remove imports
2018-08-17 14:07:10 -03:00
Marcelo Formentão
d0d77c35b6
refactor(docz-plugin-vue): better named explort and remove interface
2018-08-17 14:07:09 -03:00
Marcelo Formentão
0684aa5450
feat(docz-plugin-vue): initial base for vue support
2018-08-17 14:07:07 -03:00
Marcelo Formentão
2141862574
feat(docz-example-vue): include draft component
2018-08-17 14:06:06 -03:00
Pedro Nauck
8c3981531c
v0.10.3
v0.10.3
2018-08-16 02:02:17 -03:00
Pedro Nauck
035ec02390
chore(docz-core): add @babel/polyfill instead of babel-polyfill
2018-08-16 01:54:11 -03:00
ShiCheng
67e68aa46e
fix(docz-example-typescript): fix dependencies ( #222 )
2018-08-16 01:54:10 -03:00
Pedro Nauck
c619d9cf44
feat(docz-core): add editBranch option to mount repo link
2018-08-16 01:54:10 -03:00
Pedro Nauck
b15457c18f
fix(docz-theme-default): use padding on link instead of margin
2018-08-16 01:54:09 -03:00
Pedro Nauck
a82903adec
fix(docz-theme-default): add playground min-height just on fullscreen
2018-08-16 01:54:09 -03:00
Pedro Nauck
47fe7141b1
fix(docz-core): correct data server websocket port
2018-08-16 00:49:26 -03:00
Pedro Nauck
1910921d01
v0.10.2
2018-08-16 00:49:24 -03:00
Pedro Nauck
794d048fdf
fix(docz-core): remove data server cache 😕
2018-08-16 00:48:59 -03:00
Pedro Nauck
20167361d9
fix(docz-core): try catch on get repo info
2018-08-16 00:48:59 -03:00
Pedro Nauck
4b2f2fee80
fix: prevent codemirror bug on build
2018-08-16 00:48:58 -03:00
Pedro Nauck
4de2b82524
v0.10.1
2018-08-16 00:48:57 -03:00
Pedro Nauck
2a70a953d7
chore(docz-theme-default): some changes on readme
2018-08-16 00:48:26 -03:00
Pedro Nauck
bf594038b8
fix(docz-core): prevent crash when not have cache
2018-08-16 00:48:26 -03:00
Zach Gawlik
3709f883c8
fix(docz-example-flow): scale and outline props ( #211 )
2018-08-16 00:48:26 -03:00
Pedro Nauck
2dcb7dd41d
v0.10.0
2018-08-16 00:48:24 -03:00
Pedro Nauck
609f7b8633
chore(docz-theme-default): some style improvements
2018-08-16 00:47:23 -03:00
Pedro Nauck
0da655608c
fix(docz-theme-default): playground overflow on mobile
2018-08-16 00:47:23 -03:00
Pedro Nauck
1a5de2bb0d
feat: add github repository link
2018-08-16 00:47:22 -03:00
Pedro Nauck
0d5cb64f84
chore(docz-core): update Entries file extension
2018-08-16 00:47:22 -03:00
Pedro Nauck
e345896f37
fix(docz-core): prevent delete entire app folder on build
2018-08-11 18:36:41 -03:00
Pedro Nauck
715e4fbd1b
chore(docz-core): remove markdown from files glob
2018-08-11 18:03:48 -03:00
Pedro Nauck
b90e598ca0
feat(docz-core): add cache system for entries
2018-08-11 17:44:08 -03:00
Pedro Nauck
28e1728b29
fix(docz-core): prevent crash on delete entry
2018-08-11 01:14:47 -03:00
Pedro Nauck
e0a95b3428
feat(docz-core): resolve markdown files by default ( #210 )
2018-08-11 00:46:27 -03:00
Pedro Nauck
3f05536fa5
fix(docz): add initial loading as true
2018-08-10 18:47:17 -03:00
Pedro Nauck
ee4b6c0279
fix(rehype-docz): add props on playground scope
2018-08-10 18:47:17 -03:00
Pedro Nauck
c4b2a66e87
chore(docz-theme-default): edit some codemirror options
2018-08-10 18:47:17 -03:00
Pedro Nauck
4b6ec0fd04
feat(docz-core): add htmlContext and mini-html-webpack-plugin
2018-08-10 12:41:47 -03:00
Pedro Nauck
8b9066646e
Merge branch 'dev' of github.com:pedronauck/docz into dev
...
* 'dev' of github.com:pedronauck/docz:
feat: allow edit code inside playground (#205 )
fix(rehype-docz): allow ticks and backticks inside playground (#203 )
2018-08-09 18:14:46 -03:00
Pedro Nauck
4f948f7a02
feat: allow edit code inside playground ( #205 )
...
* feat(docz): fetch data on documents
* feat(rehype-docz): add dependencies scope on Playground
* feat(docz-theme-default): add codemirror as editor
* chore(rehype-docz): use replace instead of split join
2018-08-09 18:14:34 -03:00
Rakan Nimer
fa4ff40773
fix(rehype-docz): allow ticks and backticks inside playground ( #203 )
...
* fix: allow code inside playground to contain ticks and backticks
* chore: remove empty line
2018-08-09 17:43:55 -03:00
Pedro Nauck
04ff0d6dbf
feat(docz): fetch data on documents
2018-08-06 23:50:44 -03:00
Pedro Nauck
781c2bff5a
Merge branch 'dev' of github.com:pedronauck/docz into dev
...
* 'dev' of github.com:pedronauck/docz:
fix: bug template typo (#197 )
2018-08-06 16:50:28 -03:00
Marcelo Formentão
497fcfb90c
fix: bug template typo ( #197 )
2018-08-06 16:49:52 -03:00
Pedro Nauck
df26907187
chore: change badges on readme
2018-08-06 16:49:02 -03:00
Marcelo Formentão
fce98c491b
fix: bug template typo ( #197 )
2018-08-06 16:45:37 -03:00
Pedro Nauck
436c742d37
v0.9.6
v0.9.6
2018-08-06 16:45:25 -03:00
Pedro Nauck
ae09a52023
chore(docz-theme-default): change body styles
2018-08-06 16:27:57 -03:00
Pedro Nauck
befc6430e2
fix(docz-theme-default): using lodash.get to prevent classname crash
2018-08-06 13:06:44 -03:00
Pedro Nauck
0dbd8f044e
fix(docz-core): remove @babel/runtime alias
2018-08-06 12:31:29 -03:00
Pedro Nauck
456d91eb58
chore: clean changelog
2018-08-04 14:20:30 -03:00