Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 480b06f

Browse files
committed
Release 1.1.0
1 parent 50b7724 commit 480b06f

File tree

2 files changed

+49
-13
lines changed

2 files changed

+49
-13
lines changed

CHANGELOG.md

Lines changed: 48 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Change Log
22

3+
## [1.1.0](https://github.com/marklogic/slush-marklogic-node/tree/1.1.0) (2016-06-17)
4+
[Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/1.0.3...1.1.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Review ui-themes branch [\#336](https://github.com/marklogic/slush-marklogic-node/issues/336)
9+
- Add map theme [\#311](https://github.com/marklogic/slush-marklogic-node/issues/311)
10+
- Add 3-column theme [\#310](https://github.com/marklogic/slush-marklogic-node/issues/310)
11+
- Add dashboard theme [\#309](https://github.com/marklogic/slush-marklogic-node/issues/309)
12+
- Add logic to generator to select themes [\#308](https://github.com/marklogic/slush-marklogic-node/issues/308)
13+
14+
**Fixed bugs:**
15+
16+
- Should we explicitly load jQuery before Angular? [\#331](https://github.com/marklogic/slush-marklogic-node/issues/331)
17+
18+
**Merged pull requests:**
19+
20+
- Merging Ui themes [\#364](https://github.com/marklogic/slush-marklogic-node/pull/364) ([grtjn](https://github.com/grtjn))
21+
- Last minute fix getting rid of map theme button in default template [\#363](https://github.com/marklogic/slush-marklogic-node/pull/363) ([grtjn](https://github.com/grtjn))
22+
- adding changes to the map for mobile version [\#362](https://github.com/marklogic/slush-marklogic-node/pull/362) ([jenbreese](https://github.com/jenbreese))
23+
- Map theme fixes for mobile mode [\#359](https://github.com/marklogic/slush-marklogic-node/pull/359) ([grtjn](https://github.com/grtjn))
24+
- Fixing infoWindow, and improving display of random json in it [\#358](https://github.com/marklogic/slush-marklogic-node/pull/358) ([grtjn](https://github.com/grtjn))
25+
- unit tests cleanup for gulp build [\#356](https://github.com/marklogic/slush-marklogic-node/pull/356) ([janmichaelyu](https://github.com/janmichaelyu))
26+
- Css minor changes [\#355](https://github.com/marklogic/slush-marklogic-node/pull/355) ([jenbreese](https://github.com/jenbreese))
27+
- Minimizing diffs between ui-themes [\#354](https://github.com/marklogic/slush-marklogic-node/pull/354) ([grtjn](https://github.com/grtjn))
28+
- Map fixes [\#353](https://github.com/marklogic/slush-marklogic-node/pull/353) ([grtjn](https://github.com/grtjn))
29+
- Refined map theme \(and a few other small changes\) [\#349](https://github.com/marklogic/slush-marklogic-node/pull/349) ([grtjn](https://github.com/grtjn))
30+
- Ui themes dashboard fixes [\#348](https://github.com/marklogic/slush-marklogic-node/pull/348) ([janmichaelyu](https://github.com/janmichaelyu))
31+
- Added header and footer in the Map UI theme [\#347](https://github.com/marklogic/slush-marklogic-node/pull/347) ([maeisabelle](https://github.com/maeisabelle))
32+
- Added support to respond to bounds\_changed events from map [\#346](https://github.com/marklogic/slush-marklogic-node/pull/346) ([grtjn](https://github.com/grtjn))
33+
- Fix map markers [\#345](https://github.com/marklogic/slush-marklogic-node/pull/345) ([maeisabelle](https://github.com/maeisabelle))
34+
- fix wiring of map markers for map theme [\#344](https://github.com/marklogic/slush-marklogic-node/pull/344) ([withjam](https://github.com/withjam))
35+
- small ui fixes for 3 column theme [\#343](https://github.com/marklogic/slush-marklogic-node/pull/343) ([janmichaelyu](https://github.com/janmichaelyu))
36+
- adding logout and fixing the user profile page [\#342](https://github.com/marklogic/slush-marklogic-node/pull/342) ([jenbreese](https://github.com/jenbreese))
37+
- updates to the map design [\#340](https://github.com/marklogic/slush-marklogic-node/pull/340) ([jenbreese](https://github.com/jenbreese))
38+
- Updated per review on Friday. [\#339](https://github.com/marklogic/slush-marklogic-node/pull/339) ([jenbreese](https://github.com/jenbreese))
39+
- fixes to the default template [\#338](https://github.com/marklogic/slush-marklogic-node/pull/338) ([jenbreese](https://github.com/jenbreese))
40+
- Removed all backref notations, some browsers choke on it [\#337](https://github.com/marklogic/slush-marklogic-node/pull/337) ([grtjn](https://github.com/grtjn))
41+
- Themes branch [\#335](https://github.com/marklogic/slush-marklogic-node/pull/335) ([withjam](https://github.com/withjam))
42+
- Update license.txt [\#328](https://github.com/marklogic/slush-marklogic-node/pull/328) ([popzip](https://github.com/popzip))
43+
- Add options for new themes, include default files to track changes [\#320](https://github.com/marklogic/slush-marklogic-node/pull/320) ([withjam](https://github.com/withjam))
44+
345
## [1.0.3](https://github.com/marklogic/slush-marklogic-node/tree/1.0.3) (2016-03-10)
446
[Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/1.0.2...1.0.3)
547

@@ -30,28 +72,29 @@
3072

3173
**Implemented enhancements:**
3274

75+
- Dynamic copyright year [\#296](https://github.com/marklogic/slush-marklogic-node/issues/296)
3376
- gulpfile should be made more explicit [\#271](https://github.com/marklogic/slush-marklogic-node/issues/271)
3477
- lint/test errors shouldn't always abort the build [\#267](https://github.com/marklogic/slush-marklogic-node/issues/267)
35-
- Dynamic copyright year [\#296](https://github.com/marklogic/slush-marklogic-node/issues/296)
3678
- List slush version somewhere [\#257](https://github.com/marklogic/slush-marklogic-node/issues/257)
3779
- Add geospatial component [\#9](https://github.com/marklogic/slush-marklogic-node/issues/9)
3880
- Css update [\#282](https://github.com/marklogic/slush-marklogic-node/pull/282) ([jenbreese](https://github.com/jenbreese))
3981

4082
**Fixed bugs:**
4183

42-
- app-port empty by default in local.properties [\#275](https://github.com/marklogic/slush-marklogic-node/issues/275)
4384
- JSHint fails: 'deregisterLoginSuccess' was used before it was defined [\#307](https://github.com/marklogic/slush-marklogic-node/issues/307)
4485
- detail router stripping '/' from uri on page refresh [\#303](https://github.com/marklogic/slush-marklogic-node/issues/303)
4586
- 'marklogic-node' not found! [\#290](https://github.com/marklogic/slush-marklogic-node/issues/290)
4687
- Search page error: $q.resolve is not a function [\#286](https://github.com/marklogic/slush-marklogic-node/issues/286)
4788
- Need to run gulp build twice [\#283](https://github.com/marklogic/slush-marklogic-node/issues/283)
89+
- app-port empty by default in local.properties [\#275](https://github.com/marklogic/slush-marklogic-node/issues/275)
4890
- Windows - slush marklogic-node \<app-name\> "generator issue" [\#274](https://github.com/marklogic/slush-marklogic-node/issues/274)
4991
- included init scripts and forever.js not working [\#269](https://github.com/marklogic/slush-marklogic-node/issues/269)
5092
- Less compile error should not break gulp [\#264](https://github.com/marklogic/slush-marklogic-node/issues/264)
5193
- Error when running gulp watch: EMFILE, readdir [\#263](https://github.com/marklogic/slush-marklogic-node/issues/263)
5294
- Running slush from within an existing Roxy project 'hangs' [\#262](https://github.com/marklogic/slush-marklogic-node/issues/262)
5395
- creating Admin user account breaks login [\#258](https://github.com/marklogic/slush-marklogic-node/issues/258)
5496
- Remove static links to arcgis in index.html [\#254](https://github.com/marklogic/slush-marklogic-node/issues/254)
97+
- Spacing on highlights [\#252](https://github.com/marklogic/slush-marklogic-node/issues/252)
5598
- Unsuitable resolution declared for angular: 1.4.6 [\#251](https://github.com/marklogic/slush-marklogic-node/issues/251)
5699
- Unable To Build Out of Box/Detail Controller Test Fails [\#248](https://github.com/marklogic/slush-marklogic-node/issues/248)
57100
- Bump Task Broken [\#247](https://github.com/marklogic/slush-marklogic-node/issues/247)
@@ -64,8 +107,6 @@
64107

65108
**Merged pull requests:**
66109

67-
- Removed ESRI imports [\#281](https://github.com/marklogic/slush-marklogic-node/pull/281) ([daveegrant](https://github.com/daveegrant))
68-
- changing the icon to a minus per \#255. Also made added a link cursor … [\#256](https://github.com/marklogic/slush-marklogic-node/pull/256) ([jenbreese](https://github.com/jenbreese))
69110
- Version 1.0.2 [\#322](https://github.com/marklogic/slush-marklogic-node/pull/322) ([grtjn](https://github.com/grtjn))
70111
- Issue \#274 - added additional documentation to allow Microsoft Windows… [\#317](https://github.com/marklogic/slush-marklogic-node/pull/317) ([bluetorch](https://github.com/bluetorch))
71112
- Fixed \#264: added error handler to less [\#315](https://github.com/marklogic/slush-marklogic-node/pull/315) ([grtjn](https://github.com/grtjn))
@@ -77,20 +118,15 @@
77118
- Fixed \#257: addes slush-version.txt with placeholder replacement [\#297](https://github.com/marklogic/slush-marklogic-node/pull/297) ([grtjn](https://github.com/grtjn))
78119
- Fixed \#269: fixed init script, and added docs/scripts for server deployment [\#294](https://github.com/marklogic/slush-marklogic-node/pull/294) ([grtjn](https://github.com/grtjn))
79120
- Fixed \#286: more flexible angular resolution [\#293](https://github.com/marklogic/slush-marklogic-node/pull/293) ([grtjn](https://github.com/grtjn))
121+
- Removed ESRI imports [\#281](https://github.com/marklogic/slush-marklogic-node/pull/281) ([daveegrant](https://github.com/daveegrant))
122+
- changing the icon to a minus per \#255. Also made added a link cursor … [\#256](https://github.com/marklogic/slush-marklogic-node/pull/256) ([jenbreese](https://github.com/jenbreese))
123+
- Fixing the spacing as described in \#252 [\#253](https://github.com/marklogic/slush-marklogic-node/pull/253) ([jenbreese](https://github.com/jenbreese))
80124
- Added missing bump dependency [\#250](https://github.com/marklogic/slush-marklogic-node/pull/250) ([hunterwilliams](https://github.com/hunterwilliams))
81125
- Fixes \#248 detail controller test breaking build [\#249](https://github.com/marklogic/slush-marklogic-node/pull/249) ([hunterwilliams](https://github.com/hunterwilliams))
82126

83127
## [1.0.1](https://github.com/marklogic/slush-marklogic-node/tree/1.0.1) (2015-10-13)
84128
[Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/1.0.0...1.0.1)
85129

86-
**Fixed bugs:**
87-
88-
- Spacing on highlights [\#252](https://github.com/marklogic/slush-marklogic-node/issues/252)
89-
90-
**Merged pull requests:**
91-
92-
- Fixing the spacing as described in \#252 [\#253](https://github.com/marklogic/slush-marklogic-node/pull/253) ([jenbreese](https://github.com/jenbreese))
93-
94130
## [1.0.0](https://github.com/marklogic/slush-marklogic-node/tree/1.0.0) (2015-09-25)
95131
[Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/v0.1.2...1.0.0)
96132

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slush-marklogic-node",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "A slush generator for AngularJS/node.js/MarkLogic",
55
"main": "slushfile.js",
66
"author": "David Cassel <[email protected]>",

0 commit comments

Comments
 (0)