- Initial Release.
- added syntax.
- improved autocomplete.
- bullet lists issue rectified.
- README updated.
- global and event attributes enabled out of the box on div and section.
tTags(p=False)
changed totTags(p=True)
- Added definition lists.
- global attributes enabled out of the box on table.
- removed compulsory
class
args for div and section. - table
cols
renamed toheads
for easier identification. - removed 'All rights reserved' on table.py (copyright Pandas).
- enabled multiple dts in def_list.
- solved issue with table
{col}
. - solved issue with table attributes.
autoPrettify()
updated.
openTags
toopen_tags
context-manageropen_tags
added css, attributes- removed
closeTags
,closeTagBefore
- added
tag
attributes toimg
- added
tag
attributes totable
- added
tag
attributes tobullets
addBullets
tobullets()
, changed to context-manager- css default display from 'block' to False
cTags()
default color from 'black' to False to provide for img css- removed
tTags()
div()
,section()
added as context-managerp()
added as func, attributes addeddef_lists
renamed todes_lists
- arg
def_list
renamed to argdes_list
- added
write_to_template()
addImg()
changed toimage()
, context managerimage()
tag attributes added
- Added support for stylesheet in
write_to_template()
. - Added arg
templating
totitle()
to provide for Flask templating. - Managed newlines on
autoPrettify()
UserWarning. - Deprecated global variable
br
. - The head tag now closes with the start of
openBody()
and not with the end ofhead()
. - Solved issue with false CSS when
div_class
andsec_class
isNone
. - Deprecated automatic styling arguments.
- Styling method for
head()
changed to**kwargs
. - Styling method for
openBody()
changed to**kwargs
. - Styling method
.css()
foropen_tag()
changed to**kwargs
. - Styling method
.css()
forcTags()
changed to**kwargs
. - Styling method
.css()
forimage()
changed to**kwargs
. - Styling method
.css()
forstartTable()
changed to**kwargs
.
- Replaced all
attr
withkwargs
- Changed
startTable
tostart_table
- Changed
getTable
toget_table
- Removed arg
templating
ontitle()
- Deprecated
write_to_template()
- Deprecated
cTags()
- Introduced
@tag
and@CmTag
- CSS for
div()
andsection()
takes in priorities writeCSS()
mechanism changed fromargs
tokwargs
- Doc strings updated and introduced for many functions