Skip to content

Commit 7a9a09a

Browse files
committed
FoBo v1.5.1 release.
1 parent e5ddcb2 commit 7a9a09a

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Update log
44
For update history see the [History log](https://github.com/karma4u101/FoBo/tree/master/CHANGELOG.md#history-log) section
55

66
**Latest Stable Releases:**
7+
- **2015-12-30** -- Module v1.5.1
78
- **2015-12-28** -- Module v1.5
89
- **2015-08-09** -- Module v1.4
910
- **2014-07-15** -- Module v1.3
@@ -17,9 +18,13 @@ See [Development branch](https://github.com/karma4u101/FoBo/tree/develop/CHANGEL
1718
**Latest Snapshot Release:**
1819
See [Development branch](https://github.com/karma4u101/FoBo/tree/develop/CHANGELOG.md)
1920

21+
FoBo v1.5.1
22+
-----------
23+
###Bug Fixes
24+
- Missing context in path for recover password link in login form (closes [#60](https://github.com/karma4u101/FoBo/issues/60))
2025

21-
New features in FoBo v1.5
22-
---------------------------
26+
FoBo v1.5
27+
---------
2328
###FoBo v1.5 has the following new sub modules
2429
- [FoBo-AngularJS UI Grid](https://github.com/karma4u101/FoBo/tree/master/AngularJS) Adds v3.0.7 - [Angular UI Grid](http://ui-grid.info/).
2530
A data grid for AngularJS. Native AngularJS implementation, no jQuery. This is the successor of NG Grid (also available via FoBo)
@@ -41,8 +46,8 @@ You can see a running demo of a Lift Template application using Material Design
4146
of javascript by utilizing the Lift page script file's (new feature in Lift 3.0). FoBo API functions that utilize this mechanism has
4247
names that ends with AppendJs or AppendGlobalJs.
4348

44-
New features in FoBo v1.4
45-
---------------------------
49+
FoBo v1.4
50+
---------
4651
###FoBo v1.4 has the following new sub modules
4752
- [FoBo-AngularJS Material Design](https://github.com/karma4u101/FoBo/tree/master/AngularJS) Adds v0.10.0 - [Angular Material](https://material.angularjs.org/).
4853
The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible UI components based on the Material Design system.
@@ -59,8 +64,8 @@ New features in FoBo v1.4
5964
- Deprecations -- Some long time deprecations has been removed from the build.
6065

6166

62-
New features in FoBo v1.3
63-
---------------------------
67+
FoBo v1.3
68+
---------
6469

6570
###FoBo v1.3 has the following new sub modules
6671
- [KineticJS](https://github.com/karma4u101/FoBo/tree/master/KineticJS) v5.1.0 - See [KineticJS](http://kineticjs.com/)
@@ -79,8 +84,8 @@ New features in FoBo v1.3
7984
- Added resource injection snippets to FoBo, AngularJS, Bootstrap 3.x and Bootstrap 2.x see [FoBo API documentation](http://www.media4u101.se/fobo-lift-template-demo/foboapi/index.html#net.liftmodules.FoBo.package) for more information.
8085

8186

82-
New features in FoBo v1.2
83-
---------------------------
87+
FoBo v1.2
88+
---------
8489

8590
###FoBo v1.2 has the following new sub modules
8691
- [FoBo-Pace](https://github.com/karma4u101/FoBo/tree/master/Pace) [v0.4.15] - See [Pace](http://github.hubspot.com/pace/docs/welcome/)
@@ -107,8 +112,8 @@ New features in FoBo v1.2
107112
- A (couple of) deprecations that is meant to signal that this sub modules is not actively used and there has not been any (pull) requests for/with updates by users of FoBo. If you are a user of such a module you can keep using it as a separate module (FoBoXX.init) or if you feel strongly that deprecation is wrong you can ping me and maybe help out with updates.
108113

109114

110-
New features in FoBo v1.1
111-
---------------------------
115+
FoBo v1.1
116+
---------
112117

113118
###FoBo v1.1 has the following new sub modules
114119

project/autobuildscript/build-publish-Lift26.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alias pub=publish-signed
22

3-
set version in ThisBuild:="1.5"
3+
set version in ThisBuild:="1.5.1"
44

55
set liftVersion in ThisBuild:="2.6.2"
66

project/autobuildscript/build-publish-Lift3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alias pub=publish-signed
22

3-
set version in ThisBuild:="1.5"
3+
set version in ThisBuild:="1.5.1"
44

55
set liftVersion in ThisBuild:="3.0-SNAPSHOT"
66
set scalaVersion in ThisBuild:="2.11.4"

0 commit comments

Comments
 (0)