Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

🚀 Introduce v2 #950

Merged
merged 94 commits into from
Jul 18, 2019
Merged
Changes from 1 commit
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
9249e34
feat(docz-core): add initial gatsby bundler algorithm
pedronauck May 12, 2019
a3bf99f
chore: update yarn.lock
pedronauck May 12, 2019
10ffd48
feat: docz running using gatsby under the hood
pedronauck May 13, 2019
423a5a9
chore(docz-core): refactor devserver machine
pedronauck May 14, 2019
a8efb46
chore(docz-core): some improvements
pedronauck May 14, 2019
86f95b5
fix(docz-core): some adjustments
pedronauck May 14, 2019
38d10fc
fix(babel-plugin-export-metadata): disable enumerable for __filemeta
ejuo May 21, 2019
18e6c55
chore: update dependencies
pedronauck May 24, 2019
5aa0455
feat(docz-core): add doczrc config watcher on dev
pedronauck May 24, 2019
d07cb4c
chore(docz-core): remove unnecessary file
pedronauck May 24, 2019
534d7bf
fix: packages rollup config
pedronauck May 24, 2019
e85c82b
feat(docz-core): add build and serve command with gatsby
pedronauck May 24, 2019
cecbade
chore: update dependencies
pedronauck May 28, 2019
4c3714d
chore(docz-core): remove unnecessary babel config
pedronauck May 28, 2019
c071556
feat: dynamic src and root path
pedronauck May 29, 2019
112f4c2
chore: update dependencies
pedronauck Jun 13, 2019
13947f9
feat: add typescript support (need fix)
pedronauck Jun 15, 2019
d0b5329
chore: use emotion instead of styled-components
pedronauck Jun 15, 2019
bad065b
chore: add first steps with theme-ui
pedronauck Jun 17, 2019
6565981
chore(docz-theme-default): some modes adjustments
pedronauck Jun 17, 2019
ed55623
chore: use theme default as theme component shadowing
pedronauck Jun 18, 2019
8c8005d
feat: add main package improvements
pedronauck Jun 20, 2019
e4a37b2
chore: update dependencies
pedronauck Jun 20, 2019
ad8ada0
chore: update dependencies
pedronauck Jun 26, 2019
35fac28
chore: remove styled-components from examples
pedronauck Jun 26, 2019
a01d100
feat: add new theme sidebar
pedronauck Jun 26, 2019
e582221
fix(gatsby-theme-docz): entry not in context
pedronauck Jun 26, 2019
16de037
chore(gatsby-theme-docz): change project structure
pedronauck Jun 26, 2019
280981f
fix: eslint configs
pedronauck Jun 26, 2019
a4770ab
chore(gatsby-theme-docz): change main layout
pedronauck Jun 26, 2019
8eb780d
feat(gatsby-theme-docz): add new Props component
pedronauck Jun 28, 2019
a6be6a1
feat(gatsby-theme-docz): add new Pre component
pedronauck Jun 28, 2019
c52d45f
chore: update dependencies
pedronauck Jul 1, 2019
7bf03b2
feat: add new Playground component
pedronauck Jul 1, 2019
b9f11a1
feat(gatsby-theme-docz): add blockquote styles
pedronauck Jul 1, 2019
28e6f89
chore(gatsby-theme-docz): just some adjustments
pedronauck Jul 1, 2019
03d9fec
feat(gatsby-theme-docz): add some improvements
pedronauck Jul 1, 2019
58f46dd
chore: udpate dependencies
pedronauck Jul 3, 2019
64f75da
feat: a lot of improvements
pedronauck Jul 3, 2019
2272d56
chore: update dependencies
pedronauck Jul 4, 2019
5840c73
chore: some improvements
pedronauck Jul 4, 2019
b7382aa
chore: update dependencies
pedronauck Jul 6, 2019
4caa47a
feat: adapt core plugins to gatsby hooks
pedronauck Jul 6, 2019
1539378
feat(docz-core): watch gatsby config files
pedronauck Jul 6, 2019
125c5cf
fix: no-undef eslint rule
pedronauck Jul 6, 2019
d265444
feat(gatsby-theme-docz): improve code highlight
pedronauck Jul 6, 2019
d10c882
chore: just some adjustments
pedronauck Jul 6, 2019
c0b5c34
fix(gatsby-theme-docz): prisms theme by themeConfig
pedronauck Jul 6, 2019
5ee7abe
feat(docz-core): watch custom theme files
pedronauck Jul 6, 2019
7a6a5c7
chore: update dependencies
pedronauck Jul 9, 2019
feb2457
chore: update dependencies
pedronauck Jul 10, 2019
4ba6eaf
fix: some typescript adjustments
pedronauck Jul 10, 2019
1876540
feat(docz-core): ensure files before running machine
pedronauck Jul 11, 2019
0869b14
chore: remove codesandbox feature
pedronauck Jul 11, 2019
afa00df
feat: some playground improvements
pedronauck Jul 11, 2019
132c472
feat: open browser integration
pedronauck Jul 11, 2019
211a6a1
chore: remove unused config arguments
pedronauck Jul 11, 2019
92b7123
chore: update dependencies
pedronauck Jul 11, 2019
502722a
Merge branch 'filemeta-not-enumerable' of git://github.com/ejuo/docz …
pedronauck Jul 11, 2019
f823cc6
fix(babel-plugin-export-metadata): transform to Unix slash (#825) (#829)
fi3ework Jul 11, 2019
e593897
feat(gatsby-theme-docz): add showLiveError on Playground
pedronauck Jul 11, 2019
1087539
feat: add markdown parsing on props description
pedronauck Jul 11, 2019
058732d
fix(remark-docz): fix alias in the src of a mdx's image #897
pedronauck Jul 11, 2019
baa9bb3
fix(docz): component Props false positives when looking in state
pedronauck Jul 11, 2019
faf4288
fix: remove react & react-dom from dependencies #924
pedronauck Jul 11, 2019
eccbac4
fix(babel-plugin-export-metadata): fix root relative path
pedronauck Jul 11, 2019
6922717
feat(gatsby-theme-docz): add iframe and re-resizable on playground
pedronauck Jul 11, 2019
112b88f
chore: some adjustments
pedronauck Jul 11, 2019
0672c3e
fix(docz): parse description of props
pedronauck Jul 11, 2019
80b35f8
feat(gatsby-theme-docz): improve documentation
pedronauck Jul 11, 2019
38460f5
docs(gatsby-theme-docz): improve readme
pedronauck Jul 11, 2019
cea06ea
chore(gatsby-theme-docz): add menu button outside header
pedronauck Jul 11, 2019
f0b151f
docs: update README
pedronauck Jul 11, 2019
8177da0
chore: update migration guide
pedronauck Jul 11, 2019
802e3d7
chore: some changes on migration guide
pedronauck Jul 11, 2019
56e974a
fix: on create webpack plugin hook
pedronauck Jul 11, 2019
4892942
docs: add some info on migration guide
pedronauck Jul 11, 2019
ecda697
docs: improve some docs
pedronauck Jul 11, 2019
dec4b2b
feat(gatsby-theme-docz): add custom logo support
pedronauck Jul 12, 2019
9f44c84
chore: some improvements
pedronauck Jul 12, 2019
357c113
chore(babel-plugin-export-metadata): update snapshots
pedronauck Jul 12, 2019
7ff18b5
chore: update snapshots
pedronauck Jul 12, 2019
19adc32
chore: exclude some files from examples
pedronauck Jul 12, 2019
a93636c
chore: update dependencies
pedronauck Jul 12, 2019
a4b8eb9
fix(docz-core): create deps algorithm
pedronauck Jul 12, 2019
99ba83c
fix(docz): props markdown compiler
pedronauck Jul 12, 2019
3916265
fix(gatsby-theme-docz): resizable import
pedronauck Jul 12, 2019
74c33fa
chore(gatsby-theme-docz): logo font family
pedronauck Jul 12, 2019
6fbd5a8
chore: remove docz-theme-default dependency
pedronauck Jul 12, 2019
a7fb356
chore(docz): remove async playground
pedronauck Jul 13, 2019
51c8639
docs(gatsby-theme-docz): some changes
pedronauck Jul 13, 2019
b8c2db1
chore: update dependencies
pedronauck Jul 18, 2019
924aada
docs: some adjustments
pedronauck Jul 18, 2019
2926896
fix: resizable props import
pedronauck Jul 18, 2019
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
chore(docz-core): remove unnecessary babel config
pedronauck committed May 28, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 4c3714ddec2e35940af4863bce135bed2b0deabc
74 changes: 0 additions & 74 deletions core/docz-core/src/config/babel.ts

This file was deleted.