This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
66 lines (46 loc) · 1.54 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Changelog
All notable changes to Hylo Utils (shared utils for all Hylo products) 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).
## [Unreleased]
### Changed
- Remove unused code
- Change build to dist directory
- Add shared DraftJS related conversion routines
## [1.2.5]
### Fixed
- Sanitize text when using marked for markdown
### Changed
- Update marked library to latest release
## [1.2.4]
### Added
- CHANGELOG
### Fixed
- Use updated cheerio dependency to make compatible with latest enzyme's use of the htmlparser2 peer depdency which is polluting NPM space
## [1.0.4]
### Changed
- Whitelisted more attributes for text#sanitize to accomodate saving of mentions and topics from HyloEditor
## [1.0.5]
### Changed
- Updated linkify > cleanupLink function to expand mention links with
URL as is currently done with topics (hashtags)
## [1.0.6]
### Changed
- Added threadNames which accepts an array of names and displays them in a screen size friendly way
## [1.0.9]
### Fixed
- Linkify's handling of hashtags
## [1.1.0]
### Added
- Simple validation scheme for model properties
## [1.1.1]
### Added
- `div` to tag whitelist for sanitize (required in comments).
### Added
- dToP: Cheerio dependency, converts div tags from mobile client to p.
## [1.2.2]
### Changed
- text > present to accept noLinks option to not convert links and hashtags into anchors
## [1.2.3]
### Added
- Topic name validator