Skip to content

Releases: openedx/paragon

v21.1.10

14 Sep 15:34
5c1fdef
Compare
Choose a tag to compare

21.1.10 (2023-09-14)

Bug Fixes

v21.1.9

14 Sep 13:28
3db63e7
Compare
Choose a tag to compare

21.1.9 (2023-09-14)

Bug Fixes

  • add ability to truncate text without spaces in Truncate component (#2584) (3db63e7)

v22.0.0-alpha.2

13 Sep 06:21
e98894f
Compare
Choose a tag to compare
v22.0.0-alpha.2 Pre-release
Pre-release

22.0.0-alpha.2 (2023-09-13)

Bug Fixes

  • remove undefined variables from utility classes (#2615) (e98894f)

v21.1.8

13 Sep 06:49
5eb4c8e
Compare
Choose a tag to compare

21.1.8 (2023-09-13)

Bug Fixes

  • update Card's border-radius and color in focused state (#2607) (5eb4c8e)

v21.1.7

11 Sep 14:26
f1c3596
Compare
Choose a tag to compare

21.1.7 (2023-09-11)

Bug Fixes

v21.1.6

06 Sep 15:01
b8bdc7b
Compare
Choose a tag to compare

21.1.6 (2023-09-06)

Bug Fixes

  • update SearchField's background color to be white (#2597) (a0e6f3c)

v21.1.5

06 Sep 13:49
e1994a0
Compare
Choose a tag to compare

21.1.5 (2023-09-06)

Bug Fixes

  • remove visual glitch for DataTable loading state (#2599) (e1994a0)

v22.0.0-alpha.1

01 Sep 12:51
09570d7
Compare
Choose a tag to compare
v22.0.0-alpha.1 Pre-release
Pre-release

22.0.0-alpha.1 (2023-09-01)

Bug Fixes

  • add description for tokens (#2112) (2ca3b68)
  • add missed border utilities (e292ff1)
  • add missing css util classes for border-radius (#2355) (73335b9)
  • add missing tokens for Button component (#1924) (9a08684)
  • added custom title for CSS output files (#1985) (df2f764)
  • added missing SCSS variables in design tokens (#2364) (86df23e)
  • avoid infinite while loop with colorYiq (#2349) (101fe25)
  • ensure design tokens have a valid type attribute (#1992) (aedb5b6)
  • ensure sourceMappingUrl is correct (#2352) (a7ff171)
  • install dependencies in tokens module after installing Paragon (0b809c0)
  • remove package.json files from tokens module (2598825)
  • remove unnecessary parentheses from coloryiq warning (#2350) (2d23b45)
  • renamed custom media query (#2495) (8959d73)
  • skeleton.css fix (5537250)
  • trigger alpha release (5ea28ea)
  • trigger release (e2e4d18)
  • updates the paragon-theme.json output (#2334) (faf7dac)
  • use min-width in custom-media breakpoint definitions (#2098) (3cccdeb)

Features

  • [BD-46] Paragon theme CSS is built and published independently of consuming applications (#2102) (4fbe4ac)
  • add ability to generate CSS utility classes through design tokens (7c14c6e)
  • add CLI interface for design tokens (#1846) (eb1d19c)
  • add custom variables to utility classes (#2022) (f5f4921)
  • add defaults to theme-urls.json output on build (#2468) (f72bd32)
  • add new css variable to DataTable (8570521)
  • add new tokens and cleanup after rebase (9184d80)
  • add new tokens for Form, ColorPicker, and Icon components (8ed7630)
  • add tokens for SelectMenu component and cleanup after sync with master branch (a9a27d1)
  • add tokens for Tab and Nav components (9533544)
  • added CSS custom media query transformer (#2068) (577ac74)
  • added rounded pill token (#2361) (39fe41d)
  • alpha release of design tokens (#1770) (d471390)
  • completely deprecate FontAwesome (#2327) (9a94ac5)
  • create themes flag to build tokens (#2357) (13c53d0)
  • deleted value in reference design tokens (#1989) (222d4e5)
  • design tokens with style-dictionary (577b297)
  • generate paragon-theme.json during npm run build with themeUrls (#2333) (a2ac304)
  • make color-yiq function a11y-friendly (02b576e)
  • remove deprecated components (7ab5cd3)
  • remove SCSS variable usages in components (#2137) (27af4e3)
  • update build-tokens.js to include --source-tokens-only arg (#2351) (a8069b0)

Reverts

BREAKING CHANGES

  • all of the deprecated components were removed from Paragon, these include CheckBoxGroup, Checkbox, Fieldset, Input, InputSelect, InputText, ListBox, Modal, RadioButtonGroup, StatusAlert, Table, TextArea, ValidationFormGroup, Button.Deprecated, Tabs.Deprecated, Dropdown.Deprecated.
  • Introduces design tokens.

v21.1.4

01 Sep 12:39
d07827d
Compare
Choose a tag to compare

21.1.4 (2023-09-01)

Bug Fixes

  • use Form.Checkbox instead of default checkboxes in DataTable filters (#2555) (d07827d)

v21.0.0-alpha.42

01 Sep 12:22
f68a0ed
Compare
Choose a tag to compare
v21.0.0-alpha.42 Pre-release
Pre-release

21.0.0-alpha.42 (2023-09-01)

Reverts