-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangelog.txt
37 lines (31 loc) · 1.4 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
######################################
# Bootstrap Package 2.1 for Neos 2.0 #
######################################
Changes
-------
*) removed BreadCrumb -> Neos 2.0 core covers this well with: prototype(TYPO3.Neos:BreadcrumbMenu)
*) minor adjustments from 2.0
*) fixes for composer file to let versions be handled by tags instead of listing them in composer.json
################################
# Bootstrap Package 1.2 stable #
################################
BREAKING CHANGES
-----------------
*) "Menu" and "Breadcrumbmenu" have been moved to a new namespace to avoid interference with the basic implementations that come with the core
Please change the use of
(TYPO3.Neos:Menu) to (Weissheiten.Neos.Bootstrap:Menu)
and
(TYPO3.Neos:BreadcrumbMenu) to (Weissheiten.Neos.Bootstrap:BreadcrumbMenu)
accordingly.
Changes
--------
*) New NodeType: NavTab (see http://getbootstrap.com/javascript/#tabs for details)
-) currently it is not possible to make a different tab than the first one the automatically selected one when loading the page containing the NavTab
*) Made use of the new possibility of restricting childnodes in ContentCollections in the following nodes:
-) PanelGroup
-) Carousel
-) NavTab
Notes
------
*) Button Node is still present but not implemented with interactive functionality yet
*) In case you don't see all NodeTypes when adding new content please scroll down in the "add" dialog to see all elements