Here is the full change log: 9cf388a82332af6599a198360ec8e1cabab2a2a6 1.1.5
486dd9520e9e58e5b4b11618ad1dd363a0e6f133 improve string-edit-modal - change text - make cursor a pointer for cancel link - make cancel-button a link 73521f15c0d0b96ffc1830845813c68fab7dd71e add fix for functional components PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith <[email protected]> 18d08e96a90dc4d1e77865b39d00a890ace899ea changes from review PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith <[email protected]> db95bb3c7a9bbbeacfa1097bd2888800cd48a2ba Breadcrumbs React port: fix & delete broken tests - fixes race conditions in tests where the global singleton `FauxtonAPI` was monkey patched later in other modules, but `fauxton/base.js` wasn't loaded - deletes tests that messed with references / monkey patching and did not add much value - fixes a few restore calls PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith <[email protected]> 42259fd30a5722b5e5dde2191bc585cad2e1938c Breadcrumbs React port: remove unused classname PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith <[email protected]> 50e08c899b574d22784392755814284341936a48 Breadcrumbs React port: refactor clone-doc action - use helper function for docId sanitizing - move clone-doc-action out of route ofbject - delete route-event `duplicateDoc` - fix issue where breadcrumb header was not updating after clone PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith <[email protected]> de9b12b358425a5454ee7d4d0e1285a983a77891 Breadcrumbs React port: add breadcrumb component for simple header PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith <[email protected]> 9c13fd47607cc0db3ccb3ae54e1e5a3855d99a43 Breadcrumbs React port: cleanup Clean up un-needed, not used link properties. They would link in a breadcrumb system which supports links. PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith <[email protected]> 5be261085761c5f1d0510f2d28117775ea3e0da2 move first codemod to codemods folder PR: #734 PR-URL: https://github.com/apache/couchdb-fauxton/pull/734 Reviewed-By: garren smith <[email protected]> d70343d637f32016d1b7168dd4d19a4f6406f55d fix parenthesis spacing PR: #734 PR-URL: https://github.com/apache/couchdb-fauxton/pull/734 Reviewed-By: garren smith <[email protected]> cb4ac3fc8a8dc6209b0ac5b216e6251fba8c6741 add codemod to fix eslint's "space-in-parens"-rule the codemod fixes the issues found by eslint PR: #734 PR-URL: https://github.com/apache/couchdb-fauxton/pull/734 Reviewed-By: garren smith <[email protected]> 747b695badb56540ba54024bbc75fed3f0dadbbc linter: add space-in-parens-rule PR: #734 PR-URL: https://github.com/apache/couchdb-fauxton/pull/734 Reviewed-By: garren smith <[email protected]> ad2cbecf5c9de9d0a7f7bfdcd287cd98a25229df upgrade eslint @ 2.x PR: #734 PR-URL: https://github.com/apache/couchdb-fauxton/pull/734 Reviewed-By: garren smith <[email protected]> 968f714f24678cfef99d1bce34f7feb20a3a9acf add done() in beforeEach for permissions 6583275ad04bd83994c5f17e1e1f764cee5667bf provide debugging help for monkey patched established methods inheritance is so ridiculous. inheritance in javascript is just monkey patching. today i spent 8 hrs to finding a bug where a promise failed silently in a monkey patched route object. i found it by stringifying a function at runtime with `console.log(this.establish.toString());` in the renderpipeline which calls establish on the routeobjects. the promise in the establish fails, the whole renderpipeline fails silently and the breadcrumbs component is not rendered. this commit will make finding those issues in the future a lot easier PR: #731 PR-URL: https://github.com/apache/couchdb-fauxton/pull/731 Reviewed-By: garren smith <[email protected]> e8fbed041619963a2b0c9b4cf08a9344c4291d63 fix comment PR: #731 PR-URL: https://github.com/apache/couchdb-fauxton/pull/731 Reviewed-By: garren smith <[email protected]> c1fa250dd07896cff021dd5f2b035f1c9b2961bd Breadcrumbs React port: remove unused function `getPreviousPage` is not used c74ea9cc4b712e1ad103d8ce638ebfede3125c1e support disabled state in confirmbutton PR: #728 PR-URL: https://github.com/apache/couchdb-fauxton/pull/728 Reviewed-By: garren smith <[email protected]> 6a442954118a3a29eb7c5d3279f52a863eeb9d30 add redirect option to router PR: #728 PR-URL: https://github.com/apache/couchdb-fauxton/pull/728 Reviewed-By: garren smith <[email protected]> 049d6ca92426789ceec61435a953d74d32dbb6b1 make toggle-button and table-design generally available PR: #728 PR-URL: https://github.com/apache/couchdb-fauxton/pull/728 Reviewed-By: garren smith <[email protected]> 39cba4997f56d81373f66752a143048570265cf1 Jump to docs fetches from the server a9d5d259ae938d49f52e96bfd66966337d30fcdf travis: remove leftover from debugging this was added some time ago for debugging, but did not fix the error PR: #725 PR-URL: https://github.com/apache/couchdb-fauxton/pull/725 Reviewed-By: Benjamin Keen <[email protected]> 64294a77a4698b8daf675701aeae7eae751308a2 travis: update node to version 6 PR: #725 PR-URL: https://github.com/apache/couchdb-fauxton/pull/725 Reviewed-By: Benjamin Keen <[email protected]> c0c0c1c54d39a3d2b81d42df388aa2e0d1f54025 only set query options tray visibility on initialize eb5fae626305d0a9cb4e8b8a0fdf355a14972a6e remove templates for all docs header c4d4aeca2a36af33432ac1997d19ceb7d8493ad5 Convert right header to all react 1ff9e0dbdcf838c6759aa2660fa13f155bc91853 Style fix for menu dropdown in left header This fixes the styles for the ellipsis and the placement of the dropdown that appears when you click it. 870ab72f066d1a1bc98df5875cf9cbf9167833ee remove duplicate license headers PR: #722 PR-URL: https://github.com/apache/couchdb-fauxton/pull/722 Reviewed-By: Benjamin Keen <[email protected]> 2ac9c9336ff8c0f9d321303f49a93556ee9dd1f1 Style fix for doc ID block When you typed in something in the document ID typeahead field it would look a little odd if there were no results (the grey block would be fixed at 291px). This changes that to a max height so it only ever appears as tall as it needs to be (and looks nice when you're typing and honing in on a doc). It also adjusts the width to fill as much room as is available when used in the header. a8561349d892d0c80b19744090951de45886b13b Update the Changes page - removes the tab - updates to ES6 0ca35da7c9d5479493d118048f9ccaed31d8a0b5 convert all files to use import 2f22a89f73e56945ebe91c6d0d58b0e4252b38de fix linting and failing test 4f2401a04af7b18e56a706d711e66088c79a53cf Convert Jump to doc to React Convert the jump to docs component in the all_docs page to React. 88b470d44d7207f3948120d40656408cd9511dd4 readd stylecheck to CI, fix style issue PR: #712 PR-URL: https://github.com/apache/couchdb-fauxton/pull/712 Reviewed-By: Benjamin Keen <[email protected]> 03e0fd557553c6bbdab5910d0ca9d5dd22c87ec0 chore(package): update nightwatch to version 0.9.0 https://greenkeeper.io/ 7cead9eb19cadc5dd630110c52397999c5f60bbf add TabelementWrapper PR: #714 PR-URL: https://github.com/apache/couchdb-fauxton/pull/714 Reviewed-By: garren smith <[email protected]> 2d312451b4bfa395e3b2abf711543755e35e6834 add missing license headers PR: #714 PR-URL: https://github.com/apache/couchdb-fauxton/pull/714 Reviewed-By: garren smith <[email protected]> 58a1ac7eeda5bccb961083a349ade2136d61a911 create common tablelement create a tab component for all future tabs PR: #714 PR-URL: https://github.com/apache/couchdb-fauxton/pull/714 Reviewed-By: garren smith <[email protected]> 9ac2d75cd0b86ad639a13f9ff53e9fbccaf59f11 Lock down React to ~15.0 Its causing tests to fail if we upgrade at this point. 30fdd4958b734d1b727abe1ddebc1efd216abb5d Deleting cors domain moved to modal This is part of the death-to-all-window.confirms that Justin's leading. The delete origin is now a modal. Two related things: - The cors page wasn't scrolling, hence the addition of the flex-body class on the page element. - the ConfirmationModal component now lets you pass in a class for the main button to change the style. 05183749e53f173b8f2fff52c9c2d93a053c3bca Notifications Update This updates the global notifications to use the same store as the notification panel and drop Backbone. 5b718dd71ce8f31baf94f5697d2164e2274c76c0 Added filter fonticon e3443a25a2fbf757c78d7ce4287e648657cd4944 Standardizing modal btn order This standardizes the modal button order: cancel link first, action button second. 906f138527eb0529c426b6aba0185bc074d858ad A more flux way of hiding the navbar 5e64a1bcc7d3237ecc4dc29b9999df8e13429e71 Show total amount of databases on server Closes COUCHDB-2105 On Tue, Jul 5, 2016 at 3:16 PM, Michelle Phung <[email protected]> wrote: > Hi team! > > This morning I updated the newest version of Fauxton for our node package > :) > > The newest version is called: 1.1.15 !!! > and it’s here: > > https://www.npmjs.com/package/fauxton, or here: > $ npm install fauxton > > To view the changes since the last version, you can type: > > $ git log v.1.1.4…v.1.1.5 > > Have a good day! > - Michelle > > You are the best person to be you. >
