Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 📝 add version 1.3.2 to the changelog #1274

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 23 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.2] - 2024-04-03

### Updated

- Added new nav links

## [1.3.1] - 2024-04-01

## Changes
### Changed

- EsZipCodeForm accepts selectedProduct query param

Expand All @@ -17,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.2.1] - 2024-03-13

## Changes
### Changed

- Replaced one link with another under "EV chargers" menu in `EsNavBar`
- Added catalog-info.yaml and mkdocs.yml files to support Backstage integration
Expand All @@ -30,46 +36,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.13] - 2024-02-15

## Changes
### Changed

- Updated to Node 18 and performed other "safe" dependency updates

## [1.1.12] - 2024-02-15

## Changes
### Changed

- `IconTwitter` has been changed from the bird logo to the new X logo
- `EsFooter` link for Twitter has been changed from twitter.com to x.com
- Corrected typo in `EsFooter` Department of Energy link

## [1.1.11] - 2024-02-07

## Changes
### Changed

- Remove Spaces from File Names from `ESFileInput`

## [1.1.10] - 2023-12-8

## Changed
### Changed

- Improved the phone number capture with a `maskedTel` option that gives the user guidance

## [1.1.9] - 2023-11-17

## Changed
### Changed

- Fixed an accessibility issue in `EsAccordion` with improper configuration of aria attributes

## [1.1.8] - 2023-11-03

## Changed
### Changed

- Fixed an issue in `EsNavBar` where the "Sign in" text was shown initially and then disappeared when the page fully loaded
- Fixed an issue in the `lg` breakpoint where header font size would become fluid to the viewport width

## [1.1.7] - 2023-10-18

## Changed
### Changed

- Displaying an error if empty folder is added

Expand Down Expand Up @@ -107,13 +113,15 @@ expect the use case for this to be small.
## [0.25.16] - 2023-09-19

### Changed

- Fixed an issue where uploading a file one after another in the same
session would throw an error saying "You have already uploaded a file with the name "{fileName}".
Please rename your file and try again.".

## [0.25.15] - 2023-09-18

### Changed

- Made it possible to keep the `EsZipCodeForm` side-by-side on even the smallest screens
by specifying `xs` for `stackUntil`
- Made it possible to hide the privacy section of `EsZipCodeForm` to save space by using
Expand All @@ -122,15 +130,18 @@ the new `showPrivacySection` prop
## [0.25.14] - 2023-09-12

### Added

- New marketing icons: `IconBank`, `IconCreditCard`, `IconMoney`, `IconPayback`, and `IconSaving`

### Changed

- Added a "Work with us" section to the "About us" menu in `EsNavBar`
- Updated several links in `EsFooter`

## [0.25.13] - 2023-09-06

### Changed

- Fixed an issue with `EsDataTable` where it would print a warning about `BTable` being an unknown custom element
- Fixed a styling issue on the `EsCollapse` docs page

Expand All @@ -153,11 +164,13 @@ the new `showPrivacySection` prop
## [0.25.9] - 2023-08-22

### Changed

- The primary vertical links in `EsFooter` now point to the new vertical landing page URLs

## [0.25.8] - 2023-08-22

### Changed

- The `visible` prop on `EsCollapse` can now programmatically control the collapse; will cease its control once the user interacts with the collapse
- The primary vertical links in `EsNavBar` now point to the new vertical landing page URLs
- Small spacing change to the desktop layout of `EsReviewModal`
Expand Down Expand Up @@ -896,6 +909,7 @@ the new `showPrivacySection` prop
- Tweaks to `EsCollapse


[1.3.2]: https://github.com/EnergySage/es-ds/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/EnergySage/es-ds/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/EnergySage/es-ds/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/EnergySage/es-ds/compare/v1.2.0...v1.2.1
Expand Down
6 changes: 3 additions & 3 deletions es-design-system/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading