|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/marklogic/slush-marklogic-node/tree/HEAD) |
4 | | - |
5 | | -[Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/1.2.0...HEAD) |
| 3 | +## [1.3.0](https://github.com/marklogic/slush-marklogic-node/tree/1.3.0) (2017-03-20) |
| 4 | +[Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/1.2.0...1.3.0) |
6 | 5 |
|
7 | 6 | **Implemented enhancements:** |
8 | 7 |
|
| 8 | +- User ${app-role} in sample options [\#471](https://github.com/marklogic/slush-marklogic-node/issues/471) |
9 | 9 | - Add Cards theme [\#411](https://github.com/marklogic/slush-marklogic-node/issues/411) |
10 | 10 | - Using slush with marklogic server in HTTPS [\#401](https://github.com/marklogic/slush-marklogic-node/issues/401) |
11 | 11 | - View HTML keys/values on detail page [\#341](https://github.com/marklogic/slush-marklogic-node/issues/341) |
|
14 | 14 |
|
15 | 15 | **Fixed bugs:** |
16 | 16 |
|
| 17 | +- remove "vkbeautify-wrapper": "\*", from bower.json [\#486](https://github.com/marklogic/slush-marklogic-node/issues/486) |
| 18 | +- hard-coded sinon release in bower.json fails [\#475](https://github.com/marklogic/slush-marklogic-node/issues/475) |
| 19 | +- Guest-access still not working properly with passport [\#473](https://github.com/marklogic/slush-marklogic-node/issues/473) |
| 20 | +- Subtle diffs in auth with new whitelist proxy [\#472](https://github.com/marklogic/slush-marklogic-node/issues/472) |
| 21 | +- Middle-tier vars not passed through properly [\#470](https://github.com/marklogic/slush-marklogic-node/issues/470) |
17 | 22 | - Helmet noSniff together with middle-tier sending wrong mimes, causes ui to not open [\#451](https://github.com/marklogic/slush-marklogic-node/issues/451) |
18 | 23 | - Recent changes to `ml info` break `gulp init` [\#450](https://github.com/marklogic/slush-marklogic-node/issues/450) |
19 | 24 | - vkbeautify-wrapper gone [\#438](https://github.com/marklogic/slush-marklogic-node/issues/438) |
|
22 | 27 |
|
23 | 28 | **Closed issues:** |
24 | 29 |
|
| 30 | +- BrowserSync 2.8.4+ doesn't work with Nodejs v0.10 [\#433](https://github.com/marklogic/slush-marklogic-node/issues/433) |
| 31 | +- Default search options extract full doc [\#484](https://github.com/marklogic/slush-marklogic-node/issues/484) |
| 32 | +- Passport authenticators not flushed on logout [\#482](https://github.com/marklogic/slush-marklogic-node/issues/482) |
| 33 | +- userService.getUser fails if not logged in [\#480](https://github.com/marklogic/slush-marklogic-node/issues/480) |
25 | 34 | - Issue with charts in dashboard theme [\#467](https://github.com/marklogic/slush-marklogic-node/issues/467) |
| 35 | +- Refactor to use $ctrl in html [\#465](https://github.com/marklogic/slush-marklogic-node/issues/465) |
26 | 36 | - Navigation breaks if showHome is disabled [\#461](https://github.com/marklogic/slush-marklogic-node/issues/461) |
27 | 37 | - "registered" property in sample data is incorrectly formatted dateTime [\#458](https://github.com/marklogic/slush-marklogic-node/issues/458) |
28 | 38 | - Use digest by default [\#442](https://github.com/marklogic/slush-marklogic-node/issues/442) |
29 | | -- BrowserSync 2.8.4+ doesn't work with Nodejs v0.10 [\#433](https://github.com/marklogic/slush-marklogic-node/issues/433) |
30 | 39 |
|
31 | 40 | **Merged pull requests:** |
32 | 41 |
|
| 42 | +- SW-9 Added documentation on how to run in production. This update c… [\#444](https://github.com/marklogic/slush-marklogic-node/pull/444) ([bluetorch](https://github.com/bluetorch)) |
| 43 | +- Do not add padding to .row in the dashboard theme [\#435](https://github.com/marklogic/slush-marklogic-node/pull/435) ([patrickmcelwee](https://github.com/patrickmcelwee)) |
| 44 | +- Fixed small issue with Cancel on Create/Edit page [\#489](https://github.com/marklogic/slush-marklogic-node/pull/489) ([grtjn](https://github.com/grtjn)) |
| 45 | +- Fixed \#484 and more [\#488](https://github.com/marklogic/slush-marklogic-node/pull/488) ([grtjn](https://github.com/grtjn)) |
| 46 | +- getAuthenticatedStatus needs to always return promise [\#485](https://github.com/marklogic/slush-marklogic-node/pull/485) ([patrickmcelwee](https://github.com/patrickmcelwee)) |
| 47 | +- Fixed \#482: made sure authenticators are cleared properly at /user/logout, and code reformatting of all node-server files [\#483](https://github.com/marklogic/slush-marklogic-node/pull/483) ([grtjn](https://github.com/grtjn)) |
| 48 | +- Fixed $ctrl in directives [\#481](https://github.com/marklogic/slush-marklogic-node/pull/481) ([grtjn](https://github.com/grtjn)) |
| 49 | +- Sinon fix, and some more.. [\#476](https://github.com/marklogic/slush-marklogic-node/pull/476) ([grtjn](https://github.com/grtjn)) |
33 | 50 | - Fix \#467 - Allow /values to proxy properly [\#468](https://github.com/marklogic/slush-marklogic-node/pull/468) ([mariannemyers](https://github.com/mariannemyers)) |
34 | 51 | - Fixing gulp build issue [\#464](https://github.com/marklogic/slush-marklogic-node/pull/464) ([grtjn](https://github.com/grtjn)) |
35 | 52 | - Improved fix for \#438: skip vkbeautify-wrapper entirely [\#463](https://github.com/marklogic/slush-marklogic-node/pull/463) ([grtjn](https://github.com/grtjn)) |
|
45 | 62 | - Make front end more fault tolerant to the session being lost [\#448](https://github.com/marklogic/slush-marklogic-node/pull/448) ([Audarth](https://github.com/Audarth)) |
46 | 63 | - Fixed \#442: making sure middle-tier uses digest auth against MarkLogic [\#446](https://github.com/marklogic/slush-marklogic-node/pull/446) ([grtjn](https://github.com/grtjn)) |
47 | 64 | - Merging cards theme into master [\#445](https://github.com/marklogic/slush-marklogic-node/pull/445) ([grtjn](https://github.com/grtjn)) |
48 | | -- SW-9 Added documentation on how to run in production. This update c… [\#444](https://github.com/marklogic/slush-marklogic-node/pull/444) ([bluetorch](https://github.com/bluetorch)) |
49 | 65 | - 401-make-SSL-support-configurable [\#443](https://github.com/marklogic/slush-marklogic-node/pull/443) ([divino](https://github.com/divino)) |
50 | 66 | - adding fixes to the spacing [\#441](https://github.com/marklogic/slush-marklogic-node/pull/441) ([jenbreese](https://github.com/jenbreese)) |
51 | 67 | - Various changes for cards-theme [\#440](https://github.com/marklogic/slush-marklogic-node/pull/440) ([grtjn](https://github.com/grtjn)) |
52 | 68 | - Cards theme [\#439](https://github.com/marklogic/slush-marklogic-node/pull/439) ([jenbreese](https://github.com/jenbreese)) |
53 | | -- Do not add padding to .row in the dashboard theme [\#435](https://github.com/marklogic/slush-marklogic-node/pull/435) ([patrickmcelwee](https://github.com/patrickmcelwee)) |
54 | 69 | - refinements for \#411. Added the blue variant [\#432](https://github.com/marklogic/slush-marklogic-node/pull/432) ([jenbreese](https://github.com/jenbreese)) |
55 | 70 | - Fixed more app.route dependencies [\#430](https://github.com/marklogic/slush-marklogic-node/pull/430) ([grtjn](https://github.com/grtjn)) |
56 | 71 | - Fixed app.route dependency [\#429](https://github.com/marklogic/slush-marklogic-node/pull/429) ([grtjn](https://github.com/grtjn)) |
57 | 72 | - Cards theme [\#428](https://github.com/marklogic/slush-marklogic-node/pull/428) ([grtjn](https://github.com/grtjn)) |
| 73 | +- \#411: Rebased cards-theme on top of latest changes, and consolidation across themes [\#425](https://github.com/marklogic/slush-marklogic-node/pull/425) ([grtjn](https://github.com/grtjn)) |
| 74 | +- \#411: Added cards theme [\#412](https://github.com/marklogic/slush-marklogic-node/pull/412) ([jenbreese](https://github.com/jenbreese)) |
58 | 75 |
|
59 | 76 | ## [1.2.0](https://github.com/marklogic/slush-marklogic-node/tree/1.2.0) (2016-12-01) |
60 | 77 | [Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/1.1.1...1.2.0) |
|
99 | 116 |
|
100 | 117 | **Merged pull requests:** |
101 | 118 |
|
102 | | -- \#411: Rebased cards-theme on top of latest changes, and consolidation across themes [\#425](https://github.com/marklogic/slush-marklogic-node/pull/425) ([grtjn](https://github.com/grtjn)) |
103 | | -- \#411: Added cards theme [\#412](https://github.com/marklogic/slush-marklogic-node/pull/412) ([jenbreese](https://github.com/jenbreese)) |
104 | 119 | - \#361: Highcharts in dashboard theme [\#409](https://github.com/marklogic/slush-marklogic-node/pull/409) ([divino](https://github.com/divino)) |
105 | 120 | - \#405: Define variables that were left undefined [\#406](https://github.com/marklogic/slush-marklogic-node/pull/406) ([patrickmcelwee](https://github.com/patrickmcelwee)) |
106 | 121 | - Fixed landing page panel issue, cleaned up rest transforms [\#427](https://github.com/marklogic/slush-marklogic-node/pull/427) ([grtjn](https://github.com/grtjn)) |
|
0 commit comments