Releases: Tradeshift/tradeshift-ui
Releases · Tradeshift/tradeshift-ui
v11.2.0
v11.1.1
v11.1.0
Commits
- [Footer] update logic to match previous methods (74fe50b)
- [Footer] updated documentation for collabbutton; changed property from notification to badge (94d1193)
- [Footer] updated collabbutton icon (32ef9ee)
- [Footer] translate collaboration button text (ca04012)
- [Footer] added a notification state to the collabbutton (166eeb0)
- Fix typo (eb5da25)
v11.0.3
v11.0.2 - Tighter & Brighter ⭐️
Breaking Changes
- New unit
The base@ts-unit
is now20px
, which makes it easy to upgrade because it's not a vastly different number, but also makes the UI look tighter. An added plus is that dividing up to quarters will result in a whole number. - New colors
We're simplifying our color palette to bring it in line with the upcomingv12.x
(white look) release and working towards being WCAG compliant.
- [
gui.ConfigPlugin
] Only well-formed JSON is accepted when usingdata-ts.render
attributes (f384128)
New Features
- [
build
] Updatedless
tov3.8.1
Docs
- Sub-menu items are now indented
- Tradeshift logo is now in the version dropdown area
- Search is now more prominent
- New
Colors
page - The current page is remembered when switching versions
Misc
- [
build
]npm run release
/npm run prelease
will push to the public npmjs registry
Pre-release: v11.0.0-alpha.5
Commits
- [gui.ConfigPlugin] Parse strict JSON for Spirit attributes (f384128)
- [release-it] --no-merges in changelog (3f69da5)
- Release v10.1.1 (49d9545)
- [scripts] npm run http will run on 0.0.0.0 (a0d00c3)
- [CompanyCardSpirit] Re-enable
data-ts.render="encodedJSON"
-style test for all browsers (545c716) - [gui.ConfigPlugin] Call
div.onclick()
ifdiv.click()
didn't give any results (14328a4) - [Table] fix small typos (4ab714a)
v10.1.1
Fixed
- #667 - [
CompanyCard
] Images not loading correctly in the Tradeshift UI card for Win7 IE11 - #499 - [
CompanyCard
] Encoded JSON and Embedded JSON not working in React+IE11
New Stuff
Commits
- [scripts] npm run http will run on 0.0.0.0 (a0d00c3)
- [CompanyCardSpirit] Re-enable
data-ts.render="encodedJSON"
-style test for all browsers (545c716) - [gui.ConfigPlugin] Call
div.onclick()
ifdiv.click()
didn't give any results (14328a4) - [gh-pages] Versioned branch name + Automatic PR creation (e1dff7f)
- [Tracking] switching GA credentials on local/prod (f915db4)
- [Tracaking] adding the GA script programatically, and only firing it on prod (030b34c)
- [Tracking] refactoring how we're adding GA (b2a6903)
- [Build Process] remove unused arguments (e2e33b7)
- [deps] npm audit fix (8c20c22)
- [deps] npm install (21b8437)
- [gh-pages] Allow forced updates (0d5cc03)
- [README] Updated 'Release & Deployment', added 'Updating the docs' (3f70405)
- [release-it] Use next/latest as tags (fd81592)
- [package] Get ready for real public npm packages! (0af343e)
- [release-it] We are not running the 'dist' step yet (71b1786)
- [release-it] Actually upload to S3 (f2ae763)
- [release-it] Split up release commands (69e5310)
- [build] Always generate dist/ts-runtime.less (e566446)
- [build] Use LESS 3.8.1 (ae5b054)
- [gitignore] Ignore auto-generated ts-runtime.less (8eaced8)
- [Tags] fix gallery page inconsistency (21baebd)
Pre-release: v11.0.0-alpha.4
Commits
- [less] Use @ts-fontsize-* variables everywhere (720416b)
- [less] Use @ts-fontsize-* variables (6b096a8)
- [less] Manually adjust some unit values (adfe080)
- [dox] Convert px values to @ts-unit (e4b97da)
- [edbml] Use ts.ui.UNIT (ceb4c84)
- [js] Change UNIT from 22 to 20 (c62d54a)
- [less] Convert multiples of 20px to @ts-unit (7d1143f)
- [less] Convert multiples of 22px to @ts-unit (7f80157)
- [less] Convert ' to ’ for parsing reasons (65581bc)
- [Search] Fix icon position (aa0bdf3)
Pre-release: v11.0.0-alpha.3
Commits
- [package] Fix version number (5a7e7f3)
- Merge branch 'master' into v11/20px-unit-new-colors (bfa531b)
- Merge pull request #660 from Tradeshift/dsp/gh-pages-improvements (04e6fbc)
- [gh-pages] Versioned branch name + Automatic PR creation (e1dff7f)
- [Icons] Fix alignment for new unit (fa15f3b)
- Merge branch 'master' into v11/20px-unit-new-colors (8be605c)
- Merge pull request #655 from Tradeshift/tde/added-GA (d62427c)
- [Tracking] switching GA credentials on local/prod (f915db4)
- Merge branch 'master' of https://github.com/Tradeshift/tradeshift-ui into tde/added-GA (3eaf3c9)
- [Tracaking] adding the GA script programatically, and only firing it on prod (030b34c)
- [Tracking] refactoring how we're adding GA (b2a6903)
- [Build Process] remove unused arguments (e2e33b7)
- Merge pull request #654 from Tradeshift/dsp/npm-publish (843fab0)
- [deps] npm audit fix (8c20c22)
- [deps] npm install (21b8437)
- Merge branch 'master' into dsp/npm-publish (9c71293)
- Merge pull request #653 from Tradeshift/dsp/less (2b9dff8)
- [gh-pages] Allow forced updates (0d5cc03)
- [README] Updated 'Release & Deployment', added 'Updating the docs' (3f70405)
- [release-it] Use next/latest as tags (fd81592)
- [package] Get ready for real public npm packages! (0af343e)
- [release-it] We are not running the 'dist' step yet (71b1786)
- [release-it] Actually upload to S3 (f2ae763)
- [release-it] Split up release commands (69e5310)
- [build] Always generate dist/ts-runtime.less (e566446)
- [build] Use LESS 3.8.1 (ae5b054)
- [gitignore] Ignore auto-generated ts-runtime.less (8eaced8)
- [gh-pages] Allow forced updates (ca0d016)
- [build] Always generate dist/ts-runtime.less (0490bf3)
- Merge branch 'master' of github.com:Tradeshift/tradeshift-ui into v11/20px-unit-new-colors (8015bf6)
- Merge pull request #651 from Tradeshift/tde/tags-labels-gallery-change (0f5ee73)
- [Tags] fix gallery page inconsistency (21baebd)
- [README] Updated 'Release & Deployment', added 'Updating the docs' (b206b50)
- [release-it] Use next/latest as tags (7a6d192)
Pre-release v12.0.0-beta.0
Commits
- Pre-release v12.0.0-beta.0 (278a4d2)
- [release-it] Pre-release tweaks (8b9ef26)
- [npm] Default preId to 'beta' (8f734ab)
- [README] Updated 'Release & Deployment', added 'Updating the docs' (d34d957)
- [release-it] Use next/latest as tags (267ea01)
- [package] Get ready for real public npm packages! (9898099)
- [release-it] We are not running the 'dist' step yet (60c345c)
- [release-it] Actually upload to S3 (68e46d4)
- [release-it] Split up release commands (cf0d465)
- [build] Use LESS 3.8.1 (b39bce6)
- [gitignore] Ignore auto-generated ts-runtime.less (b47a9d2)
- [Tags] Migrate to v12 (dea9500)
- [Tags] fix gallery page inconsistency (21baebd)
- Release v11.0.0-beta.11 (3dbbb81)
- Bump it back to beta (3247621)
- Release v11.0.1-beta.0 (03047ba)
- Release v11.0.0 (4fe7ca2)
- furhter fixes (d77474d)
- rebuild (1125e3b)
- Release v11.0.0-beta.10 (831bf0f)
- Legacy LESS file in NPM build (503e225)
- Jmo/v11 modals (#573) (cdec536)
- Release v11.0.0-beta.6 (3d69616)
- Remove traces of nodegit (62deca7)
- Docs fixes (v11) (#548) (eb13a65)
- Jmo/v11 docs fixes (#544) (4dc87c2)
- Release v11.0.0-beta.2 (b4f1ef0)
- Merge master + fix tests (b29934d)
- Button styling (#528) (1d52507)
- Flexness fixes (#519) (a5e6f62)
- New unit (begins) (#513) (78e30f1)
- Don't use deprecated markup (0e52aac)
- Somewhat better (whiter) Table appearance (c99ce1d)
- Header Back and Forward buttons (b407902)
- Header Back and Forward buttons (b6fa357)
- Hide the Header when SideBar opens (a63d981)
- Support multidocs on v11 (#497) (fdd040f)
- Multidocs are go (8cb33bd)
- GUI fun continues (ae71648)
- Bmo grays menu (#483) (9fcfffc)
- Update "Getting started" guide (428903b)
- GUI fun continues (b51a9c9)
- GUI fun continues (917578a)
- GUI fun begins (35536e9)
- Merge branch 'jmo/multidocs' of github.com:Tradeshift/tradeshift-ui into jmo/multidocs (1c3276e)
- Git fun continues (a915654)
- Git fun continues (d1465a7)
- Git fun continues (753cee1)
- Git fun continues (21e89ba)
- Git fun continues (f95af02)
- No fun continues (fb34a52)
- Git fun continues (00a6d8a)
- Git fun continues (59fd1c2)
- Update deps (03bf5c5)
- Update deps (6e48e06)
- Git fun continues (3166d29)
- Git fun continues (4134777)
- Git fun continues (31bf6bd)
- Git fun continues (1170d1c)
- Git stuff begins (d18456d)
- Multidocs begin (2dc021a)
- Less? (8da4d15)
- Support async loading + clean up a little (d819bf2)
- Don't inject the CSS via JS no more! (7c79f9b)
- Big style changes (#471) (38312c3)
- Footer fix: Would not appear when configured before
gui.ready
(c0777b5) - More docs (360f976)
- Fix strange unmerged code (c9b9dc2)
- Merge branch 'master' into jmo/spinner-strikes-back (550424f)
- Huh? (3d0130b)
- Menu and Date picker (#464) (51900bb)
- Docs + cleanup, remove VisibilityPlugin (69b826f)
- Some docs fixes + button margin less specific (2a0691f)
- Long Live the New Flesh (#433) (3d9f4f7)
- Delete more unused + begin docs for ToolBar and TabBar (a53f654)
- new colors and shadow (#432) (c33f0cd)
- Some SideBar fixes (d17d22f)
- SideBar issues begin (92f61a2)
- More SideBar docs (69ad00b)
- SideBar docs and nested Aside (1a767f7)
- Mostly docs (a11a672)
- Spinner refactoring (mostly) (4ecb49d)
- Revised naming strategy (2bc646a)
- Further fantastic fixes (89e1967)
- Fix the stickys (7f4f42d)
- More mobile breakpoint (4387325)
- Setup for sticky Header on mobile (2876f74)
- Search is working again (c8a99d0)
- Breakpoints working somewhat more (936a0dd)
- More code (2a9d62d)
- Apparently some new Prettier setting again and again :/ (3dd1394)
- Flexness revenge (3035bb0)
- Flexpocalypse (1513e63)
- Remove all bg-colors (!) (2fbbf61)
- Flexing those boxes (c0ea70c)
- Flex all the things (702cef2)
- Flex appears to work :) (a91ef24)
- Modal seems legit (6de87ef)
- Modal refactoring begins (ef3024f)
- Code editmode (c9718b3)
- Docs are back on track (26acbc0)
- Disable failing Prettier JSON + LESS tasks :/ (ee53fbe)
- Salvage done + refactoring some + bypass Prettier :/ (52c16e9)
- Attempt salvage from dysfunctional hardware (dc2b393)