Paula Holst
posted this on Jan-17 10:48
HammerKit has been updated to version 4.0.0.99. The new release includes the following new features.
Component Editor:
- Cut, copy and paste for components
- New CSV Handler element
- Array Converter (in Print and Set elements) has a new sort method for sorting arrays correctly according to locale
- Element tags CSS is now filtered for properties that would make the tag invisible
- New variable scope "Path variables" (HammerScript http_path) that contains all the URL path elements after index/X, where X is the component id. Example: calling http://www.hammerkit.com/index/102/foo/bar/baz would result in the http_path scope to contain an array [0: "foo", 1: "bar": 2: "baz"]. So here a HammerScript like "{$ http_path[1] }" would return the string "bar".
File Manager:
- Cut, copy and paste for files
Data Manager:
- CSV export / import functionality for data
User Interface:
- New context menus with disabled items for actions which are not available