diff --git a/doc/notes_for_upgrade-1.3_doc.txt b/doc/notes_for_upgrade-1.3_doc.txt new file mode 100644 index 00000000..fa649ddd --- /dev/null +++ b/doc/notes_for_upgrade-1.3_doc.txt @@ -0,0 +1,15 @@ +NOTES ON 1.3 CHANGES THAT NEED TO BE INCLUDED IN THE UPGRADE DOC +================================================================ + +--------- +Templates +--------- + +* ${stylesheets}, ${scripts}, and ${headScripts} add() methods now take the full tag as an argument. This will require a change to all template method calls. Example: + + 1.2: ${stylesheets.add("/css/individual/individual.css")} + 1.3: ${stylesheets.add('')} RY + +* The addFromTheme() methods of the ${stylesheets}, ${scripts}, and ${headScripts} objects has been deleted. RY + +* propertyGroups.getPropertyAndRemoveFromList() has been deprecated. The replacement method is propertyGroups.pullProperty(). No change in functionality. RY