Skip to content

Releases: Tradeshift/tradeshift-ui

v%s

04 Feb 15:16
f08a656
Compare
Choose a tag to compare
v%s
  • Merge pull request #1024 from Tradeshift/elkin/PEAA-919-fix-xss-autocomplete (713da55)
  • fix(PEAA-919): sanitize values before put them inside html markup to eliminate the XSS vulnerability. (a0b30dc)
  • Merge pull request #1022 from Tradeshift/elkin/PEAA-822-fix-dependabot-issues (223505a)
  • PEAA-822: fix vulnerability issues and update deps in docs folder. (7292c92)
  • Merge pull request #1021 from Tradeshift/elkin/PEAA-822-fix-dependabot-issues (bca6116)
  • PEAA-822: bump dependencies to fix vulnerability issues. (e7fe09e)
  • Merge pull request #1020 from Tradeshift/elkin/release-12.8.0 (c0829e9)

v12.8.0

09 Nov 13:01
247fbe8
Compare
Choose a tag to compare
  • Merge pull request #1017 from Tradeshift/paya-1423 (a9512d4)
  • feat(tags): Add properties to tags so it can render in tables (2669d79)
  • Merge pull request #1015 from Tradeshift/tooltip-on-aside (36be8dd)
  • feat(aside): add optional tooltip on header (f7a30e0)
  • Merge pull request #1013 from Tradeshift/kian/fix-user-image-error-with-numbers (4ef1656)
  • fix(UserImage): crashes for numeric user(team)name (24061e9)
  • Merge pull request #1012 from Tradeshift/kian/peaa-639 (6fe7d13)
  • [PEAA-639] Bump grunt-contrib-compress version (4c79054)
  • Merge pull request #1011 from Tradeshift/dependabot/npm_and_yarn/docs/jszip-3.7.1 (794a903)
  • build(deps): bump jszip from 3.1.5 to 3.7.1 in /docs (e4ebb14)
  • Merge pull request #1010 from Tradeshift/dependabot/npm_and_yarn/docs/path-parse-1.0.7 (f6367c6)
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 in /docs (401204c)
  • Merge pull request #1009 from Tradeshift/dependabot/npm_and_yarn/path-parse-1.0.7 (30cb9b1)
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 (7b16c73)
  • Merge pull request #1008 from Tradeshift/elkin/remove-string-dep (86fba3f)
  • build: replace 'string' package dependency with custom function to check is a file ends with '.html' or not (0309e94)
  • Merge pull request #1007 from Tradeshift/elkin/fix-docs-processor (306d534)
  • build: Updated docs generator code to use changed API of cheerio library (574a1a7)
  • Merge pull request #1005 from Tradeshift/gha (f57d0ff)
  • build: use new setup-node instead of npm-install action (c29d55b)
  • Merge pull request #1004 from Tradeshift/gha (20e9997)
  • build: github actions fix for main workflow (d5040bc)
  • Merge pull request #1003 from Tradeshift/gha (75bc1d4)
  • build: set up build on github actions (f558265)
  • Merge pull request #1001 from Tradeshift/ZTN-6546 (d0b4168)
  • chore(docs/package.json): bump up grunt-link-checker (bb090e8)
  • chore(package.json): bump up grunt-concurrent in order to get trim-newlines upgraded (d8f7f0b)
  • chore(docs/package.json): bump up grunt-concurrent in order to get trim-newlines upgraded (8daf4ba)
  • chore(docs/package.json): bump up cheerio in order to get css-what upgraded (27efecd)
  • Merge pull request #1000 from Tradeshift/dependabot/npm_and_yarn/lodash-4.17.21 (c6420dd)
  • Bump lodash from 4.17.20 to 4.17.21 (bd4fc03)
  • Merge pull request #999 from Tradeshift/peaa-475 (c27e05b)
  • chore(nvm/travis): bump up node version; 8 -> 14 (d76d0f5)
  • chore(deps-dev): update ali-oss in order to get netmask updated (d4ec1cd)
  • chore(deps-dev): bump release-it 7.6.1 -> 14.7.0 (1aa03cb)
  • chore(deps-dev): remove unused node-static (87e27b9)
  • chore(deps-dev): update grunt-postcss to 0.9.0 (c10626e)
  • chore(deps-dev): update lint-staged and pkg-lock (9866ed7)
  • Merge pull request #998 from Tradeshift/dependabot/npm_and_yarn/hosted-git-info-2.8.9 (741a1b2)
  • Bump hosted-git-info from 2.7.1 to 2.8.9 (3868159)
  • Merge pull request #995 from Tradeshift/dependabot/npm_and_yarn/docs/grunt-1.3.0 (3523aa6)
  • Bump grunt from 1.0.3 to 1.3.0 in /docs (1a9de47)
  • Merge pull request #996 from Tradeshift/dependabot/npm_and_yarn/docs/lodash-4.17.21 (89d7d09)
  • Bump lodash from 4.17.19 to 4.17.21 in /docs (c56f70a)
  • Merge pull request #997 from Tradeshift/dependabot/npm_and_yarn/docs/hosted-git-info-2.8.9 (44a8aee)
  • Bump hosted-git-info from 2.7.1 to 2.8.9 in /docs (74e9315)
  • Merge pull request #993 from Tradeshift/dependabot/npm_and_yarn/y18n-4.0.1 (2a43773)
  • Bump y18n from 4.0.0 to 4.0.1 (3d2de1d)
  • Merge pull request #992 from Tradeshift/kian/update-team-in-catalog (6e65965)
  • Change the team in backstage catalog (9148e3c)
  • Merge pull request #990 from Tradeshift/kian/release-12.7.1 (b331309)

