summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* Update markup-it@4.0.0-pre.0origin/gitbookcom-apiSamy Pessé2017-02-281-1/+1
* Start removing nunjucksSamy Pessé2017-02-269-165/+130
* Add spec for hint blockSamy Pessé2017-02-261-0/+19
* Improve configuration for heading anchorsSamy Pessé2017-02-192-3/+8
* Add "tomorrow-night" to enum of theme for syntax highlightingSamy Pessé2017-02-191-1/+2
* Add "theme" option to default syntax highlightingSamy Pessé2017-02-197-106/+186
* 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-182-11/+10
* Remove "gitbook-core" from plugin's dependenciesSamy Pessé2017-02-1814-22/+28
* 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-2712-40/+40
* Use less restrictive versions range for markup-itSamy Pessé2017-01-271-1/+1
* 🆙 Update markup-it@3.2.2Samy Pessé2017-01-241-1/+1
* Bump version to 4.0.0-alpha.3 🚀4.0.0-alpha.3Samy Pessé2017-01-1312-40/+40
* Test and fix conversion of empty parts (#1675)Nicolas Gaborit2017-01-136-8/+212
* Fix and test Book.getDefaultExt() (#1674)Nicolas Gaborit2017-01-132-1/+66
* Bump version to 4.0.0-alpha.2 🚀4.0.0-alpha.2Samy Pessé2017-01-1312-40/+40
* Adding more tests for (summary <-> document) transformations (#1665)Nicolas Gaborit2017-01-1214-22/+770
* Switch to markup-it for parsing (#1659)Samy Pessé2017-01-06208-1888/+2723
* Merge branch 'master' into dreamSamy Pessé2016-12-221-1/+0
* Prevent null as location in historySamy Pesse2016-12-041-1/+1
* Debounce scroll watcher in bodySamy Pesse2016-12-042-4/+12
* History is activated with a setup locationSamy Pesse2016-12-042-1/+3
* Update url when scrolling in default themeSamy Pesse2016-12-042-5/+92
* Update ied@2.3.6 and ad trailing newline in package.jsonSamy Pesse2016-12-0411-12/+13
* plugin: Add more categoriesSoreine2016-12-021-1/+4
* plugin: Improve messages for create CLISoreine2016-12-021-5/+5
* core: Remove unused Button.href propSoreine2016-12-021-1/+0
* plugin: Display help by defaultSoreine2016-12-021-0/+3
* plugin: Add CONTRIBUTING.mdSoreine2016-12-022-1/+12
* plugin-search: Remove react dependencySoreine2016-12-021-3/+2
* Fixed React versionSoreine2016-12-021-4/+4
* ReactInjection was movedSoreine2016-12-021-1/+1
* Use fixed size for sidebar and provide animationJohan Preynat2016-10-316-14/+54
* Export ReactCSSTransitionGroup from gitbook-coreJohan Preynat2016-10-312-0/+3
* search: Clear search with Esc or buttonSoreine2016-10-193-1/+44
* Clearer doc for FileSoreine2016-10-192-4/+3
* core: Fix HotKeys default keymapSoreine2016-10-191-1/+1
* plugin-lunr: Fix reading page search attributesSoreine2016-10-181-3/+5
* Add roles "body:wrapper", "toolbar:wrapper", "page:wrapper"Samy Pesse2016-10-171-4/+10
* Remove react dependencies from "gitbook"Samy Pesse2016-10-171-4/+1
* Use same react instance between server and gitbookSamy Pesse2016-10-172-2/+4
* Add background to dropdownSamy Pesse2016-10-172-1/+3
* Fix display of button in left toolbarSamy Pesse2016-10-173-9/+11
* Normalize action types in pluginsSamy Pesse2016-10-172-3/+3
* Replace GitBook.Shapes by GitBook.PropTypesSamy Pesse2016-10-1728-27/+27
* Add languages to client side state, and add "current" to json reprSamy Pesse2016-10-1410-5/+94
* Normalize Panel in gitbook-coreSamy Pesse2016-10-144-0/+32
* Improve "gitbook-plugin create" to prompt for title/categoriesSamy Pesse2016-10-133-3/+26
* Add component tooltip from gitbook-coreSamy Pesse2016-10-135-0/+153
* Add roles "page:header" and "page:footer"Samy Pesse2016-10-132-5/+11
* Fix update of page attributes in hook "page"Samy Pesse2016-10-133-10/+17
* Add tests for multiple inline template blocksJohan Preynat2016-10-132-2/+29
* Hook "page" should not be able to edit content but attributesSamy Pesse2016-10-133-26/+33
* Limit size of text in search resultsSamy Pesse2016-10-133-2/+11
* Add highlighting for search terms in resultsSamy Pesse2016-10-133-6/+21
* Fix rendering of searchSamy Pesse2016-10-134-13/+20
* Search plugin should provide roles "search:results" and "search:result"Samy Pesse2016-10-134-14/+18
* Fix search inputSamy Pesse2016-10-131-3/+3
* Normalize style of dropdownSamy Pesse2016-10-134-22/+39
* gitbook-plugin: Add eslint as devDependencySoreine2016-10-131-0/+1
* Rename "navigation" to "history" and add loading barSamy Pesse2016-10-1316-55/+239
* Increase content font-sizeSamy Pesse2016-10-132-1/+2
* search: Document search handlers APISoreine2016-10-131-0/+41
* Add support for align HTML attributeSamy Pesse2016-10-131-0/+10
* Start style for dropdownsSamy Pesse2016-10-137-75/+116
* Refactor Backdrop, Hotkeys and DropdownSamy Pesse2016-10-135-74/+97
* Refactor code of plugin sharingSamy Pesse2016-10-138-137/+172
* Adapt plugin sharing (#1553)Nicolas Gaborit2016-10-1312-14/+569
* Revert fontsettings pluginSamy Pesse2016-10-1312-164/+5
* Add base for new fontsettings pluginSamy Pesse2016-10-1324-400/+559
* Readme should always be generated as "index.html"Samy Pesse2016-10-123-6/+22
* Enhance display of headingsJohan Preynat2016-10-121-1/+2
* Improve some CSS for default themeSamy Pesse2016-10-125-10/+13
* Fix error for code blocks without languageSamy Pesse2016-10-123-3/+6
* Adapt test for listDependenciesSamy Pesse2016-10-121-13/+14
* Use ied instead of npm for installation of pluginsSamy Pesse2016-10-128-185/+199
* Adapt test for plugins.findForBookSamy Pesse2016-10-121-4/+4
* Adapt tests for website rendering and render languages indexSamy Pesse2016-10-123-36/+32
* Remove references to plugin resourcesSamy Pesse2016-10-1221-163/+94
* Use a single instance of Git for outputSamy Pesse2016-10-128-51/+78
* Adapt findInstalled for unit testsSamy Pesse2016-10-123-9/+14
* Improve performance of plugins listingSamy Pesse2016-10-111-52/+37
* gitbook-plugin create should add eslint configSamy Pesse2016-10-113-4/+9
* Update nunjucks@2.5.2Samy Pesse2016-10-111-2/+1
* Update react-safe-html@0.4.0Samy Pesse2016-10-112-5/+5
* Add timing logs for browser renderingSamy Pesse2016-10-113-60/+79
* Don't log deprecated when no plugins is using deprecated APIsSamy Pesse2016-10-105-80/+73
* Add compiled plugin to gitignore for livereload pluginSamy Pesse2016-10-101-1/+4
* remove compiledp lugin from gitSamy Pesse2016-10-101-26/+0
* Adapt plugin livereload for new APIsSamy Pesse2016-10-108-67/+101
* moved insertion of livereload script tag to the correct placeDavid Graf2016-10-101-1/+1
* s/host/hostnameDavid Graf2016-10-101-1/+1
* typoDavid Graf2016-10-101-1/+1
* use current domain instead of localhostDavid Graf2016-10-101-1/+1
* initial commitDavid Graf2016-10-106-0/+268