-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
224 lines (177 loc) · 5.96 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
v4.4.2 - 04/04/2024
- Fix render emojos in warning/spoiler text
- Sanitize post content before rendering
- Add custom title for play video button
- Update Rollup devDependency version
v4.3.12 - 26/03/2024
- Add button to hide sensitive/spoiler media
- Fix Refresh button bug when empty text
v4.3.10 - 21/03/2024
- Allow to load more than 20 or 40 posts
- Add link preview description
- Allow to choose a maximum number of lines of text in preview description
- Fix carousel conflict with avatar and emojos images
- Fix possible error in aria-setsize with values greater than the total number of posts
- JS refactoring
v4.3.7 - 12/03/2024
- Display medias inside post using CSS grid
- Add a placeholder bg-color for images
- Use CSS container query for responsive style changes
- Fix carousel conflict with preview links
v4.3.5 - 09/03/2024
- Add a carousel/lightbox for pictures and videos in a post
- Improve data set for media items
- Enable loop for videos by default
- Small UI improvements
v4.3.3 - 01/03/2024
- Fix click conflict on user name
- Render emojos in user name
- Use fallback for user account without user name
v4.3.1 - 29/02/2024
- Show pinned posts
- Add icon to pinned posts
- Add '*' character to edited posts
- Use Intl.DateTimeFormat for date formatting
- Allow to customize date by locale/options parameters
- Show user account under user name
- Add a new customized HTML example
v4.2.1 - 26/02/2024
- Changed project name: mastodon-embed-feed-timeline -> mastodon-embed-timeline
- Improve DOM load for module purposes
- New build script with Rollup.js
- Add CDN and NPM install steps
- Add Contributing documentation
- Add example for JS module case
v4.0.4 - 20/02/2024
- Improve alignment for refresh button
v4.0.3 - 16/02/2024
- Delete duplicated JS/CSS files for examples
- Move docker file to root folder and update paths
- Add DOMContentLoad for container and body nodes
v4.0.1 - 08/02/2024
- Fix error in emojis present in user/profile title
v4.0.0 - 07/02/2024
- Revamped JS (ES6)
- Renamed CSS classes
- Improved performance
- Removed the use of the word "toot" in code and comments
- Dynamic text for content-sensitive "Show/Hide" buttons
- Easier way to customize timeline settings
- Button to refresh timeline
- Improved theme color management
- Improve error messages
- Possibility to have several timelines on the same page
- Fix inconsistency in video aspect ratio
v3.13.3 - 16/01/2024
- Add Docker compose
v3.13.2 - 16/01/2024
- Fix truncate CSS class name
v3.13.1 - 12/01/2024
- Add support for audio player
- Add support for video player
- Load video player when user clicks on video preview
v3.12.0 - 11/12/2023
- Fix link preview event on click
v3.11.0 - 04/11/2023
- Update icons
- Improve loader spinner
v3.10.4 - 23/10/2023
- Fix HTML encodeURIComponent problem
- Fix media load when post has more than one image
- Fix counter bar values with boosted posts
- Improve HTML escape characters
v3.10.1 - 01/10/2023
- Add image alt description to preview links
- Fix image alt description color contrast
- Fix quotes problem with image alt description
- Add poll CSS styles for expired status
v3.10.0 - 01/10/2023
- Render customized emojis in user name
- Add new styles for scrollbar
- Maximize the width of the toot-text area
v3.9.5 - 23/09/2023
- Improve CSS class names
- Use "time" tag for date format
v3.9.4 - 21/09/2023
- Add replies, reblog (boosts) and favourites counter
v3.9.1 - 06/09/2023
- Fix bug with Markdown-Blockquote function
v3.9.0 - 02/09/2023
- Fix Content Security Policy
- Fix account name shown
v3.8.2 - 26/08/2023
- Add support to customized emojis
- JavaScript refactoring to allow multiple requests
v3.8.1 - 14/08/2023
- Show preview card from link, photo or video URL
- Add description for the ALT attribute in images
- Improve JS comments
v3.8.0 - 04/08/2023
- Add sensitive/spoiler button for reblog content
v3.7.2 - 25/07/2023
- Use window.onload to take async attribute into account
- Remove extra height on loading images
- Fix interaction conflict with sensitive media and content warning
v3.7.0 - 10/07/2023
- Add Markdown to HTML feature
- Add option to change Markdown symbol ">" into a blockquote HTML tag
- Add button to show spoiler or sensitive images
- Improve performance
- Refactoring using template strings
v3.5.1 - 08/05/2023
- Add feature, hide unlisted toots
- Add message if no toots are shown due to filters applied
v3.4.2 - 22/04/2023
- Add support for hashtag timeline
- Fix query url when showing local instance toots
v3.3.1 - 01/03/2023
- Apply scroll-bar styles to timeline container
v3.3.0 - 01/03/2023
- Simplify timeline container CSS
- Fix WCAG conflict with role=feed
- Open @mention link in a new tab/window
- Add scroll-bar styles (webkit)
v3.2.9 - 21/02/2023
- Add dark theme
- Fix click on images
- Fix poll font size and color
v3.2.2 - 06/02/2023
- Rearrange JS functions
- Use variables for CSS colors
v3.2.1 - 04/02/2023
- Add feature, show local feed insted of user feed
v3.2.0 - 04/02/2023
- Add version
v3.1.1 - 28/01/2023
- Improve Tab navigation
- Update styles (background, link and hover colors)
- Add 'nofollow' to external links
v3.1.0 - 21/01/2023
- Fix spoiler content show/hide
- Allow to choose a maximum number of lines of text in posts
- Hide button to user page if 'btn_see_more' is empty
v2.12.0 - 02/12/2022
- Add feature, hide boosts toots
- Add feature, hide replies toots
v2.11.0 - 01/11/2022
- Update Readme.md (Install and setup text)
v2.1.0 - 22/01/2022
- Replace account_id terminology for user_id
- Show retoots media in timeline
v1.6.0 - 01/06/2021
- Update Readme.md
v1.5.4 - 24/05/2021
- Improve avatar + user name for a11y
v1.5.3 - 23/05/2021
- Create a codepen demo
v1.5.2 - 22/05/2021
- Add avatar name
- Use id instead of css class for JS selectors
- Rearrange functions in JS
v1.5.1 - 17/05/2021
- Add ellipses for long messages
- Remove access token
- Add rel="tag noopener noreferrer" for hashtag links
v1.0.0 - 06/04/2021
- First commit
- Project forked from: https://github.com/AzetJP/mastodon-timeline-widget