simple_calendar-timeslot 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6707f6b5e80e3b24e0329d17e629cfef2d39179c3e725baad3a60d526503963a
|
4
|
+
data.tar.gz: c05379b32ca660ac1cee7d0c44ee09c2666c0bbbbf60759c169127e057c90d1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74c59bce0c06b79e65b9838b39c4222b5e481546f43a577acaf56cda80781bf553a86d29bfd21366aeb0b0daa226fe5b7e630b482f5e435bd3280dd438316e6a
|
7
|
+
data.tar.gz: 7c7583c4197f06951d76bc784a7444ec3c2c17bfcad0e466d7d3c3449407ec1de3f93b314f83c1e40c83322106554edabe6f5f6f8239916b8529308cf0d65e90
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
-
## [0.
|
3
|
+
## [0.3.0] - 2021-11-14
|
4
|
+
### Fixed
|
5
|
+
- Fix issue with css styles when including style of this gem and simple_calendar
|
4
6
|
|
7
|
+
## [0.2.0] - 2021-11-14
|
8
|
+
### Fixed
|
5
9
|
- Fix css styles to be tailwind agnostic
|
6
10
|
|
7
11
|
## [0.1.0] - 2021-11-12
|
data/Gemfile.lock
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<div class="
|
1
|
+
<div class="timeslot-calendar">
|
2
2
|
<div class="calendar-heading">
|
3
3
|
<%= link_to t('simple_calendar.previous', default: 'Previous'), calendar.url_for_previous_view %>
|
4
4
|
<span class="calendar-title"><%= t('date.month_names')[start_date.month] %> <%= start_date.year %></span>
|