Skip to content

Commit

Permalink
1.8.2 minor bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Dec 31, 2011
1 parent 0e4256a commit a0f70d5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,11 +27,20 @@ See the [wiki](http://github.com/marcelklehr/buzzmap/wiki) for more information
Submit any bugs and feature requests to the [bug tracker](http://github.com/marcelklehr/buzzmap/issues) Submit any bugs and feature requests to the [bug tracker](http://github.com/marcelklehr/buzzmap/issues)


## Changelog ## Changelog
1.8.2:

- Bugfix: Nodes weren't removed from their parents when deleting them
- Tried to amke edit mode more intuitive (doubleclicking still fires 'click' event)

1.8.1:

- Corrected jQUery selection mechanism (now the buzzmap container must be selected directly)
- New CSS class for root nodes ('root')

1.8: 1.8:


- Now more than one root nodes are possible - Now more than one root nodes are possible
- Fixed a strange behaviour (some nodes weren't moving until being dragged) - Bugfix: Fixed a strange behaviour (some nodes weren't moving until being dragged)
- There's now a CSS class for root nodes ('root')
- Root nodes' children can no longer be hidden - Root nodes' children can no longer be hidden
- New event system (MicroEvent) - New event system (MicroEvent)
- New class 'Buzzmap' - New class 'Buzzmap'

0 comments on commit a0f70d5

Please sign in to comment.