Skip to content

Latest commit

 

History

History
849 lines (525 loc) · 16.7 KB

CHANGES.rst

File metadata and controls

849 lines (525 loc) · 16.7 KB

Changelog

3.0.0a8 (2021-12-01)

New features:

  • Refactored the scss for the alerts. [klye] (#250)

Bug fixes:

  • Remove unused IBarcelonetaLayer. [agitator] (#254)
  • Add print styles. Disable important for utility classes. Enable negative margin utility classes. [agitator] (#255)

3.0.0a7 (2021-10-29)

New features:

  • Make loading of webfont optional. Move Barceloneta specific styles out of base.scss. Update to Bootstrap 5.1.3. [agitator] (#253)

Bug fixes:

  • event listing datecard style [petschki] (#252)

3.0.0a6 (2021-10-16)

New features:

  • Added npm packaging info [agitator] (#251)

3.0.0a5 (2021-09-15)

New features:

  • Update to Bootstrap 5.1.0 [petschki] (#247)
  • Update to Bootstrap 5.1.1 [petschki] (#248)

3.0.0a4 (2021-08-04)

Bug fixes:

  • Optimize responsive header behavior. [agitator] (#1)

3.0.0a3 (2021-08-04)

New features:

  • Update to Bootstrap 5.0.1 [agitator] (#241)
  • Update to Bootstrap 5.0.2 Update sitenav with Bootstrap defaults and cleanup. [agitator] (#243)

3.0.0a2 (2021-06-14)

New features:

  • Rework contenttype views. Update to Bootstrap 5.0.0-beta3 [agitator] (#236)
  • Update to Bootstrap 5.0.1 [agitator] (#238)

3.0.0a1 (2021-04-20)

New features:

  • Remove hero move to top from rules. [jensens] (hero)
    • Change Templates to Bootstrap 5. [agitator, santonelli] (#137) (#137)
    • Change to relative xml include path to make external includes possible [gomez] (#212) (#212)
    • Add styling for comments. [santonelli] (#225)
    • Update markup for document byline [santonelli] (#235) (#235)
    • Use CSS class grid marker in body tag and Bootstrap mixins to define the grid, instead injecting them with Diazo. This will work even without Diazo and is more flexible. [MrTango] (#245)

Bug fixes:

  • Update lodash via @dependabot notification. [jensens] (#209)
  • Cleanup code base: - Black code style, - Remove unnecessary code snippets, e.g. the magic utf8 header not needed in Python 3 and unused ZCML namespaces, - Remove skins.xml GS import step, - Remove unused less resource directory. (#229)
  • Also leave #edit-bar intact when copying the toolbar html into the theme using backend.xml, as was fixed two years to in the normal rules.xml. [fredvd] (#3191)

2.1.6 (2019-10-21)

Bug fixes:

  • Revert "Fix the different width of Hide and Show button in action control panel" [vincentfretin] (#187)

2.1.5 (2019-10-12)

Bug fixes:

  • Load zcml of plone.resource for our use of the plone:static directive. [maurits] (#2952)

2.1.4 (2019-06-27)

Bug fixes:

  • Allow long photoAlbumEntryTitle entries to break to fit width. [agitator] (#183)

2.1.3 (2019-06-19)

Bug fixes:

    • Fix submenu width for long entries [agitator] (#182)

2.1.2 (2019-03-06)

Bug fixes:

  • Navigation style and overflow improvements [agitator] (#180)
  • Further navigation style improvements - increase button touch area [agitator] (#181)

2.1.1 (2019-02-13)

Bug fixes:

  • Fix sitemap links (#173)
  • Sitenav style improvements (#176)
  • Fix overlapping css issue of Remove and Save button in pattern option of Resource Registries (#1111)

2.1.0 (2019-02-08)

New features:

  • Added styles for multilevel dropdown navigation [agitator] (#2516)

Bug fixes:

  • Fix the different width of Hide and Show button in action control panel (#2480)

2.0.0 (2019-01-15)

Bug fixes:

  • Make final release. [maurits] (#170)
  • Initialize towncrier. [gforcada] (#2548)

2.0.0a1 (2018-11-05)

Breaking changes:

  • Re-ordering of content columns: Have content container before column1 before column2. [tmassman]

New features:

  • Additional footer portlets show in a doormat footer. [tmassman]

1.9.1 (2018-10-08)

Bug fixes:

1.9.0 (2018-09-26)

New features:

  • Integrated plone.app.event styles and further cleanup. [agitator]

1.8.2 (2018-07-26)

Bug fixes:

  • Fix nested navigation tree and icon visibility [petschki]

1.8.1 (2018-04-08)

Bug fixes:

  • Fix missing colons in less variables [pnicolli]

1.8 (2018-02-05)

New features:

  • Pagination: made label and arrows easier to customise. [iham]

Bug fixes:

  • fix overlapping of images when portlets exist plone/Products.CMFPlone#2179 [fgrcon]
  • Fix horizontal scrollbar issue on some screen sizes. [agitator, davilima6]
  • Remove duplicate definition of container size variables [agitator, davilima6]
  • Added extra large & extra small break points [agitator, davilima6]

1.7.5 (2017-11-25)

New features:

  • Add more HTML text based input types. [thet]
  • Fix disabled styles for readonly and disabled inputs, selects, textareas and fieldsets. [thet]
  • Define variable cursor-disabled in variables.less for better reuse. [thet]
  • Add theme classifier. [tmassman]

1.7.4 (2017-09-03)

Breaking changes:

  • Simplify contents.plone.less. Contenttype icons now use the ::before instead of ::after pseudo element selector. [thet]

New features:

  • Do not use nested selectors for contenttype-icons, so that they can be shown anywhere, also outside the Plone main wrappers. Still use specific styles for the toolbar. This solves a problem, where contenttype-icons couldn't be shown in DOM nodes injected by JavaScript outside the main Plone wrapper. [thet]

Bug fixes:

  • Force state colors everywhere. Fixes #133. [thet]
  • Limited printed data to page content only #139. [enkidulan]
  • Fixed vertical align of nav items thumbs in navigation portlet #137. [enkidulan]
  • Change :before and :after to ::before and ::after to follow CSS3 specs. [thet]

1.7.3 (2017-07-04)

New features:

  • Added Bootstrap-Dropdown default styles. [agitator]

1.7.2 (2017-07-03)

New features:

  • remove paperclip fontello icon for file types (is being replaced by mimetype icons) remove superfluous bullets in portlets ... fix icons in select default page pop up plone/Products.CMFPlone#1734 [fgrcon]

Bug fixes:

  • Fix position of checkboxes with long fieldhelp [agitator]

1.7.1 (2017-03-28)

Bug fixes:

  • Added styles for input type number. [agitator]

1.7 (2017-02-20)

Bug fixes:

  • Remove redundant PickADate rules. [thet]

1.6.23 (2017-01-02)

Bug fixes:

  • fix weird nav scrollbars on mobile [agitator]

1.6.22 (2016-11-09)

New features:

  • Add default content type icon to add menu only. Add missing npm dependency. [alecm]

Bug fixes:

  • Unset select width and display [agitator]
  • Isolate the autotabs class for ul elements to .autotabs ul.autotoc-nav. Fixes an issue, where list elements in an inline TinyMCE content area were displayed wrong. [thet]
  • Fix buttons alignment in ordered selection widget [ale-rt]

1.6.21 (2016-06-07)

Bug fixes:

  • Remove references to discarded offcanvas feature [davilima6]

1.6.20 (2016-05-25)

Bug fixes:

  • Set news lead image background for transparent images plone#107 [staeff]

1.6.19 (2016-05-15)

New:

  • Add styles for manage portlets jumplist [davilima6]

Fixes:

  • Use .alert.status selector as an alternative to .portalMessage. This class is used by the structure pattern. [thet]
  • Make search button grow with the search buttons text. Fixes an issue where translated button texts were not fitting into the button. [kkhan, thet]

1.6.18 (2016-03-31)

New:

  • Add missing caret styles. [thet]
  • Extended form styles for input type="email". [agitator]
  • Isolate calendar portlet styles. [agitator]
  • Added invisible-grid table styles. [agitator]
  • Action control panel specific rendering. [ebrehault]

Fixes:

1.6.17 (2016-02-27)

New:

  • Modernize pagination markup and switches deprecated listingBar CSS class to pagination. [davilima6]

Fixes:

  • Move hero to content Issue plone/Products.CMFPlone#974 [gyst]
  • Add barceloneta-mixin-font to the registerless profile. [pcdummy]
  • Inline style tags in head are no more skipped [keul]
  • Follow best practice for readme.rst [allcaps]
  • Center the leadimage on the modal window. Partially close #321. [keul]
  • Fix filenames for roboto-lightitalic.ttf, -mediumitalic.ttd and -bolditalic.ttf to match those in less files [datakurre]

1.6.16 (2016-01-08)

Fixes:

  • Add 2014 Roboto [allcaps]
  • Fix @font-face. Load eot, svg and woff. [allcaps]
  • Add Roboto fonts with full glyph set [allcaps]
  • Add weight to all fonts (contributes to #24). [allcaps]
  • Restore the principal aka jumbotron background. [allcaps]
  • Fix sitemap layout. Drop the columns. (closes #57). [allcaps]
  • Remove trailing comma's in Grunt file. [allcaps]
  • Use border radius variables in portlets. [allcaps]
  • Mismatched properties and values. [allcaps]
  • Ignore diff of map file. [allcaps]

1.6.15 (2015-11-28)

Fixes:

  • Fixed some css rules (missing clearfixes, aligning thumbs, ...). plone#62 [fgrcon]
  • Added css-rules for thumbnails in listings and portlets. Related to #1226. [fgrcon]
  • Underline links in #content-core (criterion 1.4.1). [polyester]
  • Increased contrast, eliminated contrast-checker false positives. [polyester]
  • Title under thumb in albumview (closes #1091). [polyester]
  • Don't include diazo bundle in backend theme. [instification]
  • Discard duplicated ids for columns (closes #1105) [davilima6]
  • Add comment to alert on duplicate resource registering [davilima6]

1.6.14 (2015-09-27)

  • Fix in barceloneta word wrap in event listing. [sneridagh]

1.6.13 (2015-09-20)

  • Add spaces beetween checks and labels in search filter (closes #982). [rodfersou]
  • Center buttons on ordered selection lists (closes #1017). [rodfersou]
  • Center checkboxes on user/group matrix (closes #1003). [rodfersou]
  • Remove hero-element from index.html. Instead include a view @@hero. Fixes plone/Products.CMFPlone#974 [pbauer]
  • Harmonize plone.app.discussion styles and discussion.plone.less styles refs (refs #764) [ichim-david]
  • Fix display of date widget arrows and footer buttons (refs #891). [ichim-david]
  • Clean Gruntfile.js, package.json and HOWTO_DEVELOP.rst of grunt plugins and information which this package no longer uses since commit 9f5434 [ichim-david]
  • provide basic table styles [vangheem]
  • Fixed (refs #979 and #981) related to text not wrapping when unusual (and artificial) text with no white-space exists in the page [sneridagh]
  • Fixed styling problems when figcaption is very long [sneridagh]
  • Renamed the news.plone.less into behaviors.plone.less as it no longer make sense [sneridagh]

1.6.12 (2015-09-12)

  • Fix display of album_view title links (closes #911). [ichim-david]

1.6.11 (2015-09-08)

  • Bring back document byline (closes #741). [rodfersou]
  • Prefer rules with CSS selectors over XPath whenever possible [davilima6]

1.6.10 (2015-09-07)

  • Add a pared down version of barceloneta to include in your theme to save you making a custom backend theme. [djay]

1.6.9 (2015-08-22)

  • Hide searchbox, personaltools, breadcrumbs in print.css [gomez]
  • Updated font-weight on portlet headers [pigeonflight]
  • Update font-weight on portlet management items [vangheem]
  • Updated to index.html: link to plone.com opens in new window/tab [tkimnguyen]

1.6.8 (2015-07-18)

  • New control panel overview and portlet layout. [sneridagh]
  • Fixed bug in portlet navigation due to a CSS error. [sneridagh]
  • Fix problem with CSS leaking from the cp overview to the portlet. [sneridagh]
  • Fix map. [sneridagh]
  • Added a:hover styles for h1 h2 h3. [agitator]
  • Role for gigantic is complementary. [bloodbare]
  • Do not use absolute prefix to reference index.html to copying themes does not reference original theme file. [vangheem]
  • Toolbar fixes. [bloodbare]
  • Various mobile fixes. [agitator]
  • Update index.html. Change plone.org link to plone.com. [tkimnguyen]
  • Do not uppercase the colophon. [gforcada]

1.6.7 (2015-06-05)

  • provide more sane default widths and heights to select[multiple] and textareas [vangheem]
  • hide crud-form select header by default [vangheem]
  • remove loader since it is in mockup now [vangheem]
  • tweak manage portlets styles [vangheem]
  • fixed rules for copying content. [hvozdovych]

1.6.6 (2015-05-13)

  • provide some spacing between event summary and content [vangheem]

1.6.5 (2015-05-05)

  • Fix extending barceloneta with xi:include [pbauer]

1.6.4 (2015-05-04)

  • fix in and out widget button style [vangheme]
  • no one likes the star for required field label, try circle [vangheem]
  • add plone-loader style so you can add decent loader to javascript [vangheem]
  • add styles for search form [vangheem]
  • Cleanup: Remove unused resources. [thet]
  • Fix toggling navigation at mobile widths. [davisagli]
  • Remove sticky footer (it required a hardcoded height, which does not work for an element that may have varying content). [davisagli]
  • Add clearfix to .row. [davisagli]
  • pat-modal pattern has been renamed to pat-plone-modal [jcbrand]

1.6.3 (2015-03-26)

  • Add language selector widget [bloodbare]

1.6.2 (2015-03-21)

  • Change font family of form.widgets.IRichText.text textareas to monospace. This affects the texteditor only in non-Richtext mode and helps editing e.g. Restructured Text. [thet]
  • Change min-height of textarea fields from auto to 4em (description, etc.), respectively 12em for IRichText widgets (e.g. when displayed without a visual editor). [thet]
  • Return to being a clean Diazo theme so that we are a safe starting point for people building their own themes and a good practice example that works when copying the theme in the TTW theme editor. [optilude, bloodbare]

1.6.1 (2014-11-01)

  • Remind committers to add changelog entries. I'm not your monkey. [esteele]

1.6.0 (2014-04-20)

  • Initial release [esteele]