Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalize style of dropdown | Samy Pesse | 2016-10-13 | 1 | -16/+27 |
| | |||||
* | Rename "navigation" to "history" and add loading bar | Samy Pesse | 2016-10-13 | 10 | -49/+73 |
| | |||||
* | Add support for align HTML attribute | Samy Pesse | 2016-10-13 | 1 | -0/+10 |
| | |||||
* | Start style for dropdowns | Samy Pesse | 2016-10-13 | 1 | -37/+14 |
| | |||||
* | Refactor Backdrop, Hotkeys and Dropdown | Samy Pesse | 2016-10-13 | 4 | -63/+83 |
| | |||||
* | Adapt plugin sharing (#1553) | Nicolas Gaborit | 2016-10-13 | 6 | -0/+265 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reuse old package config * Add plugin config shape * Add ButtonGroup to core components * List all sharing sites * Displaying buttons from config * First iteration of Dropdown component (need CSS) * Using Dropdown for sharing button * Create HotKeys component * Move Backdrop to its own file * Trying a cleaner API for Dropdown * Add README.md * livereload: Add missing gitbook-plugin dependency * sharing: Now use Immutable state * sharing: Adapt quickly to new Dropdown * sharing: Fix sharing from dropdown | ||||
* | Add base for new fontsettings plugin | Samy Pesse | 2016-10-13 | 2 | -48/+48 |
| | |||||
* | Fix error for code blocks without language | Samy Pesse | 2016-10-12 | 1 | -2/+1 |
| | |||||
* | gitbook-plugin create should add eslint config | Samy Pesse | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Update react-safe-html@0.4.0 | Samy Pesse | 2016-10-11 | 1 | -2/+2 |
| | |||||
* | Show "copied" text when clicking the copy button | Samy Pesse | 2016-10-10 | 1 | -1/+1 |
| | |||||
* | Resolve assets and lunr index before loading | Samy Pesse | 2016-10-09 | 1 | -1/+1 |
| | |||||
* | Prepare for multiple role rendering for ebooks | Samy Pesse | 2016-10-08 | 2 | -8/+11 |
| | |||||
* | Add script to bump version | Samy Pesse | 2016-10-08 | 1 | -48/+48 |
| | |||||
* | Fix style of toolbar and add title to it | Samy Pesse | 2016-10-06 | 6 | -20/+46 |
| | |||||
* | Add "url" to summary articles and files in json representation | Samy Pesse | 2016-10-06 | 3 | -8/+7 |
| | |||||
* | Generate an url index for generation | Samy Pesse | 2016-10-06 | 4 | -72/+34 |
| | |||||
* | Store config as immutable in state | Samy Pesse | 2016-10-06 | 2 | -0/+16 |
| | |||||
* | Add reducer for file in gitbook state | Samy Pesse | 2016-10-05 | 2 | -0/+17 |
| | |||||
* | Add "url" to file | Samy Pesse | 2016-10-05 | 1 | -2/+3 |
| | |||||
* | We trigger current url history only once the page has been mounted | Samy Pesse | 2016-10-05 | 2 | -13/+34 |
| | |||||
* | Complete highlight plugin | Samy Pesse | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | Correctly update page when url changed | Samy Pesse | 2016-10-04 | 7 | -54/+68 |
| | |||||
* | First handling of templating blocks | Samy Pesse | 2016-10-03 | 2 | -4/+7 |
| | |||||
* | Emit current location when listening | Samy Pesse | 2016-10-03 | 1 | -9/+33 |
| | |||||
* | Use replace of url for search to avoid filling history | Samy Pesse | 2016-10-03 | 1 | -29/+10 |
| | |||||
* | Fix new api for activate/deactivate | Samy Pesse | 2016-10-03 | 8 | -38/+99 |
| | |||||
* | Change "init to "activate" | Samy Pesse | 2016-10-03 | 5 | -16/+60 |
| | |||||
* | Sync search with querystring | Samy Pesse | 2016-10-03 | 5 | -38/+112 |
| | |||||
* | Pass actions to thunk acitons | Samy Pesse | 2016-10-02 | 4 | -6/+47 |
| | |||||
* | Add style for search input in default theme | Samy Pesse | 2016-10-02 | 2 | -2/+2 |
| | |||||
* | Fix clear of search | Samy Pesse | 2016-10-02 | 4 | -10/+16 |
| | |||||
* | Complete i18n for search plugin | Samy Pesse | 2016-10-01 | 2 | -4/+7 |
| | |||||
* | Add action I18n.registerLocales and locales for default theme | Samy Pesse | 2016-10-01 | 1 | -1/+19 |
| | |||||
* | Fix js error because of changing API | Samy Pesse | 2016-10-01 | 4 | -10/+25 |
| | |||||
* | Change api for registering components | Samy Pesse | 2016-10-01 | 17 | -90/+235 |
| | |||||
* | Base api to use i18n | Samy Pesse | 2016-09-30 | 7 | -12/+45 |
| | |||||
* | Improve Gitbook.connect to accept a mapActionsToProps | Samy Pesse | 2016-09-29 | 3 | -6/+74 |
| | |||||
* | Fix query action for search | Samy Pesse | 2016-09-29 | 3 | -2/+5 |
| | |||||
* | Integrate search in default theme | Samy Pesse | 2016-09-29 | 1 | -2/+2 |
| | |||||
* | Fix dist command | Samy Pesse | 2016-09-29 | 13 | -74/+136 |
| | |||||
* | Start search plugin | Samy Pesse | 2016-09-28 | 4 | -3/+37 |
| | |||||
* | Fix lerna bootstrap | Samy Pesse | 2016-09-28 | 2 | -1/+4 |
| | |||||
* | Add CONTRIBUTING.md | Samy Pesse | 2016-09-28 | 2 | -2/+2 |
| | |||||
* | Start designing toolbar | Samy Pesse | 2016-09-27 | 1 | -4/+4 |
| | |||||
* | Style page with gitbook-markdown-css | Samy Pesse | 2016-09-27 | 3 | -0/+55 |
| | |||||
* | Fix reducers mutating the state instead of creating a new one | Samy Pesse | 2016-09-27 | 2 | -4/+20 |
| | |||||
* | Fix link and navigation click | Samy Pesse | 2016-09-26 | 3 | -9/+18 |
| | |||||
* | Add basic for pjax navigation | Samy Pesse | 2016-09-26 | 6 | -4/+237 |
| | |||||
* | Mark article as active in summary | Samy Pesse | 2016-09-25 | 3 | -1/+53 |
| | |||||
* | Fix core reducer destroying other reducers | Samy Pesse | 2016-09-25 | 2 | -10/+11 |
| | |||||
* | Add flex box components | Samy Pesse | 2016-09-24 | 5 | -6/+29 |
| | |||||
* | Provide immutable proptypes | Samy Pesse | 2016-09-22 | 3 | -1/+5 |
| | |||||
* | Add immutable state for readme/summary | Samy Pesse | 2016-09-22 | 12 | -8/+188 |
| | | | | Add shapes for these states | ||||
* | First working version in the browser | Samy Pesse | 2016-09-22 | 7 | -105/+112 |
| | |||||
* | Add js scripts to html | Samy Pesse | 2016-09-21 | 4 | -36/+12 |
| | |||||
* | Fix head extension by plugins | Samy Pesse | 2016-09-21 | 2 | -18/+50 |
| | |||||
* | Prepare showing page html | Samy Pesse | 2016-09-21 | 11 | -16/+181 |
| | |||||
* | Fix render of UnsafeComponent | Samy Pesse | 2016-09-21 | 2 | -3/+2 |
| | |||||
* | Fix composition with plugin reducers | Samy Pesse | 2016-09-21 | 2 | -5/+7 |
| | |||||
* | Fix rendering of unsafe injected components | Samy Pesse | 2016-09-20 | 2 | -6/+11 |
| | |||||
* | Working loading of plugin | Samy Pesse | 2016-09-20 | 3 | -4/+7 |
| | |||||
* | Prepare loading of plugin | Samy Pesse | 2016-09-20 | 1 | -1/+8 |
| | |||||
* | Fix build of gitbook.core.min.js | Samy Pesse | 2016-09-05 | 4 | -4/+6 |
| | |||||
* | Add task to build gitbook.core.min.js | Samy Pesse | 2016-09-05 | 3 | -3/+9 |
| | |||||
* | gitbook-core should also be compiled | Samy Pessé | 2016-09-05 | 2 | -1/+8 |
| | |||||
* | Fix error during fake rendering | Samy Pessé | 2016-09-05 | 3 | -5/+5 |
| | |||||
* | Start bootstraping rendering with react in GitBook | Samy Pessé | 2016-09-05 | 6 | -14/+41 |
| | |||||
* | Start architecturing new default theme | Samy Pessé | 2016-09-05 | 1 | -0/+10 |
| | |||||
* | Add action to register a component | Samy Pessé | 2016-09-05 | 4 | -19/+56 |
| | |||||
* | Add components for injections | Samy Pessé | 2016-09-05 | 5 | -20/+175 |
| | |||||
* | Start basis of gitbook-core | Samy Pessé | 2016-09-05 | 11 | -0/+152 |