Skip to content

Latest commit

 

History

History
174 lines (113 loc) · 3.55 KB

CHANGES.rst

File metadata and controls

174 lines (113 loc) · 3.55 KB

Changelog

2.0.2 (unreleased)

  • Nothing changed yet.

2.0.1 (2021-09-16)

  • Hides default tab in edit form in Firefox when we click on another tab. Fix #32 [wesleybl]
  • Fix interfaces implemented by fields. [wesleybl]
  • Use compile False in bundle. [wesleybl]
  • Fix resource css not found. Fix #23 [wesleybl]
  • Remove old upgrade step. [wesleybl]

2.0.0 (2021-05-27)

  • Add support for Python 3 (Plone 5.2.2). Drop support for Python 2.7 & 3.6. [wkbkhard, laulaz]
  • Fix loading the compiled js resource [alessandro.ceglie]
  • Fix error during translation [pbauer]
  • Fix buildout / Travis [tisto, wkbkhard]

1.7 (2019-11-13)

  • Removed deprecated simplejson dependency [keul]
  • Removed plone.app.jquerytools from generic setup dependencies. [keul]
  • Fixed JavaScript: old value in slave field was not re-selected on page reload [keul]

1.6 (2016-10-11)

  • Add optional support for ContactChoice from collective.contact.widget >= 1.8 as master field. [vincentfretin]
  • Trigger liszt:updated event in updateSelect to force update of select chosen slave field from collective.z3cform.chosen. [vincentfretin]
  • Fixed visual issue: in an overlay, i toggle was done one time for each checkbox or radio option. [thomasdesvenain]
  • Fix package metadata and trove classifiers. [hvelarde]

1.5.2 (2016-08-08)

  • Use zope2.View instead of cmf.AddPortalContent for masterselect-jsonvalue view. In an edit form, the user doesn't necessary have the Add portal content permission. [vincentfretin]

1.5.1 (2016-01-08)

  • Fix side-effect when updating field.vocabulary. Do now a copy of the field before changing the vocabulary. [vincentfretin]

1.5 (2015-11-24)

  • Translate the "vocabulary" slave field terms (like "No value") when entire vocabulary is replaced. [sgeulette]

1.4.1 (2014-10-30)

  • jQuery 1.9 compatible. [vincentfretin]

1.4 (2014-10-09)

  • masterselect.js is now cacheable. [vincentfretin]
  • Move to plone.app.testing. Migrate selenium tests from windmill to robotframework. [saily]
  • Add travis and coveralls integration. [saily]
  • Documentation updates. Fix rst error in CHANGES.rst. Add an example to README.rst. [saily]
  • Add egg-contained buildout. [saily]

1.3 (2014-06-16)

  • Do not use fast transition on initial trigger. [thomasdesvenain]
  • Master select features work when form is loaded in an overlay. [thomasdesvenain]
  • Fix bug when masterselect is in a fieldset that is not visible. [cedricmessiant]
  • Add master select radio widget and ability to specify a master Selector instead of masterID [ebrehault]

1.2 (2013-11-04)

  • Added a ('fast') jQuery transition on show/hide function. [thomasdesvenain]

1.1 (2013-08-26)

  • Made compatible with z3c.form 3.0 and jQuery 1.6+. Note: this version drops compatibility with jQuery 1.4. Please use plone.formwidget.masterselect 1.0 for plone versions < 4.3

1.0 (2013-06-10)

  • Replaced jq by jQuery in generated scripts. [vincentfretin]
  • Removed plone.directives.form dependency Removed plone.app.jquerytools dependency Fixed demo profile Made some cleanup [cedricmessiant]
  • Initial checkin, ready for testing. [JMehring]