Releases: dis-moi/extension
Releases · dis-moi/extension
v2.0.0
2.0.0 (2019-03-08)
Bug Fixes
- Active state on bulle screens (91ddf0f)
- add inline style to iframe to better fix positioning (9217ddb)
- added a second Bulle in default list (1c50a88)
- chanded ui Title size (e5c1183)
- changed closed icon (30af423)
- changed default background color (b56dcf1)
- changed feedbacks icons color (a5b9faf)
- changed logo (3a76af3)
- corrected display of many bulles (090e329)
- corrected indentation (fe86058)
- different background in notice context (7627b1a)
- disable linter on logo (8765b3c)
- don't try to inject in special tabs (1cb47af)
- firefox buttons background color (55cc696)
- fix child instance checks (6388e62)
- handle content and options/popup styles loading differently (5f49e35)
- hover effects (fcc6759)
- improved header display (4e0083d)
- init action not being forwarded to tab (212f8b5)
- keep passed metas in background actions (8aee6f5)
- limited line width to 120char (c94543d)
- margins (0aedb41)
- nav colors (a1f49b4)
- Notification not passing props to Bulle children (59a1a18)
- Path not navigation component and some CS (d34ae5b)
- removed useless comment (73d9f7e)
- removed useless value (9038dfe)
- resolves linter requests (8c84cbe)
- Set main component as an empty container (b0723be)
- source links have underline (3fa52ad)
- style not loading in options and popup (c9cb394)
- AddNoticeLink: vertically centered (3392537)
- BackButton: added cickable space (25293e1)
- BackButton: adding some padding (ce051ff)
- background: fix contextTriggerFailure payload passing (ceb0ea1)
- background: fix matchContextFailure payload passing (ab17e8a)
- BulleContent: corrected display (e4d3a25)
- BulleContent: corrected display of arrow (b2bb9d9)
- BulleContent: replaced height by min-height (003ca87)
- buttons: new focus style applied to all buttons (74dbe16)
- buttons: removed useless background property (f18698f)
- colors: replace color name (7c23c10)
- colors: replace hex colors by props (a4a925c)
- config: use reco2bulle transition backend origin (9359cae)
- content: prevent duplicate contentScript injection (44a4e4e)
- Content: changed OpenButton from link to div (809571d)
- details: remove double spacings (a373ba4)
- DetailsMeta: moved Contributor content to dedicated atom (1b114af)
- DetailsMeta: new design (7a7d69f)
- dismiss button: same vertical alignement on Chrome and Firefox (8938134)
- feedbacks: removed underline, change svg direction (a227c7f)
- Feedbacks: corrected linter error (ced194b)
- Feedbacks: test hover icons (92cb521)
- feedbacks icons: changed viewBox (ead5282)
- fonts: add
style-loader
to inject typeface css in head (4c8f36b) - iframe: don't unmount content app on close (92e9adf)
- iframe: go back to list on open (05b55fe)
- message: color and line-height (63b6414)
- nav: corrected color variable value (5eb6386)
- nav: same height on Chrome and Firefox (d6e8226)
- notice: removed underline (3365d01)
- Notice Content: hover effect (6339cdd)
- openSaga: show notices views when (re)open UI (495a23e)
- tab: execute content script on tab created/updated, not context match (24fd7e4)
- tab: remove old middleware that were sending duplicates messages to tab (852e51a)
- tab sagas: remove dead code (261372b)
- toolbar: close the notification upon toolbar click, if already open (0d607e6)
- truncate: handle number of characters and preserve words options (8a7083c)
- views: bind webpackConfig env to pug template (eb7f6a2), closes #243
- webpack: handle css and fonts loading in lmem app (2acf6b5)
- whitespace removed by eslint (7ff227e)
Features
- add a sandbox context for testing and integration purpose (344cc04)
- add Bulle button display (a657838)
- Add Error page on account and bulles ([27bd53f](https://github.com/insitu-...
v1.2.0
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
Deprecation of Legacy Services
First release of the recommendation service to be bundled alone. Legacy services are now deprecated and will be stopped soon.
Note: it’s a no-feature release, and will not be effectively released to the stores.
Cabillaud Release
Recommendation service has been published together with the Legacy Extension through a merge-build (v0.37.1).
Bugfixes
- Many requests per reco: #92.
- Track
CONTEXT_TRIGGERED
,RECO_DISPLAYED
,RECO_DISMISS
,RECO_APPROVED
,RECO_UNAPPROVED
analytics events: #99, #108. Caution:RECO_FOUND
has been deprecated and isn’t tracked anymore. - Track
CHECKOUT_RECO_EDITOR
: #113. - Fix Analytics issues: #133.
- Fix initial iframe styles (floating UI thing): #123.