Skip to content

Commit a3638c5

Browse files
author
Matteo Rossi
committed
v0.2.8
v0.2.8 Box with notification theme have now position relative so they can be visible in same time
1 parent 84d963f commit a3638c5

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# mrFeedback - 0.2.7
1+
# mrFeedback - 0.2.8
22

33
`mrFeedback` - Create box feedback for your Angular App: simple, complete, personalized. With this plugin you can create and show a "box feedback" to the user. You can set "title" and "message" to show, add buttons that run connected functions when clicked, ecc... With new theme "notification" you could use it for real time notification too!
44

55
## Installation
6-
* Download the latest release: [v0.2.7](https://github.com/teorossi82/mrFeedback/archive/master.zip)
6+
* Download the latest release: [v0.2.8](https://github.com/teorossi82/mrFeedback/archive/master.zip)
77
* Clone the repository: `git clone https://github.com/teorossi82/mrFeedback.git`
88
* Install with [Bower](http://bower.io): `bower install mrFeedback`
99

@@ -18,6 +18,9 @@ The plugin requires
1818
Open site [http://teorossi82.github.io/mrFeedback](http://teorossi82.github.io/mrFeedback/)
1919

2020
## News
21+
v0.2.8
22+
* Box with notification theme have now position relative so they can be visible in same time.
23+
2124
v0.2.6
2225
* With new theme `notification` you could use it for real time notification too.
2326

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mrFeedback",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"homepage": "http://teorossi82.github.io/mrFeedback/",
55
"authors": [
66
"Matteo Rossi <teorossi82@yahoo.it>"

build/mrFeedback.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
mrFeedback v0.2.7
2+
mrFeedback v0.2.8
33
(c) 2010-2016 Matteo Rossi, https://it.linkedin.com/in/matteorossi2,
44
License: MIT
55
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mr-feedback",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "is a component which you can create and show a 'box feedback' to the user. You can set 'title' and 'message' to show, add button that clicked trigger function that you pass it, ecc...",
55
"main": "dist/mrFeedback.js",
66
"scripts": {

0 commit comments

Comments
 (0)