Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Corrected code style and changelog
  • Loading branch information
tmaxxdd committed Jan 8, 2024
commit 53e82c02ce8ee73a1d233b2d8eaea43ecb5a18aa
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
- CodeEditText component for SwiftUI

### Changed
- Kotlin version to 1.9.21
- Material3 CodeEditText location to a material3 subpackage for better distinction
- Highlights naming in iOS project thanks to library export
- ios example project
- iOS example project
- Libs cache to incremental
- Dependency structure to new pattern

## [0.7.0]

Expand Down
1 change: 0 additions & 1 deletion iosExample/iosExample/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import kodeview

struct ContentView: View {
@State var highlights = Highlights.companion.default()
@State var selection: Int64 = 0
private let themes = Highlights.companion.themes(darkMode: false)
private let languages = SyntaxLanguage.companion.getNames()

Expand Down