summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-core
Commit message (Collapse)AuthorAgeFilesLines
* Start removing nunjucksSamy Pessé2017-02-262-2/+96
|
* Add default value argument to config.getForPluginSamy Pessé2017-02-191-2/+2
|
* Add prop types for configSamy Pessé2017-02-181-1/+3
|
* Add method toString to Location objectSamy Pessé2017-02-181-1/+1
|
* Fix config model for core apiSamy Pessé2017-02-181-4/+10
|
* Add model for config instead of using fromJSSamy Pessé2017-02-172-3/+36
|
* Add property is available to api storeSamy Pessé2017-02-171-0/+3
|
* Define actions for low level gitbook.com APISamy Pessé2017-02-1710-27/+172
|
* Bump version to 4.0.0-alpha.4 🚀4.0.0-alpha.4Samy Pessé2017-01-271-1/+1
|
* Bump version to 4.0.0-alpha.3 🚀4.0.0-alpha.3Samy Pessé2017-01-131-1/+1
|
* Bump version to 4.0.0-alpha.2 🚀4.0.0-alpha.2Samy Pessé2017-01-131-1/+1
|
* Switch to markup-it for parsing (#1659)Samy Pessé2017-01-066-3/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start new parsers in gitbook itself * Update markup-it * Fix eslint errors * Adapt basic parsing for summary * Start tests for summaryFromDocument * Continue * Add parsing of glossary * Add back languages parsing * Adapt most tests for parsing * Adapt all tests 🙌 * Adapt travis tests * Bootstrap lerna before running tests * Fix lowercase in require (linux) * Fix command gitbook init * Fix generation of ready by init command * Fix generation of summary * Fix watch after serve * Add trademark to sidebar * Add back favicon to default theme * Open trademark in new tab
* Prevent null as location in historySamy Pesse2016-12-041-1/+1
|
* History is activated with a setup locationSamy Pesse2016-12-042-1/+3
|
* core: Remove unused Button.href propSoreine2016-12-021-1/+0
|
* Fixed React versionSoreine2016-12-021-4/+4
|
* ReactInjection was movedSoreine2016-12-021-1/+1
|
* Export ReactCSSTransitionGroup from gitbook-coreJohan Preynat2016-10-312-0/+3
|
* Clearer doc for FileSoreine2016-10-191-3/+2
|
* core: Fix HotKeys default keymapSoreine2016-10-191-1/+1
|
* Use same react instance between server and gitbookSamy Pesse2016-10-171-0/+2
| | | | Fix injection of DOM properties not working on the browser
* Fix display of button in left toolbarSamy Pesse2016-10-171-4/+5
|
* Replace GitBook.Shapes by GitBook.PropTypesSamy Pesse2016-10-1718-7/+7
|
* Add languages to client side state, and add "current" to json reprSamy Pesse2016-10-148-3/+89
|
* Normalize Panel in gitbook-coreSamy Pesse2016-10-142-0/+24
|
* Add component tooltip from gitbook-coreSamy Pesse2016-10-132-0/+46
|
* Fix update of page attributes in hook "page"Samy Pesse2016-10-131-9/+11
|
* Fix rendering of searchSamy Pesse2016-10-131-0/+2
|
* Normalize style of dropdownSamy Pesse2016-10-131-16/+27
|
* Rename "navigation" to "history" and add loading barSamy Pesse2016-10-1310-49/+73
|
* Add support for align HTML attributeSamy Pesse2016-10-131-0/+10
|
* Start style for dropdownsSamy Pesse2016-10-131-37/+14
|
* Refactor Backdrop, Hotkeys and DropdownSamy Pesse2016-10-134-63/+83
|
* Adapt plugin sharing (#1553)Nicolas Gaborit2016-10-136-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 pluginSamy Pesse2016-10-132-48/+48
|
* Fix error for code blocks without languageSamy Pesse2016-10-121-2/+1
|
* gitbook-plugin create should add eslint configSamy Pesse2016-10-111-1/+1
|
* Update react-safe-html@0.4.0Samy Pesse2016-10-111-2/+2
|
* Show "copied" text when clicking the copy buttonSamy Pesse2016-10-101-1/+1
|
* Resolve assets and lunr index before loadingSamy Pesse2016-10-091-1/+1
|
* Prepare for multiple role rendering for ebooksSamy Pesse2016-10-082-8/+11
|
* Add script to bump versionSamy Pesse2016-10-081-48/+48
|
* Fix style of toolbar and add title to itSamy Pesse2016-10-066-20/+46
|
* Add "url" to summary articles and files in json representationSamy Pesse2016-10-063-8/+7
|
* Generate an url index for generationSamy Pesse2016-10-064-72/+34
|
* Store config as immutable in stateSamy Pesse2016-10-062-0/+16
|
* Add reducer for file in gitbook stateSamy Pesse2016-10-052-0/+17
|
* Add "url" to fileSamy Pesse2016-10-051-2/+3
|
* We trigger current url history only once the page has been mountedSamy Pesse2016-10-052-13/+34
|
* Complete highlight pluginSamy Pesse2016-10-051-1/+1
|
* Correctly update page when url changedSamy Pesse2016-10-047-54/+68
|
* First handling of templating blocksSamy Pesse2016-10-032-4/+7
|
* Emit current location when listeningSamy Pesse2016-10-031-9/+33
|
* Use replace of url for search to avoid filling historySamy Pesse2016-10-031-29/+10
|
* Fix new api for activate/deactivateSamy Pesse2016-10-038-38/+99
|
* Change "init to "activate"Samy Pesse2016-10-035-16/+60
|
* Sync search with querystringSamy Pesse2016-10-035-38/+112
|
* Pass actions to thunk acitonsSamy Pesse2016-10-024-6/+47
|
* Add style for search input in default themeSamy Pesse2016-10-022-2/+2
|
* Fix clear of searchSamy Pesse2016-10-024-10/+16
|
* Complete i18n for search pluginSamy Pesse2016-10-012-4/+7
|
* Add action I18n.registerLocales and locales for default themeSamy Pesse2016-10-011-1/+19
|
* Fix js error because of changing APISamy Pesse2016-10-014-10/+25
|
* Change api for registering componentsSamy Pesse2016-10-0117-90/+235
|
* Base api to use i18nSamy Pesse2016-09-307-12/+45
|
* Improve Gitbook.connect to accept a mapActionsToPropsSamy Pesse2016-09-293-6/+74
|
* Fix query action for searchSamy Pesse2016-09-293-2/+5
|
* Integrate search in default themeSamy Pesse2016-09-291-2/+2
|
* Fix dist commandSamy Pesse2016-09-2913-74/+136
|
* Start search pluginSamy Pesse2016-09-284-3/+37
|
* Fix lerna bootstrapSamy Pesse2016-09-282-1/+4
|
* Add CONTRIBUTING.mdSamy Pesse2016-09-282-2/+2
|
* Start designing toolbarSamy Pesse2016-09-271-4/+4
|
* Style page with gitbook-markdown-cssSamy Pesse2016-09-273-0/+55
|
* Fix reducers mutating the state instead of creating a new oneSamy Pesse2016-09-272-4/+20
|
* Fix link and navigation clickSamy Pesse2016-09-263-9/+18
|
* Add basic for pjax navigationSamy Pesse2016-09-266-4/+237
|
* Mark article as active in summarySamy Pesse2016-09-253-1/+53
|
* Fix core reducer destroying other reducersSamy Pesse2016-09-252-10/+11
|
* Add flex box componentsSamy Pesse2016-09-245-6/+29
|
* Provide immutable proptypesSamy Pesse2016-09-223-1/+5
|
* Add immutable state for readme/summarySamy Pesse2016-09-2212-8/+188
| | | | Add shapes for these states
* First working version in the browserSamy Pesse2016-09-227-105/+112
|
* Add js scripts to htmlSamy Pesse2016-09-214-36/+12
|
* Fix head extension by pluginsSamy Pesse2016-09-212-18/+50
|
* Prepare showing page htmlSamy Pesse2016-09-2111-16/+181
|
* Fix render of UnsafeComponentSamy Pesse2016-09-212-3/+2
|
* Fix composition with plugin reducersSamy Pesse2016-09-212-5/+7
|
* Fix rendering of unsafe injected componentsSamy Pesse2016-09-202-6/+11
|
* Working loading of pluginSamy Pesse2016-09-203-4/+7
|
* Prepare loading of pluginSamy Pesse2016-09-201-1/+8
|
* Fix build of gitbook.core.min.jsSamy Pesse2016-09-054-4/+6
|
* Add task to build gitbook.core.min.jsSamy Pesse2016-09-053-3/+9
|
* gitbook-core should also be compiledSamy Pessé2016-09-052-1/+8
|
* Fix error during fake renderingSamy Pessé2016-09-053-5/+5
|
* Start bootstraping rendering with react in GitBookSamy Pessé2016-09-056-14/+41
|
* Start architecturing new default themeSamy Pessé2016-09-051-0/+10
|
* Add action to register a componentSamy Pessé2016-09-054-19/+56
|
* Add components for injectionsSamy Pessé2016-09-055-20/+175
|
* Start basis of gitbook-coreSamy Pessé2016-09-0511-0/+152