We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a0610 commit 59a8af2Copy full SHA for 59a8af2
CHANGELOG.md
@@ -3,3 +3,9 @@
3
## [0.1.0] - 2024-03-01
4
5
- Initial release
6
+
7
+## [0.2.0] - 2024-03-06
8
9
+- Chose to move away from daisyUI dropdown defaults as they have problems
10
+ displaying properly in too many situations
11
+- Opted for using a protos-stimulus controller that uses tippy.js
lib/protos/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
module Protos
- VERSION = "0.1.2"
+ VERSION = "0.2.0"
end
0 commit comments