v12.7.1

17 Mar 09:07
Compare
Choose a tag to compare

Commits

  • Bump elliptic from 6.5.3 to 6.5.4 (5d0d802)

v12.7.0

21 Jan 12:12
Compare
Choose a tag to compare

Commits

  • fix(react+InputSpirit): update input's value without also updating the tracker's value (0da9bd6)
  • feat(DateInput): add support for DatePickerModel.deselectable (e684b55)
  • fix TimeSpirit test (5ba57a2)
  • fix(FakeDateInputSpirit): _syncfake should also sync the disabled state (c2e331f)
  • Bump urijs from 1.19.1 to 1.19.5 in /docs (3d9db4d)
  • Bump ini from 1.3.5 to 1.3.7 in /docs (fceeb7b)
  • Bump ini from 1.3.5 to 1.3.7 (b5f0a6d)

v12.6.0

09 Dec 10:32
Compare
Choose a tag to compare

Commits

  • NAV-149. added an asterisk to required inputs. (9dd0b7d)

v12.5.0

27 Oct 07:49
Compare
Choose a tag to compare

Commits

  • NAV-423. Support to enable links in table by column config. (93d0c8c)
  • NAV-416. Ability to disable markdown in table. (77b58c2)
  • npm audit fix (41acbda)
  • Bump eslint from 3.19.0 to 4.18.2 (e408f54)
  • Bump node-fetch from 2.3.0 to 2.6.1 (a6821f4)
  • Bump elliptic from 6.5.2 to 6.5.3 (b399acf)
  • Bump lodash from 4.17.15 to 4.17.19 in /docs (5664bd8)

v12.4.3

29 Jul 12:10
Compare
Choose a tag to compare

Commits

  • Fix link to Elements storybook (e18a9f1)

v12.4.2

22 Jul 08:33
Compare
Choose a tag to compare

Commits

  • Fix wrong versions on S3, npm and github (70d3f8c)
  • Add table translation (a3d59c1)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 in /docs (fc219bb)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 (4705d21)
  • Fix selectable table checkboxes being misaligned (95daa92)
  • Fix the example for filtering table rows not applying visible property (3288437)
  • Bump https-proxy-agent from 2.2.1 to 2.2.4 in /docs (679698d)
  • Fix typo for spinner page in documentation (e1d5018)
  • Bump https-proxy-agent from 2.2.1 to 2.2.4 (0c81e36)
  • Release v12.3.10 (67af228)
  • Fix time localization test by make the year dynamic (e89d3df)
  • feat: use g11n-langneg for deciding format data (5c6d39e)
  • Update get started page (c5cada0)
  • Bump mixin-deep from 1.3.1 to 1.3.2 (0eebfee)
  • Bump fstream from 1.0.11 to 1.0.12 in /docs (92ef1e2)
  • Bump fstream from 1.0.11 to 1.0.12 (ed29575)
  • Bump lodash.template from 4.4.0 to 4.5.0 (7dceb0a)
  • Bump lodash from 4.17.11 to 4.17.15 in /docs (b23ef5e)
  • Bump lodash.merge from 4.6.1 to 4.6.2 in /docs (3fd3dbf)

v12.3.10

18 May 13:29
Compare
Choose a tag to compare

Commits

  • feat: use g11n-langneg for deciding format data (5c6d39e)
  • Update get started page (c5cada0)
  • Bump mixin-deep from 1.3.1 to 1.3.2 (0eebfee)
  • Bump fstream from 1.0.11 to 1.0.12 in /docs (92ef1e2)
  • Bump fstream from 1.0.11 to 1.0.12 (ed29575)
  • Bump lodash.template from 4.4.0 to 4.5.0 (7dceb0a)
  • Bump lodash from 4.17.11 to 4.17.15 in /docs (b23ef5e)
  • Bump lodash.merge from 4.6.1 to 4.6.2 in /docs (3fd3dbf)

v12.3.9

28 Feb 11:18
Compare
Choose a tag to compare

Commits