Skip to content

Releases: emulsify-ds/emulsify-drupal

4.2.0

14 Jul 14:16
2210442
Compare
Choose a tag to compare

4.2.0 (2022-07-14)

Features

  • configure webpack to output multiple css files in addition to default dist/style.css (3138ab0), closes #246

4.1.1

26 May 20:25
Compare
Choose a tag to compare

4.1.1 (2022-05-26)

Bug Fixes

  • update node version to 16.13 to bring it in line with the CLI and compound (56ce93c)

4.1.0

23 Dec 19:28
ea8dabe
Compare
Choose a tag to compare

4.1.0 (2021-12-23)

Bug Fixes

  • correct spelling in code comments (5825c1d)
  • init script paths (0a8bf30)
  • issue with init script (4cb3786)
  • oops, remove un-supported package-lock.json file (05d9f3b)

Features

  • add ability to load variant configuration from project.emulsify.json (dbc6483)
  • adjust init script (f7eeeda)
  • first stab at an init script (e239b92)
  • fix missing var and incorrect rename fn usage in init script (302d916)
  • modify info.yml library names, adjust breakpoints (a57ee2d)
  • move init script into the cli folder (a785f0b)
  • remove all components (1b49228)
  • remove templates (now located in compound) (d15c920)

4.0.0

23 Dec 19:10
f456f84
Compare
Choose a tag to compare

4.0.0 (2021-12-23)

Bug Fixes

  • fixed prettier config filename (2a5c46c)

Features

  • added starter project.emulsify.json file (4888ca5)
  • updated linting/formatting packages and scripts (d36321d)

BREAKING CHANGES

  • breaks linting on old projects

3.0.2

15 Jul 18:32
79ffb23
Compare
Choose a tag to compare

3.0.2 (2021-07-15)

Bug Fixes

3.0.1

01 Jul 14:09
aa3a895
Compare
Choose a tag to compare

3.0.1 (2021-07-01)

Bug Fixes

  • improve d9 compatibility (e27b0b9)

3.0.0

01 Jul 14:05
Compare
Choose a tag to compare

3.0.0 (2021-07-01)

Bug Fixes

  • update eslint-webpack-plugin configuration to only scope components (#212) (98e7500)

Code Refactoring

  • change to storybook html: change to Storybook HTML from Storybook React (781d345), closes #157

Features

BREAKING CHANGES

  • change to storybook html: Storybook update to HTML changes all stories.js files and removes JSX support

2.2.0

05 Feb 17:21
1a158cc
Compare
Choose a tag to compare

2.2.0 (2021-02-05)

Bug Fixes

  • button: remove fixed aria-label on button (e4c27d7), closes #180
  • menu: fixes menu, composer install, updates storybook (0f141e8)
  • status: removes incorrect contentinfo role (8b71ce0), closes #180

Features

  • components: Updates components from pinned version to semantic release. (42af2eb)
  • storybook: updates Storybook to latest (99e921b)

2.1.0

05 Jan 22:00
c564ecb
Compare
Choose a tag to compare

2.1.0 (2021-01-05)

Features

2.0.2

05 Jan 18:28
54fa06b
Compare
Choose a tag to compare

2.0.2 (2021-01-05)

Bug Fixes

  • .nvmrc: fix error in nvmrc version (e4b5a42)
  • jest should ignore the .out directory when looking for tests (33a0233)